summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2009-09-21trivial: remove unnecessary semicolonsJoe Perches-1/+1
2009-09-21trivial: Fix duplicated word "options" in commentUwe Kleine-Koenig-1/+1
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar-3/+3
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6Linus Torvalds-2/+0
2009-09-20sched: Fix raciness in runqueue_is_locked()Andrew Morton-1/+7
2009-09-20tracing: Export trace_profile_buf symbolsPeter Zijlstra-1/+4
2009-09-20includecheck fix: kernel/trace, ring_buffer.cJaswinder Singh Rajput-2/+0
2009-09-19Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-86/+35
2009-09-19tracing/events: use list_for_entry_continueLi Zefan-34/+15
2009-09-19tracing: remove max_tracer_type_lenLi Zefan-33/+16
2009-09-19function-graph: use ftrace_graph_funcs directlyLi Zefan-19/+4
2009-09-19Merge branch 'tracing/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar-21/+155
2009-09-19tracing, perf: Convert the power tracer into an event tracerArjan van de Ven-239/+21
2009-09-18tracing: Remove markersChristoph Hellwig-1/+0
2009-09-18tracing: Allocate the ftrace event profile buffer dynamicallyFrederic Weisbecker-20/+138
2009-09-18tracing: Factorize the events profile accountingFrederic Weisbecker-2/+18
2009-09-17tracing: switch function prints from %pf to %psSteven Rostedt-7/+7
2009-09-17Merge branch 'linus' into tracing/coreIngo Molnar-3/+3
2009-09-17tracing/kprobes: Disable kprobe events by default after creationMasami Hiramatsu-2/+2
2009-09-17tracing/kprobes: Fix profiling alignment for perf_counter bufferMasami Hiramatsu-5/+12
2009-09-17tracing/kprobes: Add probe handler dispatcher to support perf and ftrace conc...Masami Hiramatsu-22/+63
2009-09-17ftrace: Fix trace_remove_event_call() to lock trace_event_mutexMasami Hiramatsu-0/+5
2009-09-17ftrace: Fix trace_add_event_call() to initialize listMasami Hiramatsu-1/+4
2009-09-17tracing/kprobes: Fix trace_probe registration orderMasami Hiramatsu-23/+19
2009-09-17tracing/kprobes: Support custom subsystem for each kprobe eventMasami Hiramatsu-6/+27
2009-09-16tracing: Fix minor bugs for __unregister_ftrace_function_probeAtsushi Tsuji-2/+2
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-3/+3
2009-09-15tracing: optimize global_trace_clock cachelinesSteven Rostedt-10/+14
2009-09-14ftrace: document function and function graph implementationMike Frysinger-3/+13
2009-09-14tracing: make testing syscall events a separate configurationSteven Rostedt-0/+24
2009-09-14tracing: remove some unused macrosLi Zefan-35/+0
2009-09-14ftrace: add compile-time check on F_printk()Li Zefan-4/+41
2009-09-14tracing: fix F_printk() typosLi Zefan-9/+9
2009-09-14tracing: add static to generated TRACE_EVENT functionsSteven Rostedt-1/+1
2009-09-14ring-buffer: typecast cmpxchg to fix PowerPC warningSteven Rostedt-3/+3
2009-09-12tracing: add filter event logic to special, mmiotrace and boot tracersSteven Rostedt-5/+18
2009-09-12tracing: remove trace_event_types.hSteven Rostedt-178/+0
2009-09-12tracing: use the new trace_entries.h to create format filesSteven Rostedt-118/+136
2009-09-12tracing: show details of structures within the ftrace structuresSteven Rostedt-7/+66
2009-09-12tracing: use macros to create internal ftrace entry ring buffer structuresSteven Rostedt-133/+369
2009-09-12tracing/profile: fix profile_disable vs module_unloadLi Zefan-1/+4
2009-09-12tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde-4/+14
2009-09-12tracing: remove unused local variables in tracer probe functionsCarsten Emde-21/+1
2009-09-11tracing: trace parser support for function and graphjolsa@redhat.com-110/+40
2009-09-11tracing: trace parser support for set_eventjolsa@redhat.com-47/+13
2009-09-11tracing: create generic trace parserjolsa@redhat.com-0/+141
2009-09-11tracing: consolidate code between trace_output.c and trace_function_graph.cSteven Rostedt-30/+28
2009-09-11tracing: add lock depth to entriesSteven Rostedt-10/+30
2009-09-11tracing: move tgid out of generic entry and into userstackSteven Rostedt-6/+4
2009-09-11tracing: add latency format to function_graph tracerSteven Rostedt-6/+68