aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-31Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/kprobes', 'tracing/blktrace-v2' and 'tracing/textedit' into tracing/core-v2Ingo Molnar1-12/+38
2009-03-24function-graph: add option for include sleep timesSteven Rostedt1-1/+2
2009-03-23tracing/function-graph-tracer: fix functions call traces imbalanceFrederic Weisbecker1-5/+11
2009-03-23tracing/ftrace: check if debugfs is registered before creating filesFrederic Weisbecker1-0/+3
2009-03-23tracing/events: don't use wake up for eventsFrederic Weisbecker1-5/+21
2009-03-22tracing: fix four sparse warningsDmitri Vorobiev1-1/+1
2009-03-22tracing/function-graph-tracer: prevent hangs during self-testsFrederic Weisbecker1-3/+23
2009-03-20Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar1-47/+38
2009-03-20Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linus' into tracing/coreIngo Molnar1-14/+21
2009-03-19tracing: remove recording function depth from trace_printkSteven Rostedt1-5/+3
2009-03-19tracing: make print_(b)printk_msg_only globalSteven Rostedt1-34/+2
2009-03-18tracing: give easy way to clear trace bufferSteven Rostedt1-8/+33
2009-03-18tracing: fix command line to pid reverse mapCarsten Emde1-5/+11
2009-03-18tracing: fix trace_find_cmdline()Thomas Gleixner1-5/+4
2009-03-18tracing: replace the crude (unsigned) -1 hackeryThomas Gleixner1-6/+7
2009-03-18tracing: stop command line recording when tracing is disabledThomas Gleixner1-1/+2
2009-03-18Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar1-11/+44
2009-03-17tracing: add global-clock option to provide cross CPU clock to tracesSteven Rostedt1-4/+30
2009-03-17ring-buffer: add api to allow a tracer to change clock sourceSteven Rostedt1-7/+14
2009-03-17Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar1-9/+13
2009-03-16tracing: stop comm recording on tracing offSteven Rostedt1-1/+1
2009-03-16tracing: protect reader of cmdline outputSteven Rostedt1-8/+12
2009-03-16tracing/core: fix early free of cpumasksFrederic Weisbecker1-1/+2
2009-03-16tracing/core: fix missing mutex unlock on tracing_set_tracer()Frederic Weisbecker1-1/+1
2009-03-13tracing: move binary buffers into per cpu directorySteven Rostedt1-21/+5
2009-03-12tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker1-5/+80
2009-03-12tracing: show that buffer size is not expandedSteven Rostedt1-2/+10
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 Rostedt1-10/+10
2009-03-11ring-buffer: only allocate buffers for online cpusSteven Rostedt1-6/+0
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 Rostedt1-0/+20
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-10Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar1-1/+1
2009-03-10tracing: use raw spinlocks for trace_vprintkSteven Rostedt1-3/+7
2009-03-10tracing: remove funky whitespace in the trace codeSteven Rostedt1-1/+1
2009-03-08ftrace: tracing header should put '#' at the beginning of a lineKOSAKI Motohiro1-10/+10
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk()Frederic Weisbecker1-150/+62
2009-03-06tracing: add trace_bprintk()Lai Jiangshan1-0/+15
2009-03-06tracing: infrastructure for supporting binary recordLai Jiangshan1-0/+56
2009-03-05tracing: make all file_operations constSteven Rostedt1-12/+12
2009-03-05tracing: rename ftrace_printk() => trace_printk()Ingo Molnar1-4/+4
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 Rostedt1-1/+1
2009-03-04tracing: add latency output format optionSteven Rostedt1-22/+2
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-04tracing: add cpu_file intialization for ftrace_dumpSteven Rostedt1-0/+2