aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracing: replace TP<var> with TP_<var>Steven Rostedt2009-03-1014-209/+154
* tracing: typecast sizeof and offsetof to unsigned intSteven Rostedt2009-03-103-18/+19
* tracing: optimize trace_printk()Ingo Molnar2009-03-091-2/+8
* tracing: trace_printk() fix, move format array to data sectionIngo Molnar2009-03-091-1/+1
* tracing: trace_bprintk() cleanupsIngo Molnar2009-03-062-17/+8
* tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker2009-03-0612-309/+158
* tracing: add trace_bprintk()Lai Jiangshan2009-03-066-10/+133
* tracing: infrastructure for supporting binary recordLai Jiangshan2009-03-067-0/+240
* Merge branch 'core/printk' into tracing/ftraceIngo Molnar2009-03-064-227/+806
|\
| * vsprintf: unify the format decoding layer for its 3 usersFrederic Weisbecker2009-03-061-431/+541
| * vsprintf: add binary printfLai Jiangshan2009-03-063-0/+452
| * printk: introduce printk_once()Ingo Molnar2009-02-051-0/+17
* | tracing, power-trace: make it build even if the power-tracer is turned offIngo Molnar2009-03-061-2/+0
* | tracing: fix deadlock when setting set_ftrace_pidKOSAKI Motohiro2009-03-061-6/+1
* | tracing: current tip/master can't enable ftraceKOSAKI Motohiro2009-03-061-0/+1
* | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-0612-92/+357
|\ \
| * | tracing: add format files for ftrace default entriesSteven Rostedt2009-03-055-6/+255
| * | tracing: move print of event format to separate fileSteven Rostedt2009-03-052-52/+56
| * | tracing: make all file_operations constSteven Rostedt2009-03-054-19/+19
| * | tracing: add tracing_on/tracing_off to kernel.hSteven Rostedt2009-03-052-16/+28
* | | Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...Ingo Molnar2009-03-063-8/+9
|\ \ \
| * | | tracing/function-graph-tracer: use the more lightweight local clockFrederic Weisbecker2009-03-053-8/+9
* | | | tracing: clean up menuIngo Molnar2009-03-052-13/+17
| |/ / |/| |
* | | tracing: move utility functions from ftrace.h to kernel.hIngo Molnar2009-03-052-56/+60
* | | tracing: rename ftrace_printk() => trace_printk()Ingo Molnar2009-03-054-17/+17
* | | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-059-95/+48
|\ \ \ | |/ / |/| |
| * | tracing: have latency tracers set the latency formatSteven Rostedt2009-03-042-0/+16
| * | tracing: consolidate print_lat_fmt and print_trace_fmtSteven Rostedt2009-03-041-32/+7
| * | tracing: remove extra latency_trace method from trace structureSteven Rostedt2009-03-045-36/+1
| * | tracing: add latency output format optionSteven Rostedt2009-03-042-23/+4
| * | tracing: fix seq read from trace filesSteven Rostedt2009-03-041-2/+2
| * | tracing: do not return EFAULT if read copied anythingSteven Rostedt2009-03-041-2/+12
| * | ring-buffer: fix timestamp in partial ring_buffer_page_readSteven Rostedt2009-03-041-1/+5
| * | tracing: add cpu_file intialization for ftrace_dumpSteven Rostedt2009-03-041-0/+2
* | | Merge branch 'tracing/ftrace' into tracing/coreIngo Molnar2009-03-0531-432/+1155
|\ \ \ | |/ /
| * | tracing: add lockdep tracepoints for lock acquire/releasePeter Zijlstra2009-03-047-8/+82
| * | Merge branch 'core/locking' into tracing/ftraceIngo Molnar2009-03-0422-381/+716
| |\ \
| | * | lockdep: require framepointers for x86Peter Zijlstra2009-03-041-1/+1
| | * | lockdep: remove extra "irq" stringPeter Zijlstra2009-03-041-2/+2
| | * | lockdep: fix incorrect state namePeter Zijlstra2009-03-041-2/+3
| | * | lockdep: annotate reclaim context (__GFP_NOFS), fixIngo Molnar2009-02-151-2/+1
| | * | lockdep: build fix for !PROVE_LOCKINGPeter Zijlstra2009-02-151-0/+4
| | * | lockstat: warn about disabled lock debuggingPeter Zijlstra2009-02-141-0/+4
| | * | lockdep: use stringify.hPeter Zijlstra2009-02-141-9/+7
| | * | lockdep: simplify check_prev_add_irq()Peter Zijlstra2009-02-141-93/+61
| | * | lockdep: get_user_chars() redoPeter Zijlstra2009-02-144-31/+36
| | * | lockdep: simplify get_user_chars()Peter Zijlstra2009-02-141-41/+24
| | * | lockdep: add comments to mark_lock_irq()Peter Zijlstra2009-02-141-7/+30
| | * | lockdep: remove macro usage from mark_held_locks()Peter Zijlstra2009-02-141-15/+5
| | * | lockdep: fully reduce mark_lock_irq()Peter Zijlstra2009-02-141-78/+8