summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2009-03-11Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-03-10Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-03-10tracing: use raw spinlocks for trace_vprintkSteven Rostedt
2009-03-10tracing: remove funky whitespace in the trace codeSteven Rostedt
2009-03-08ftrace: tracing header should put '#' at the beginning of a lineKOSAKI Motohiro
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker
2009-03-06tracing: add trace_bprintk()Lai Jiangshan
2009-03-06tracing: infrastructure for supporting binary recordLai Jiangshan
2009-03-06tracing: make all file_operations constSteven Rostedt
2009-03-05tracing: rename ftrace_printk() => trace_printk()Ingo Molnar
2009-03-05tracing: consolidate print_lat_fmt and print_trace_fmtSteven Rostedt
2009-03-05tracing: remove extra latency_trace method from trace structureSteven Rostedt
2009-03-05tracing: add latency output format optionSteven Rostedt
2009-03-05tracing: fix seq read from trace filesSteven Rostedt
2009-03-05tracing: do not return EFAULT if read copied anythingSteven Rostedt
2009-03-04tracing: add cpu_file intialization for ftrace_dumpSteven Rostedt
2009-03-04tracing: add lockdep tracepoints for lock acquire/releasePeter Zijlstra
2009-03-04tracing: add binary buffer files for use with spliceSteven Rostedt
2009-03-02tracing: make trace_seq_reset global and rename to trace_seq_initSteven Rostedt
2009-02-28tracing: add interface to write into current tracer bufferSteven Rostedt
2009-02-27tracing: replace kzalloc with kcallocSteven Rostedt
2009-02-27tracing: use newline separator for trace options listSteven Rostedt
2009-02-27tracing: use pointer error returns for __tracing_openSteven Rostedt
2009-02-27tracing: add protection around open use of current_tracerSteven Rostedt
2009-02-27tracing: add tracer dependent options to options directorySteven Rostedt
2009-02-27tracing: add options directory and core option filesSteven Rostedt
2009-02-26tracing/core: make the per cpu trace files in per cpu directoriesFrederic Weisbecker
2009-02-25tracing/core: make the read callbacks reentrantsFrederic Weisbecker
2009-02-25tracing/core: introduce per cpu tracing filesFrederic Weisbecker
2009-02-25tracing: remove /debug/tracing/latency_traceIngo Molnar
2009-02-18tracing/core: remove unused parameter in tracing_fill_pipe_page()Frederic Weisbecker
2009-02-18tracing/core: use appropriate waiting on trace_pipeFrederic Weisbecker
2009-02-17tracing: use the more proper parameterWenji Huang
2009-02-11tracing: fix sparse warning: attribute function with __acquires/__releasesHannes Eder
2009-02-11tracing: fix sparse warnings: fix (un-)signednessHannes Eder
2009-02-11tracing: fix sparse warnings: make symbols staticHannes Eder
2009-02-10tracing: fix typos in commentsWenji Huang
2009-02-09tracing: clean up splice codeSteven Rostedt
2009-02-09tracing: Move pipe waiting code out of tracing_read_pipe().Eduard - Gabriel Munteanu
2009-02-09tracing: splice support for tracing_pipeEduard - Gabriel Munteanu
2009-02-09tracing/function-graph-tracer: handle the leaf functions from trace_pipeFrederic Weisbecker
2009-02-09tracing: handle unregistering the current tracerArnaldo Carvalho de Melo
2009-02-09Merge branch 'tip/tracing/core/devel' of git://git.kernel.org/pub/scm/linux/k...Ingo Molnar
2009-02-08trace: remove deprecated entry->cpuSteven Rostedt
2009-02-06trace: Call tracing_reset_online_cpus before tracer->init()Arnaldo Carvalho de Melo
2009-02-06tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}Arnaldo Carvalho de Melo
2009-02-06ring_buffer: remove unused flags parameterArnaldo Carvalho de Melo
2009-02-05trace: code style clean upSteven Rostedt
2009-02-05trace: Remove unused trace_array_cpu parameterArnaldo Carvalho de Melo
2009-02-05trace: assign defaults at register_ftrace_eventArnaldo Carvalho de Melo