summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)AuthorFilesLines
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-13tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker1-5/+80
2009-03-13tracing: show that buffer size is not expandedSteven Rostedt1-2/+10
2009-03-13tracing: protect ring_buffer_expanded with trace_types_lockSteven Rostedt1-1/+4
2009-03-13tracing: fix comments about trace buffer resizingSteven Rostedt1-3/+16
2009-03-13Merge branch 'tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Steven Rostedt1-10/+10
2009-03-12ring-buffer: only allocate buffers for online cpusSteven Rostedt1-6/+0
2009-03-12tracing: fix trace_wait to know to wait on all cpus or just oneSteven Rostedt1-0/+13
2009-03-12tracing: expand the ring buffers when an event is activatedSteven Rostedt1-0/+20
2009-03-12tracing: 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/kerne...Ingo Molnar1-3/+7
2009-03-11Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar1-1/+1
2009-03-11tracing: 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_b...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-06tracing: make all file_operations constSteven Rostedt1-12/+12
2009-03-05tracing: rename ftrace_printk() => trace_printk()Ingo Molnar1-4/+4
2009-03-05tracing: consolidate print_lat_fmt and print_trace_fmtSteven Rostedt1-32/+7
2009-03-05tracing: remove extra latency_trace method from trace structureSteven Rostedt1-1/+1
2009-03-05tracing: add latency output format optionSteven Rostedt1-22/+2
2009-03-05tracing: fix seq read from trace filesSteven Rostedt1-2/+2
2009-03-05tracing: do not return EFAULT if read copied anythingSteven Rostedt1-2/+12
2009-03-05tracing: add cpu_file intialization for ftrace_dumpSteven Rostedt1-0/+2
2009-03-04tracing: add lockdep tracepoints for lock acquire/releasePeter Zijlstra1-6/+8
2009-03-04tracing: add binary buffer files for use with spliceSteven Rostedt1-7/+267
2009-03-02tracing: make trace_seq_reset global and rename to trace_seq_initSteven Rostedt1-12/+5
2009-02-28tracing: add interface to write into current tracer bufferSteven Rostedt1-0/+14
2009-02-27tracing: replace kzalloc with kcallocSteven Rostedt1-1/+1
2009-02-27tracing: use newline separator for trace options listSteven Rostedt1-7/+6
2009-02-27tracing: use pointer error returns for __tracing_openSteven Rostedt1-22/+24
2009-02-27tracing: add protection around open use of current_tracerSteven Rostedt1-6/+14
2009-02-27tracing: add tracer dependent options to options directorySteven Rostedt1-1/+173
2009-02-27tracing: add options directory and core option filesSteven Rostedt1-0/+117
2009-02-26tracing/core: make the per cpu trace files in per cpu directoriesFrederic Weisbecker1-11/+14
2009-02-25tracing/core: make the read callbacks reentrantsFrederic Weisbecker1-18/+83
2009-02-25tracing/core: introduce per cpu tracing filesFrederic Weisbecker1-24/+144
2009-02-25tracing: remove /debug/tracing/latency_traceIngo Molnar1-5/+0
2009-02-18tracing/core: remove unused parameter in tracing_fill_pipe_page()Frederic Weisbecker1-3/+2
2009-02-18tracing/core: use appropriate waiting on trace_pipeFrederic Weisbecker1-21/+41
2009-02-17tracing: use the more proper parameterWenji Huang1-1/+1
2009-02-11tracing: fix sparse warning: attribute function with __acquires/__releasesHannes Eder1-0/+2
2009-02-11tracing: fix sparse warnings: fix (un-)signednessHannes Eder1-3/+3
2009-02-11tracing: fix sparse warnings: make symbols staticHannes Eder1-4/+6
2009-02-10tracing: fix typos in commentsWenji Huang1-1/+1
2009-02-09tracing: clean up splice codeSteven Rostedt1-41/+55