aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-18tracing: Remove markersChristoph Hellwig1-1/+0
2009-09-17tracing: switch function prints from %pf to %psSteven Rostedt3-7/+7
2009-09-17Merge branch 'linus' into tracing/coreIngo Molnar1-3/+3
2009-09-16tracing: Fix minor bugs for __unregister_ftrace_function_probeAtsushi Tsuji1-2/+2
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-3/+3
2009-09-15tracing: optimize global_trace_clock cachelinesSteven Rostedt1-10/+14
2009-09-14ftrace: document function and function graph implementationMike Frysinger1-3/+13
2009-09-14tracing: make testing syscall events a separate configurationSteven Rostedt2-0/+24
2009-09-14tracing: remove some unused macrosLi Zefan2-35/+0
2009-09-14ftrace: add compile-time check on F_printk()Li Zefan1-4/+41
2009-09-14tracing: fix F_printk() typosLi Zefan1-9/+9
2009-09-14tracing: add static to generated TRACE_EVENT functionsSteven Rostedt1-1/+1
2009-09-14ring-buffer: typecast cmpxchg to fix PowerPC warningSteven Rostedt1-3/+3
2009-09-12tracing: add filter event logic to special, mmiotrace and boot tracersSteven Rostedt3-5/+18
2009-09-12tracing: remove trace_event_types.hSteven Rostedt1-178/+0
2009-09-12tracing: use the new trace_entries.h to create format filesSteven Rostedt3-118/+136
2009-09-12tracing: show details of structures within the ftrace structuresSteven Rostedt2-7/+66
2009-09-12tracing: use macros to create internal ftrace entry ring buffer structuresSteven Rostedt2-133/+369
2009-09-12tracing/profile: fix profile_disable vs module_unloadLi Zefan1-1/+4
2009-09-12tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde4-4/+14
2009-09-12tracing: remove unused local variables in tracer probe functionsCarsten Emde2-21/+1
2009-09-11tracing: trace parser support for function and graphjolsa@redhat.com1-110/+40
2009-09-11tracing: trace parser support for set_eventjolsa@redhat.com1-47/+13
2009-09-11tracing: create generic trace parserjolsa@redhat.com2-0/+141
2009-09-11tracing: consolidate code between trace_output.c and trace_function_graph.cSteven Rostedt3-30/+28
2009-09-11tracing: add lock depth to entriesSteven Rostedt4-10/+30
2009-09-11tracing: move tgid out of generic entry and into userstackSteven Rostedt4-6/+4
2009-09-11tracing: add latency format to function_graph tracerSteven Rostedt1-6/+68
2009-09-09tracing: move PRED macros to trace_events_filter.cLi Zefan2-41/+41
2009-09-09tracing: remove stats from struct tracerLi Zefan1-1/+0
2009-09-09tracing: format clean upsLi Zefan1-11/+11
2009-09-09tracing: remove dead codeLi Zefan1-22/+0
2009-09-09tracing: do not grab lock in wakeup latency function tracingSteven Rostedt1-14/+22
2009-09-09ring-buffer: consolidate interface of rb_buffer_peek()Robert Richter1-7/+4
2009-09-06Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/coreIngo Molnar1-5/+6
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar3-27/+14
2009-09-04ring-buffer: only enable ring_buffer_swap_cpu when neededSteven Rostedt2-0/+12
2009-09-04ring-buffer: check for swapped buffers in start of committingSteven Rostedt1-3/+17
2009-09-04tracing: report error in trace if we fail to swap latency bufferSteven Rostedt1-1/+12
2009-09-04tracing: add trace_array_printk for internal tracers to useSteven Rostedt2-2/+27
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt10-99/+143
2009-09-04tracing: make tracing_reset safe for external useSteven Rostedt1-2/+15
2009-09-04tracing: use timestamp to determine start of latency tracesSteven Rostedt4-24/+67
2009-09-04tracing/filters: Defer pred allocation, fix memory leakLi Zefan1-5/+6
2009-09-04tracing: remove users of tracing_resetSteven Rostedt4-14/+5
2009-09-04tracing: disable buffers and synchronize_sched before resettingSteven Rostedt1-0/+8
2009-09-04tracing: disable update max tracer while reading traceSteven Rostedt1-3/+9
2009-09-04tracing: print out start and stop in latency tracesSteven Rostedt2-11/+11
2009-09-04ring-buffer: disable all cpu buffers when one finds a problemSteven Rostedt1-8/+13
2009-09-04ring-buffer: do not count discarded eventsSteven Rostedt1-17/+54