aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_stat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-24tracing: Fix tracing_stat return values in error handling pathsLuis Henriques1-4/+8
2020-01-24tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)1-10/+9
2019-11-14tracing: Use generic type for comparator functionAndy Shevchenko1-4/+2
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)1-1/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches1-2/+1
2015-02-03tracing: Convert the tracing facility over to use tracefsSteven Rostedt (Red Hat)1-5/+5
2015-01-22tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)1-1/+1
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