aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_workqueue.c
Commit message (Expand)AuthorAgeFilesLines
* jump label: Initialize workqueue tracepoints *before* they are registeredJason Baron2010-09-221-5/+5
* tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-141-11/+15
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tracing/workqueues: Add refcnt to struct cpu_workqueue_statsLai Jiangshan2009-07-101-6/+26
* trace_workqueue: remove blank line between each cpuZhaolei2009-06-021-7/+0
* trace_workqueue: remove cpu_workqueue_stats->first_entryZhaolei2009-06-021-4/+0
* trace_workqueue: use list_for_each_entry() instead of list_for_each_entry_safe()Zhaolei2009-06-021-6/+4
* ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macroZhaolei2009-06-021-1/+1
* Merge branch 'linus' into tracing/coreIngo Molnar2009-04-071-6/+6
|\
| * trace_workqueues: fix empty line's outputLai Jiangshan2009-03-251-6/+6
* | tracing: add handler to trace_statSteven Rostedt2009-03-241-1/+1
|/
* tracing: Don't use tracing_record_cmdline() in workqueue tracer fixKOSAKI Motohiro2009-03-121-6/+14
* Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-101-3/+3
|\
| * tracing: remove funky whitespace in the trace codeSteven Rostedt2009-03-101-3/+3
* | tracing: Don't assume possible cpu list have continuous numbersKOSAKI Motohiro2009-03-101-7/+7
* | tracing: Don't use tracing_record_cmdline() in workqueue tracerKOSAKI Motohiro2009-03-091-3/+2
|/
* trace_workqueue: use percpu data for workqueue statLai Jiangshan2009-01-201-35/+29
* tracing: add a new workqueue tracerFrederic Weisbecker2009-01-141-0/+287