summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing: Remove markersChristoph Hellwig2009-09-181-1/+0
* tracing: switch function prints from %pf to %psSteven Rostedt2009-09-173-7/+7
* Merge branch 'linus' into tracing/coreIngo Molnar2009-09-171-3/+3
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-3/+3
| |\
| | * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-1416-73/+99
| | |\
| | * \ Merge branch 'master' into for-nextTejun Heo2009-07-048-74/+86
| | |\ \
| | * | | percpu: clean up percpu variable definitionsTejun Heo2009-06-241-3/+3
* | | | | tracing: Fix minor bugs for __unregister_ftrace_function_probeAtsushi Tsuji2009-09-161-2/+2
* | | | | tracing: optimize global_trace_clock cachelinesSteven Rostedt2009-09-151-10/+14
* | | | | ftrace: document function and function graph implementationMike Frysinger2009-09-141-3/+13
* | | | | tracing: make testing syscall events a separate configurationSteven Rostedt2009-09-142-0/+24
* | | | | tracing: remove some unused macrosLi Zefan2009-09-142-35/+0
* | | | | ftrace: add compile-time check on F_printk()Li Zefan2009-09-141-4/+41
* | | | | tracing: fix F_printk() typosLi Zefan2009-09-141-9/+9
* | | | | tracing: add static to generated TRACE_EVENT functionsSteven Rostedt2009-09-141-1/+1
* | | | | ring-buffer: typecast cmpxchg to fix PowerPC warningSteven Rostedt2009-09-141-3/+3
* | | | | tracing: add filter event logic to special, mmiotrace and boot tracersSteven Rostedt2009-09-123-5/+18
* | | | | tracing: remove trace_event_types.hSteven Rostedt2009-09-121-178/+0
* | | | | tracing: use the new trace_entries.h to create format filesSteven Rostedt2009-09-123-118/+136
* | | | | tracing: show details of structures within the ftrace structuresSteven Rostedt2009-09-122-7/+66
* | | | | tracing: use macros to create internal ftrace entry ring buffer structuresSteven Rostedt2009-09-122-133/+369
* | | | | tracing/profile: fix profile_disable vs module_unloadLi Zefan2009-09-121-1/+4
* | | | | tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde2009-09-124-4/+14
* | | | | tracing: remove unused local variables in tracer probe functionsCarsten Emde2009-09-122-21/+1
* | | | | tracing: trace parser support for function and graphjolsa@redhat.com2009-09-111-110/+40
* | | | | tracing: trace parser support for set_eventjolsa@redhat.com2009-09-111-47/+13
* | | | | tracing: create generic trace parserjolsa@redhat.com2009-09-112-0/+141
* | | | | tracing: consolidate code between trace_output.c and trace_function_graph.cSteven Rostedt2009-09-113-30/+28
* | | | | tracing: add lock depth to entriesSteven Rostedt2009-09-114-10/+30
* | | | | tracing: move tgid out of generic entry and into userstackSteven Rostedt2009-09-114-6/+4
* | | | | tracing: add latency format to function_graph tracerSteven Rostedt2009-09-111-6/+68
* | | | | tracing: move PRED macros to trace_events_filter.cLi Zefan2009-09-092-41/+41
* | | | | tracing: remove stats from struct tracerLi Zefan2009-09-091-1/+0
* | | | | tracing: format clean upsLi Zefan2009-09-091-11/+11
* | | | | tracing: remove dead codeLi Zefan2009-09-091-22/+0
* | | | | tracing: do not grab lock in wakeup latency function tracingSteven Rostedt2009-09-091-14/+22
* | | | | ring-buffer: consolidate interface of rb_buffer_peek()Robert Richter2009-09-091-7/+4
|/ / / /
* | | | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-09-061-5/+6
|\ \ \ \
| * | | | tracing/filters: Defer pred allocation, fix memory leakLi Zefan2009-09-041-5/+6
* | | | | Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar2009-09-063-27/+14
|\ \ \ \ \
| * | | | | tracing: handle broken names in ftrace filterJiri Olsa2009-08-181-6/+11
| * | | | | ftrace: Unify effect of writing to trace_options and option/*Zhaolei2009-08-181-10/+2
| | |_|_|/ | |/| | |
| * | | | Remove double removal of blktrace directoryAlan D. Brunelle2009-08-121-11/+1
* | | | | ring-buffer: only enable ring_buffer_swap_cpu when neededSteven Rostedt2009-09-042-0/+12
* | | | | ring-buffer: check for swapped buffers in start of committingSteven Rostedt2009-09-041-3/+17
* | | | | tracing: report error in trace if we fail to swap latency bufferSteven Rostedt2009-09-041-1/+12
* | | | | tracing: add trace_array_printk for internal tracers to useSteven Rostedt2009-09-042-2/+27
* | | | | tracing: pass around ring buffer instead of tracerSteven Rostedt2009-09-0410-99/+143
* | | | | tracing: make tracing_reset safe for external useSteven Rostedt2009-09-041-2/+15
* | | | | tracing: use timestamp to determine start of latency tracesSteven Rostedt2009-09-044-24/+67
OpenPOWER on IntegriCloud