aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-03-10tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macroSteven Rostedt6-60/+60
2009-03-10tracing: add back the available_events fileSteven Rostedt1-0/+14
2009-03-10tracing: do not allow modifying the ftrace events via the event filesSteven Rostedt1-3/+15
2009-03-10tracing: fix printk format specifierSteven Rostedt1-7/+6
2009-03-10tracing: remove obsolete TRACE_EVENT_FORMAT macroSteven Rostedt5-13/+3
2009-03-10tracing: convert irq trace points to new macrosSteven Rostedt1-14/+24
2009-03-10tracing: convert the sched trace points to the TRACE_EVENT macrosSteven Rostedt1-76/+246
2009-03-10tracing: new format for specialized trace pointsSteven Rostedt9-233/+159
2009-03-10tracing: use generic __stringifySteven Rostedt3-9/+5
2009-03-10tracing: replace TP<var> with TP_<var>Steven Rostedt14-209/+154
2009-03-10tracing: typecast sizeof and offsetof to unsigned intSteven Rostedt3-18/+19
2009-03-09tracing: optimize trace_printk()Ingo Molnar1-2/+8
2009-03-09tracing: trace_printk() fix, move format array to data sectionIngo Molnar1-1/+1
2009-03-06tracing: trace_bprintk() cleanupsIngo Molnar2-17/+8
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk()Frederic Weisbecker12-309/+158
2009-03-06tracing: add trace_bprintk()Lai Jiangshan6-10/+133
2009-03-06tracing: infrastructure for supporting binary recordLai Jiangshan7-0/+240
2009-03-06Merge branch 'core/printk' into tracing/ftraceIngo Molnar4-227/+806
2009-03-06vsprintf: unify the format decoding layer for its 3 usersFrederic Weisbecker1-431/+541
2009-03-06vsprintf: add binary printfLai Jiangshan3-0/+452
2009-03-06tracing, power-trace: make it build even if the power-tracer is turned offIngo Molnar1-2/+0
2009-03-06tracing: fix deadlock when setting set_ftrace_pidKOSAKI Motohiro1-6/+1
2009-03-06tracing: current tip/master can't enable ftraceKOSAKI Motohiro1-0/+1
2009-03-06Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar12-92/+357
2009-03-06Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/coreIngo Molnar3-8/+9
2009-03-05tracing: add format files for ftrace default entriesSteven Rostedt5-6/+255
2009-03-05tracing: move print of event format to separate fileSteven Rostedt2-52/+56
2009-03-05tracing: make all file_operations constSteven Rostedt4-19/+19
2009-03-05tracing: clean up menuIngo Molnar2-13/+17
2009-03-05tracing: add tracing_on/tracing_off to kernel.hSteven Rostedt2-16/+28
2009-03-05tracing/function-graph-tracer: use the more lightweight local clockFrederic Weisbecker3-8/+9
2009-03-05tracing: move utility functions from ftrace.h to kernel.hIngo Molnar2-56/+60
2009-03-05tracing: rename ftrace_printk() => trace_printk()Ingo Molnar4-17/+17
2009-03-05Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar9-95/+48
2009-03-05Merge branch 'tracing/ftrace' into tracing/coreIngo Molnar31-432/+1155
2009-03-04tracing: have latency tracers set the latency formatSteven Rostedt2-0/+16
2009-03-04tracing: consolidate print_lat_fmt and print_trace_fmtSteven Rostedt1-32/+7
2009-03-04tracing: remove extra latency_trace method from trace structureSteven Rostedt5-36/+1
2009-03-04tracing: add latency output format optionSteven Rostedt2-23/+4
2009-03-04tracing: fix seq read from trace filesSteven Rostedt1-2/+2
2009-03-04tracing: do not return EFAULT if read copied anythingSteven Rostedt1-2/+12
2009-03-04ring-buffer: fix timestamp in partial ring_buffer_page_readSteven Rostedt1-1/+5
2009-03-04tracing: add cpu_file intialization for ftrace_dumpSteven Rostedt1-0/+2
2009-03-04tracing: add lockdep tracepoints for lock acquire/releasePeter Zijlstra7-8/+82
2009-03-04Merge branch 'core/locking' into tracing/ftraceIngo Molnar22-381/+716
2009-03-04lockdep: require framepointers for x86Peter Zijlstra1-1/+1
2009-03-04lockdep: remove extra "irq" stringPeter Zijlstra1-2/+2
2009-03-04lockdep: fix incorrect state namePeter Zijlstra1-2/+3
2009-03-04Merge branch 'rfc/splice/tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar4-43/+357
2009-03-04Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/coreIngo Molnar126-552/+1154