summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_stat.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)2021-10-081-3/+3
* tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang2020-09-181-4/+4
* tracing: Fix tracing_stat return values in error handling pathsLuis Henriques2020-01-241-4/+8
* tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)2020-01-241-10/+9
* tracing: Use generic type for comparator functionAndy Shevchenko2019-11-141-4/+2
* tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)2019-10-121-1/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-221-2/+1
* tracing: Convert the tracing facility over to use tracefsSteven Rostedt (Red Hat)2015-02-031-5/+5
* tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)2015-01-221-1/+1
* trace/trace_stat: use rbtree postorder iteration helper instead of opencodingCody P Schafer2013-11-051-36/+5
* tracing: Check return value of tracing_init_dentry()Namhyung Kim2013-04-121-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