aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_stat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-05trace/trace_stat: use rbtree postorder iteration helper instead of opencodingCody P Schafer1-36/+5
2013-04-12tracing: Check return value of tracing_init_dentry()Namhyung Kim1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-08-17trace_stat: Fix missing entry in stat fileLi Zefan1-3/+7
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar1-12/+22
2009-07-23tracing/stat: Fix seqfile memory leakLi Zefan1-12/+22
2009-07-10tracing/stat: Add stat_release() callbackLai Jiangshan1-2/+5
2009-06-24trace_stat: Don't increment @pos in seq start()Li Zefan1-5/+1
2009-06-02tracing/stat: remove unappropriate safe walk on listFrederic Weisbecker1-2/+2
2009-06-02tracing/stat: do some cleanupsLi Zefan1-33/+21
2009-06-02tracing/stat: remember to free root nodeLi Zefan1-2/+2
2009-06-02tracing/stat: change dummpy_cmp() to return -1Li Zefan1-1/+1
2009-06-02tracing/stat: replace linked list by an rbtree for sortingFrederic Weisbecker1-40/+100
2009-06-02tracing/stat: replace trace_stat_session by stat_sessionFrederic Weisbecker1-14/+14
2009-04-07Merge branch 'linus' into tracing/coreIngo Molnar1-11/+15
2009-03-25trace_stat: keep original orderLai Jiangshan1-10/+8
2009-03-25trace_stat: don't call seq_printf() in seq_operation->start()Lai Jiangshan1-1/+7
2009-03-24tracing: add handler to trace_statSteven Rostedt1-1/+1
2009-03-24tracing: fix memory leak in trace_statSteven Rostedt1-10/+13
2009-02-17tracing: fix typing mistake in hint message and commentsWenji Huang1-1/+1
2009-01-15tracing: trace_stat.c cleanupIngo Molnar1-76/+71
2009-01-15tracing/ftrace: add missing unlock in register_stat_tracer()Li Zefan1-1/+3
2009-01-14tracing/ftrace: separate events tracing and stats tracing engineFrederic Weisbecker1-110/+81
2009-01-11tracing/ftrace: handle more than one stat file per tracerFrederic Weisbecker1-61/+169
2009-01-07trace: clean up funny line breaks in stat_seq_showSteven Rostedt1-2/+3
2009-01-07tracing/ftrace: fix a memory leak in stat tracingFrederic Weisbecker1-24/+15
2008-12-29tracing/ftrace: provide the base infrastructure for histogram tracingFrederic Weisbecker1-0/+251