summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | trace: fix logic to start/stop countingSteven Rostedt2009-01-231-7/+6
| * | | | | | | | trace: remove internal irqsoff disabling for trace outputSteven Rostedt2009-01-231-32/+2
| |/ / / / / / /
| * | | | | | | ring-buffer: reset timestamps when ring buffer is resetSteven Rostedt2009-01-221-0/+3
| * | | | | | | wakeup-tracer: show scheduling data in outputSteven Rostedt2009-01-221-3/+8
| * | | | | | | trace: separate out rt tasks from wakeup tracerSteven Rostedt2009-01-221-2/+32
| * | | | | | | ring-buffer: do not swap if recording is disabledSteven Rostedt2009-01-222-1/+16
| * | | | | | | trace: do not disable wake up tracer on output of traceSteven Rostedt2009-01-221-31/+2
| * | | | | | | trace_workqueue: use percpu data for workqueue statLai Jiangshan2009-01-201-35/+29
| * | | | | | | x86, ftrace, hw-branch-tracer: change trace formatMarkus Metzger2009-01-201-8/+5
| * | | | | | | x86, ftrace, hw-branch-tracer: reset trace buffer on closeMarkus Metzger2009-01-201-1/+7
| * | | | | | | x86, ftrace, hw-branch-tracer: dump trace on oopsMarkus Metzger2009-01-202-8/+22
| * | | | | | | x86, ftrace, hw-branch-tracer: support hotplug cpusMarkus Metzger2009-01-201-16/+107
| * | | | | | | trace: set max latency variable to zero on defaultSteven Rostedt2009-01-163-1/+3
| * | | | | | | ftrace: remove static from function tracer functionsSteven Rostedt2009-01-163-15/+8
| * | | | | | | ftrace: combine stack trace in function callSteven Rostedt2009-01-161-25/+36
| * | | | | | | trace: clean up format errors in calls to trace_seq_printfSteven Rostedt2009-01-163-9/+10
| * | | | | | | trace: add gcc printf check to trace_seq_printfSteven Rostedt2009-01-161-1/+2
| * | | | | | | ftrace: move function tracer functions out of trace.cSteven Rostedt2009-01-162-85/+83
| * | | | | | | ftrace: add stack trace to function tracerSteven Rostedt2009-01-163-9/+108
| * | | | | | | ftrace: fix trace_outputLai Jiangshan2009-01-162-36/+33
| * | | | | | | 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/function-graph-tracer: fix a regression while suspend to diskFrederic Weisbecker2009-01-151-0/+27
| * | | | | | | trace: stop all recording to ring buffer on ftrace_dumpSteven Rostedt2009-01-151-0/+1
| * | | | | | | ring_buffer: reset write when reserve buffer failLai Jiangshan2009-01-151-5/+5
| * | | | | | | trace: print ftrace_dump at KERN_EMERG log levelSteven Rostedt2009-01-151-1/+1
| * | | | | | | ftrace, trivial: fix typo "resgister" -> "register"Uwe Kleine-Koenig2009-01-141-1/+1
| * | | | | | | tracing: add a new workqueue tracerFrederic Weisbecker2009-01-143-0/+299
| * | | | | | | tracing/ftrace: separate events tracing and stats tracing engineFrederic Weisbecker2009-01-145-180/+172
| * | | | | | | ftrace, ia64: Add macro for ftrace_callerShaohua Li2009-01-141-1/+1
| * | | | | | | ftrace, ia64: explictly ignore a file in recordmcount.plShaohua Li2009-01-141-9/+1
| * | | | | | | mmiotrace: count events lost due to not recordingPekka Paalanen2009-01-111-4/+10
| * | | | | | | trace: mmiotrace to the tracer menu in KconfigPekka Paalanen2009-01-111-0/+23
| * | | | | | | tracing/ftrace: handle more than one stat file per tracerFrederic Weisbecker2009-01-113-117/+217
| * | | | | | | kernel/trace/ring_buffer.c: use DIV_ROUND_UPAndrew Morton2009-01-111-12/+5
| * | | | | | | kernel/trace/ring_buffer.c: reduce inliningAndrew Morton2009-01-111-12/+11
| * | | | | | | Merge commit 'v2.6.29-rc1' into tracing/urgentIngo Molnar2009-01-111-1/+7
| |\ \ \ \ \ \ \
| * | | | | | | | 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
| * | | | | | | | ftrace: convert unsigned index to signedSteven Rostedt2009-01-071-2/+2
| * | | | | | | | Merge branches 'tracing/kmemtrace2' and 'tracing/ftrace' into tracing/urgentIngo Molnar2009-01-0613-836/+1392
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tracing/selftest: remove TRACE_CONT referenceIngo Molnar2008-12-291-1/+0
| | * | | | | | | | tracing/ftrace: make trace_find_cmdline() generally availableIngo Molnar2008-12-291-2/+2
| | * | | | | | | | tracing/branch-tracer: adapt to the stat tracing APIFrederic Weisbecker2008-12-291-126/+142
| | * | | | | | | | tracing/ftrace: provide the base infrastructure for histogram tracingFrederic Weisbecker2008-12-294-1/+271
| | * | | | | | | | ftrace: change trace.c to use registered eventsSteven Rostedt2008-12-294-364/+574
| | * | | | | | | | ftrace: set up trace event hash infrastructureSteven Rostedt2008-12-2910-281/+416
| | * | | | | | | | ftrace: remove obsolete print continue functionalitySteven Rostedt2008-12-294-74/+0
| * | | | | | | | | kmemtrace: add kmemtrace_init()Ingo Molnar2009-01-061-0/+5
| * | | | | | | | | Merge branch 'linus' into tracing/kmemtrace2Ingo Molnar2009-01-068-59/+78
| |\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud