summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker2009-03-121-5/+80
* tracing: show that buffer size is not expandedSteven Rostedt2009-03-121-2/+10
* tracing: protect ring_buffer_expanded with trace_types_lockSteven Rostedt2009-03-121-1/+4
* tracing: fix comments about trace buffer resizingSteven Rostedt2009-03-121-3/+16
* Merge branch 'tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Steven Rostedt2009-03-121-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-111-6/+0
* | | | tracing: fix trace_wait to know to wait on all cpus or just oneSteven Rostedt2009-03-111-0/+13
* | | | tracing: expand the ring buffers when an event is activatedSteven Rostedt2009-03-111-0/+20
* | | | tracing: keep ring buffer to minimum size till usedSteven Rostedt2009-03-111-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/+62
* 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-051-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-041-32/+7
* tracing: remove extra latency_trace method from trace structureSteven Rostedt2009-03-041-1/+1
* tracing: add latency output format optionSteven Rostedt2009-03-041-22/+2
* 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
* tracing: add cpu_file intialization for ftrace_dumpSteven Rostedt2009-03-041-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-031-7/+267
* tracing: make trace_seq_reset global and rename to trace_seq_initSteven Rostedt2009-03-021-12/+5
* 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/+6
* tracing: use pointer error returns for __tracing_openSteven Rostedt2009-02-271-22/+24
* tracing: add protection around open use of current_tracerSteven Rostedt2009-02-261-6/+14
* tracing: add tracer dependent options to options directorySteven Rostedt2009-02-261-1/+173
* tracing: add options directory and core option filesSteven Rostedt2009-02-261-0/+117
* tracing/core: make the per cpu trace files in per cpu directoriesFrederic Weisbecker2009-02-261-11/+14
* tracing/core: make the read callbacks reentrantsFrederic Weisbecker2009-02-251-18/+83
* tracing/core: introduce per cpu tracing filesFrederic Weisbecker2009-02-251-24/+144
* tracing: remove /debug/tracing/latency_traceIngo Molnar2009-02-251-5/+0
* tracing/core: remove unused parameter in tracing_fill_pipe_page()Frederic Weisbecker2009-02-181-3/+2
* tracing/core: use appropriate waiting on trace_pipeFrederic Weisbecker2009-02-181-21/+41
* tracing: use the more proper parameterWenji Huang2009-02-171-1/+1
* tracing: fix sparse warning: attribute function with __acquires/__releasesHannes Eder2009-02-111-0/+2
* tracing: fix sparse warnings: fix (un-)signednessHannes Eder2009-02-111-3/+3
* tracing: fix sparse warnings: make symbols staticHannes Eder2009-02-111-4/+6
* tracing: fix typos in commentsWenji Huang2009-02-101-1/+1
* tracing: clean up splice codeSteven Rostedt2009-02-091-41/+55
* tracing: Move pipe waiting code out of tracing_read_pipe().Eduard - Gabriel Munteanu2009-02-091-29/+40
* tracing: splice support for tracing_pipeEduard - Gabriel Munteanu2009-02-091-0/+136
* tracing/function-graph-tracer: handle the leaf functions from trace_pipeFrederic Weisbecker2009-02-091-2/+2