aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_stat.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Check return value of tracing_init_dentry()Namhyung Kim2013-05-071-0/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* trace_stat: Fix missing entry in stat fileLi Zefan2009-08-171-3/+7
* Merge branch 'linus' into tracing/coreIngo Molnar2009-08-111-12/+22
|\
| * tracing/stat: Fix seqfile memory leakLi Zefan2009-07-231-12/+22
* | tracing/stat: Add stat_release() callbackLai Jiangshan2009-07-101-2/+5
|/
* trace_stat: Don't increment @pos in seq start()Li Zefan2009-06-241-5/+1
* tracing/stat: remove unappropriate safe walk on listFrederic Weisbecker2009-06-021-2/+2
* tracing/stat: do some cleanupsLi Zefan2009-06-021-33/+21
* tracing/stat: remember to free root nodeLi Zefan2009-06-021-2/+2
* tracing/stat: change dummpy_cmp() to return -1Li Zefan2009-06-021-1/+1
* tracing/stat: replace linked list by an rbtree for sortingFrederic Weisbecker2009-06-021-40/+100
* tracing/stat: replace trace_stat_session by stat_sessionFrederic Weisbecker2009-06-021-14/+14
* Merge branch 'linus' into tracing/coreIngo Molnar2009-04-071-11/+15
|\
| * trace_stat: keep original orderLai Jiangshan2009-03-251-10/+8
| * trace_stat: don't call seq_printf() in seq_operation->start()Lai Jiangshan2009-03-251-1/+7
* | tracing: add handler to trace_statSteven Rostedt2009-03-241-1/+1
|/
* tracing: fix memory leak in trace_statSteven Rostedt2009-03-241-10/+13
* tracing: fix typing mistake in hint message and commentsWenji Huang2009-02-171-1/+1
* tracing: trace_stat.c cleanupIngo Molnar2009-01-151-76/+71
* tracing/ftrace: add missing unlock in register_stat_tracer()Li Zefan2009-01-151-1/+3
* tracing/ftrace: separate events tracing and stats tracing engineFrederic Weisbecker2009-01-141-110/+81
* tracing/ftrace: handle more than one stat file per tracerFrederic Weisbecker2009-01-111-61/+169
* trace: clean up funny line breaks in stat_seq_showSteven Rostedt2009-01-071-2/+3
* tracing/ftrace: fix a memory leak in stat tracingFrederic Weisbecker2009-01-071-24/+15
* tracing/ftrace: provide the base infrastructure for histogram tracingFrederic Weisbecker2008-12-291-0/+251