summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linu...Ingo Molnar2009-03-201-14/+21
|\ \ \
| | * | tracing: fix command line to pid reverse mapCarsten Emde2009-03-181-5/+11
| | * | tracing: fix trace_find_cmdline()Thomas Gleixner2009-03-181-5/+4Star
| | * | tracing: replace the crude (unsigned) -1 hackeryThomas Gleixner2009-03-181-6/+7
| | * | tracing: stop command line recording when tracing is disabledThomas Gleixner2009-03-181-1/+2
| |/ /
* | | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-181-11/+44
|\ \ \ | |/ / |/| |
| * | tracing: add global-clock option to provide cross CPU clock to tracesSteven Rostedt2009-03-181-4/+30
| * | ring-buffer: add api to allow a tracer to change clock sourceSteven Rostedt2009-03-181-7/+14
* | | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-171-9/+13
|\| |
| * | tracing: stop comm recording on tracing offSteven Rostedt2009-03-171-1/+1
| * | tracing: protect reader of cmdline outputSteven Rostedt2009-03-171-8/+12
* | | tracing/core: fix early free of cpumasksFrederic Weisbecker2009-03-161-1/+2
* | | tracing/core: fix missing mutex unlock on tracing_set_tracer()Frederic Weisbecker2009-03-161-1/+1
|/ /
* | tracing: move binary buffers into per cpu directorySteven Rostedt2009-03-131-21/+5Star
* | tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker2009-03-131-5/+80
* | tracing: show that buffer size is not expandedSteven Rostedt2009-03-131-2/+10
* | tracing: protect ring_buffer_expanded with trace_types_lockSteven Rostedt2009-03-131-1/+4
* | tracing: fix comments about trace buffer resizingSteven Rostedt2009-03-131-3/+16
* | Merge branch 'tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Steven Rostedt2009-03-131-10/+10
|\ \
| * \ Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-111-3/+7
| |\ \
| * \ \ Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-101-1/+1
| |\ \ \
| * | | | ftrace: tracing header should put '#' at the beginning of a lineKOSAKI Motohiro2009-03-081-10/+10
* | | | | ring-buffer: only allocate buffers for online cpusSteven Rostedt2009-03-121-6/+0Star
* | | | | tracing: fix trace_wait to know to wait on all cpus or just oneSteven Rostedt2009-03-121-0/+13
* | | | | tracing: expand the ring buffers when an event is activatedSteven Rostedt2009-03-121-0/+20
* | | | | tracing: keep ring buffer to minimum size till usedSteven Rostedt2009-03-121-20/+59
| |_|/ / |/| | |
* | | | tracing: use raw spinlocks for trace_vprintkSteven Rostedt2009-03-101-3/+7
| |/ / |/| |
* | | tracing: remove funky whitespace in the trace codeSteven Rostedt2009-03-101-1/+1
|/ /
* | tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker2009-03-061-150/+62Star
* | tracing: add trace_bprintk()Lai Jiangshan2009-03-061-0/+15
* | tracing: infrastructure for supporting binary recordLai Jiangshan2009-03-061-0/+56
* | tracing: make all file_operations constSteven Rostedt2009-03-061-12/+12
* | tracing: rename ftrace_printk() => trace_printk()Ingo Molnar2009-03-051-4/+4
* | tracing: consolidate print_lat_fmt and print_trace_fmtSteven Rostedt2009-03-051-32/+7Star
* | tracing: remove extra latency_trace method from trace structureSteven Rostedt2009-03-051-1/+1
* | tracing: add latency output format optionSteven Rostedt2009-03-051-22/+2Star
* | tracing: fix seq read from trace filesSteven Rostedt2009-03-051-2/+2
* | tracing: do not return EFAULT if read copied anythingSteven Rostedt2009-03-051-2/+12
* | tracing: add cpu_file intialization for ftrace_dumpSteven Rostedt2009-03-051-0/+2
* | tracing: add lockdep tracepoints for lock acquire/releasePeter Zijlstra2009-03-041-6/+8
* | tracing: add binary buffer files for use with spliceSteven Rostedt2009-03-041-7/+267
* | tracing: make trace_seq_reset global and rename to trace_seq_initSteven Rostedt2009-03-021-12/+5Star
* | tracing: add interface to write into current tracer bufferSteven Rostedt2009-02-281-0/+14
* | tracing: replace kzalloc with kcallocSteven Rostedt2009-02-271-1/+1
* | tracing: use newline separator for trace options listSteven Rostedt2009-02-271-7/+6Star
* | tracing: use pointer error returns for __tracing_openSteven Rostedt2009-02-271-22/+24
* | tracing: add protection around open use of current_tracerSteven Rostedt2009-02-271-6/+14
* | tracing: add tracer dependent options to options directorySteven Rostedt2009-02-271-1/+173
* | tracing: add options directory and core option filesSteven Rostedt2009-02-271-0/+117
* | tracing/core: make the per cpu trace files in per cpu directoriesFrederic Weisbecker2009-02-261-11/+14