summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_stat.c
AgeCommit message (Expand)AuthorLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-08-17trace_stat: Fix missing entry in stat fileLi Zefan-3/+7
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar-12/+22
2009-07-23tracing/stat: Fix seqfile memory leakLi Zefan-12/+22
2009-07-10tracing/stat: Add stat_release() callbackLai Jiangshan-2/+5
2009-06-24trace_stat: Don't increment @pos in seq start()Li Zefan-5/+1
2009-06-02tracing/stat: remove unappropriate safe walk on listFrederic Weisbecker-2/+2
2009-06-02tracing/stat: do some cleanupsLi Zefan-33/+21
2009-06-02tracing/stat: remember to free root nodeLi Zefan-2/+2
2009-06-02tracing/stat: change dummpy_cmp() to return -1Li Zefan-1/+1
2009-06-02tracing/stat: replace linked list by an rbtree for sortingFrederic Weisbecker-40/+100
2009-06-02tracing/stat: replace trace_stat_session by stat_sessionFrederic Weisbecker-14/+14
2009-04-07Merge branch 'linus' into tracing/coreIngo Molnar-11/+15
2009-03-25trace_stat: keep original orderLai Jiangshan-10/+8
2009-03-25trace_stat: don't call seq_printf() in seq_operation->start()Lai Jiangshan-1/+7
2009-03-24tracing: add handler to trace_statSteven Rostedt-1/+1
2009-03-24tracing: fix memory leak in trace_statSteven Rostedt-10/+13
2009-02-17tracing: fix typing mistake in hint message and commentsWenji Huang-1/+1
2009-01-15tracing: trace_stat.c cleanupIngo Molnar-76/+71
2009-01-15tracing/ftrace: add missing unlock in register_stat_tracer()Li Zefan-1/+3
2009-01-14tracing/ftrace: separate events tracing and stats tracing engineFrederic Weisbecker-110/+81
2009-01-11tracing/ftrace: handle more than one stat file per tracerFrederic Weisbecker-61/+169
2009-01-07trace: clean up funny line breaks in stat_seq_showSteven Rostedt-2/+3
2009-01-07tracing/ftrace: fix a memory leak in stat tracingFrederic Weisbecker-24/+15
2008-12-29tracing/ftrace: provide the base infrastructure for histogram tracingFrederic Weisbecker-0/+251