aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2009-03-12ring-buffer: use CONFIG_HOTPLUG_CPU not CONFIG_HOTPLUGSteven Rostedt1-5/+5
2009-03-12tracing: protect ring_buffer_expanded with trace_types_lockSteven Rostedt1-1/+4
2009-03-12tracing: fix comments about trace buffer resizingSteven Rostedt1-3/+16
2009-03-12Merge branch 'tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/ftrace-mergeSteven Rostedt5-23/+29
2009-03-11ring-buffer: only allocate buffers for online cpusSteven Rostedt2-56/+216
2009-03-11tracing: fix trace_wait to know to wait on all cpus or just oneSteven Rostedt1-0/+13
2009-03-11tracing: expand the ring buffers when an event is activatedSteven Rostedt3-0/+31
2009-03-11tracing: keep ring buffer to minimum size till usedSteven Rostedt1-20/+59
2009-03-11Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar1-3/+7
2009-03-11Merge commit 'origin/master' into nextBenjamin Herrenschmidt3-1/+26
2009-03-10Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar11-90/+116
2009-03-10tracing: use raw spinlocks for trace_vprintkSteven Rostedt1-3/+7
2009-03-10trace_clock: fix preemption bugPeter Zijlstra1-1/+8
2009-03-10tracing: remove funky whitespace in the trace codeSteven Rostedt8-67/+67
2009-03-10tracing: update comments to match event code macrosSteven Rostedt3-11/+12
2009-03-10tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macroSteven Rostedt3-4/+4
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: Don't assume possible cpu list have continuous numbersKOSAKI Motohiro1-7/+7
2009-03-10Merge branch 'x86/core' into tracing/ftraceIngo Molnar1-1/+1
2009-03-10Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar10-316/+158
2009-03-10tracing: remove obsolete TRACE_EVENT_FORMAT macroSteven Rostedt2-8/+1
2009-03-10tracing: new format for specialized trace pointsSteven Rostedt7-217/+124
2009-03-10tracing: use generic __stringifySteven Rostedt3-9/+5
2009-03-10tracing: replace TP<var> with TP_<var>Steven Rostedt5-80/+25
2009-03-10tracing: typecast sizeof and offsetof to unsigned intSteven Rostedt3-18/+19
2009-03-09tracing: Don't use tracing_record_cmdline() in workqueue tracerKOSAKI Motohiro1-3/+2
2009-03-08ftrace: tracing header should put '#' at the beginning of a lineKOSAKI Motohiro1-10/+10
2009-03-08Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing/textedit' into tracing/coreIngo Molnar1-1/+1
2009-03-06tracing: trace_bprintk() cleanupsIngo Molnar1-11/+8
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk()Frederic Weisbecker9-280/+126
2009-03-06tracing: add trace_bprintk()Lai Jiangshan2-10/+92
2009-03-06tracing: infrastructure for supporting binary recordLai Jiangshan6-0/+237
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar1-1/+1
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 Molnar10-76/+329
2009-03-06Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/coreIngo Molnar1-1/+1
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 Molnar1-13/+16
2009-03-05tracing/function-graph-tracer: use the more lightweight local clockFrederic Weisbecker1-1/+1
2009-03-05tracing: rename ftrace_printk() => trace_printk()Ingo Molnar2-5/+5
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