aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAge
* tracing: stop comm recording on tracing offSteven Rostedt2009-03-16
* tracing: protect reader of cmdline outputSteven Rostedt2009-03-16
* tracing: move binary buffers into per cpu directorySteven Rostedt2009-03-13
* tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker2009-03-12
* tracing: show that buffer size is not expandedSteven Rostedt2009-03-12
* tracing: protect ring_buffer_expanded with trace_types_lockSteven Rostedt2009-03-12
* tracing: fix comments about trace buffer resizingSteven Rostedt2009-03-12
* Merge branch 'tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Steven Rostedt2009-03-12
|\
| * Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-11
| |\
| * \ Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-10
| |\ \
| * | | ftrace: tracing header should put '#' at the beginning of a lineKOSAKI Motohiro2009-03-08
* | | | ring-buffer: only allocate buffers for online cpusSteven Rostedt2009-03-11
* | | | tracing: fix trace_wait to know to wait on all cpus or just oneSteven Rostedt2009-03-11
* | | | tracing: expand the ring buffers when an event is activatedSteven Rostedt2009-03-11
* | | | tracing: keep ring buffer to minimum size till usedSteven Rostedt2009-03-11
| |_|/ |/| |
* | | tracing: use raw spinlocks for trace_vprintkSteven Rostedt2009-03-10
| |/ |/|
* | tracing: remove funky whitespace in the trace codeSteven Rostedt2009-03-10
|/
* tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker2009-03-06
* tracing: add trace_bprintk()Lai Jiangshan2009-03-06
* tracing: infrastructure for supporting binary recordLai Jiangshan2009-03-06
* tracing: make all file_operations constSteven Rostedt2009-03-05
* tracing: rename ftrace_printk() => trace_printk()Ingo Molnar2009-03-05
* tracing: consolidate print_lat_fmt and print_trace_fmtSteven Rostedt2009-03-04
* tracing: remove extra latency_trace method from trace structureSteven Rostedt2009-03-04
* tracing: add latency output format optionSteven Rostedt2009-03-04
* tracing: fix seq read from trace filesSteven Rostedt2009-03-04
* tracing: do not return EFAULT if read copied anythingSteven Rostedt2009-03-04
* tracing: add cpu_file intialization for ftrace_dumpSteven Rostedt2009-03-04
* tracing: add lockdep tracepoints for lock acquire/releasePeter Zijlstra2009-03-04
* tracing: add binary buffer files for use with spliceSteven Rostedt2009-03-03
* tracing: make trace_seq_reset global and rename to trace_seq_initSteven Rostedt2009-03-02
* tracing: add interface to write into current tracer bufferSteven Rostedt2009-02-28
* tracing: replace kzalloc with kcallocSteven Rostedt2009-02-27
* tracing: use newline separator for trace options listSteven Rostedt2009-02-27
* tracing: use pointer error returns for __tracing_openSteven Rostedt2009-02-27
* tracing: add protection around open use of current_tracerSteven Rostedt2009-02-26
* tracing: add tracer dependent options to options directorySteven Rostedt2009-02-26
* tracing: add options directory and core option filesSteven Rostedt2009-02-26
* tracing/core: make the per cpu trace files in per cpu directoriesFrederic Weisbecker2009-02-26
* tracing/core: make the read callbacks reentrantsFrederic Weisbecker2009-02-25
* tracing/core: introduce per cpu tracing filesFrederic Weisbecker2009-02-25
* tracing: remove /debug/tracing/latency_traceIngo Molnar2009-02-25
* tracing/core: remove unused parameter in tracing_fill_pipe_page()Frederic Weisbecker2009-02-17
* tracing/core: use appropriate waiting on trace_pipeFrederic Weisbecker2009-02-17
* tracing: use the more proper parameterWenji Huang2009-02-17
* tracing: fix sparse warning: attribute function with __acquires/__releasesHannes Eder2009-02-11
* tracing: fix sparse warnings: fix (un-)signednessHannes Eder2009-02-11
* tracing: fix sparse warnings: make symbols staticHannes Eder2009-02-11
* tracing: fix typos in commentsWenji Huang2009-02-10
* tracing: clean up splice codeSteven Rostedt2009-02-09