aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_workqueue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-22jump label: Initialize workqueue tracepoints *before* they are registeredJason Baron1-5/+5
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt1-11/+15
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-07-10tracing/workqueues: Add refcnt to struct cpu_workqueue_statsLai Jiangshan1-6/+26
2009-06-02trace_workqueue: remove blank line between each cpuZhaolei1-7/+0
2009-06-02trace_workqueue: remove cpu_workqueue_stats->first_entryZhaolei1-4/+0
2009-06-02trace_workqueue: use list_for_each_entry() instead of list_for_each_entry_safe()Zhaolei1-6/+4
2009-06-02ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macroZhaolei1-1/+1
2009-04-07Merge branch 'linus' into tracing/coreIngo Molnar1-6/+6
2009-03-25trace_workqueues: fix empty line's outputLai Jiangshan1-6/+6
2009-03-24tracing: add handler to trace_statSteven Rostedt1-1/+1
2009-03-12tracing: Don't use tracing_record_cmdline() in workqueue tracer fixKOSAKI Motohiro1-6/+14
2009-03-10Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar1-3/+3
2009-03-10tracing: remove funky whitespace in the trace codeSteven Rostedt1-3/+3
2009-03-10tracing: Don't assume possible cpu list have continuous numbersKOSAKI Motohiro1-7/+7
2009-03-09tracing: Don't use tracing_record_cmdline() in workqueue tracerKOSAKI Motohiro1-3/+2
2009-01-20trace_workqueue: use percpu data for workqueue statLai Jiangshan1-35/+29
2009-01-14tracing: add a new workqueue tracerFrederic Weisbecker1-0/+287