Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[safe/jmp/linux-2.6] / kernel / trace / trace.c
2009-06-11 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-06-02 Steven Rostedttracing: make trace pipe recognize latency format flag
2009-05-27 Heiko Carstenstrace: disable preemption before taking raw spinlocks
2009-05-25 Lai Jiangshantracing: add trace_event_read_lock()
2009-05-15 GeunSik Limtracing: Append prompt in /debug/tracing/README file
2009-05-07 Steven Rostedttracing: reset ring buffer when removing modules with...
2009-05-05 Steven Rostedttracing: use proper export symbol for tracing api
2009-05-05 Steven Rostedttracing: export stats of ring buffers to userspace
2009-04-29 Steven Rostedttracing: fix ref count in splice pages
2009-04-29 Steven Rostedttracing: have splice only copy full pages
2009-04-29 Steven Rostedttracing: only add splice page if entries exist
2009-04-29 Steven Rostedttracing: fix ref count in splice pages
2009-04-28 Steven Rostedttracing: convert ftrace_dump spinlocks to raw
2009-04-22 Li Zefantracing/events: make struct trace_entry->type to be...
2009-04-17 Steven Rostedttracing: protect trace_printk from recursion
2009-04-17 Steven Rostedttracing: add EXPORT_SYMBOL_GPL for trace commits
2009-04-17 Li Zefantracing: fix file mode of trace and README
2009-04-17 Avadh Pateltracing: add saved_cmdlines file to show cached task...
2009-04-14 Steven Rostedttracing/events: add export symbols for trace events...
2009-04-13 Tom Zanussitracing/filters: use ring_buffer_discard_commit() in...
2009-04-13 Steven Rostedttracing/filters: use ring_buffer_discard_commit for...
2009-04-13 Tom Zanussitracing/filters: add TRACE_EVENT_FORMAT_NOFILTER event...
2009-04-13 Tom Zanussitracing/filters: add run-time field descriptions to...
2009-04-10 Ingo MolnarMerge branch 'tracing/urgent' into tracing/core
2009-04-10 Lai Jiangshantracing: fix splice return too large
2009-04-10 Lai Jiangshantracing: update file->f_pos when splice(2) it
2009-04-10 Lai Jiangshantracing: allocate page when needed
2009-04-10 Lai Jiangshantracing: disable seeking for trace_pipe_raw
2009-04-07 Frederic Weisbeckertracing/ftrace: factorize the tracing files creation
2009-04-07 Ingo MolnarMerge branch 'tracing/urgent' into tracing/ftrace
2009-04-07 Nikanth KarthikesanUpdate /debug/tracing/README
2009-04-07 Frederic Weisbeckertracing/ftrace: alloc the started cpumask for the trace...
2009-04-07 Frederic Weisbeckertracing/ftrace: fix missing include string.h
2009-04-07 Lai Jiangshantracing: fix incorrect return type of ns2usecs()
2009-04-07 Ingo MolnarMerge branch 'linus' into tracing/core
2009-03-31 Ingo MolnarMerge branches 'tracing/docs', 'tracing/filters', ...
2009-03-25 Steven Rostedtfunction-graph: add option to calculate graph time...
2009-03-25 Steven Rostedttracing: adding function timings to function profiler
2009-03-24 Steven Rostedtfunction-graph: add option for include sleep times
2009-03-23 Frederic Weisbeckertracing/function-graph-tracer: fix functions call trace...
2009-03-23 Frederic Weisbeckertracing/ftrace: check if debugfs is registered before...
2009-03-23 Frederic Weisbeckertracing/events: don't use wake up for events
2009-03-22 Dmitri Vorobievtracing: fix four sparse warnings
2009-03-22 Frederic Weisbeckertracing/function-graph-tracer: prevent hangs during...
2009-03-20 Ingo MolnarMerge branch 'tip/tracing/ftrace' of git://git./linux...
2009-03-20 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/kprobes'...
2009-03-19 Steven Rostedttracing: remove recording function depth from trace_printk
2009-03-19 Steven Rostedttracing: make print_(b)printk_msg_only global
2009-03-18 Steven Rostedttracing: give easy way to clear trace buffer
2009-03-18 Carsten Emdetracing: fix command line to pid reverse map
2009-03-18 Thomas Gleixnertracing: fix trace_find_cmdline()
2009-03-18 Thomas Gleixnertracing: replace the crude (unsigned) -1 hackery
2009-03-18 Thomas Gleixnertracing: stop command line recording when tracing is...
2009-03-18 Ingo MolnarMerge branch 'tip/tracing/ftrace' of git://git./linux...
2009-03-18 Steven Rostedttracing: add global-clock option to provide cross CPU...
2009-03-18 Steven Rostedtring-buffer: add api to allow a tracer to change clock...
2009-03-17 Ingo MolnarMerge branch 'tip/tracing/ftrace' of git://git./linux...
2009-03-17 Steven Rostedttracing: stop comm recording on tracing off
2009-03-17 Steven Rostedttracing: protect reader of cmdline output
2009-03-16 Frederic Weisbeckertracing/core: fix early free of cpumasks
2009-03-16 Frederic Weisbeckertracing/core: fix missing mutex unlock on tracing_set_t...
2009-03-13 Steven Rostedttracing: move binary buffers into per cpu directory
2009-03-13 Frederic Weisbeckertracing/core: bring back raw trace_printk for dynamic...
2009-03-13 Steven Rostedttracing: show that buffer size is not expanded
2009-03-13 Steven Rostedttracing: protect ring_buffer_expanded with trace_types_lock
2009-03-13 Steven Rostedttracing: fix comments about trace buffer resizing
2009-03-13 Steven RostedtMerge branch 'tracing/ftrace' of git://git./linux/kerne...
2009-03-12 Steven Rostedtring-buffer: only allocate buffers for online cpus
2009-03-12 Steven Rostedttracing: fix trace_wait to know to wait on all cpus...
2009-03-12 Steven Rostedttracing: expand the ring buffers when an event is activated
2009-03-12 Steven Rostedttracing: keep ring buffer to minimum size till used
2009-03-11 Ingo MolnarMerge branch 'tip/tracing/ftrace' of git://git./linux...
2009-03-10 Ingo MolnarMerge branch 'tip/tracing/ftrace' of git://git./linux...
2009-03-10 Steven Rostedttracing: use raw spinlocks for trace_vprintk
2009-03-10 Steven Rostedttracing: remove funky whitespace in the trace code
2009-03-08 KOSAKI Motohiroftrace: tracing header should put '#' at the beginning...
2009-03-06 Frederic Weisbeckertracing/core: drop the old trace_printk() implementatio...
2009-03-06 Lai Jiangshantracing: add trace_bprintk()
2009-03-06 Lai Jiangshantracing: infrastructure for supporting binary record
2009-03-06 Steven Rostedttracing: make all file_operations const
2009-03-05 Ingo Molnartracing: rename ftrace_printk() => trace_printk()
2009-03-05 Steven Rostedttracing: consolidate print_lat_fmt and print_trace_fmt
2009-03-05 Steven Rostedttracing: remove extra latency_trace method from trace...
2009-03-05 Steven Rostedttracing: add latency output format option
2009-03-05 Steven Rostedttracing: fix seq read from trace files
2009-03-05 Steven Rostedttracing: do not return EFAULT if read copied anything
2009-03-04 Steven Rostedttracing: add cpu_file intialization for ftrace_dump
2009-03-04 Peter Zijlstratracing: add lockdep tracepoints for lock acquire/release
2009-03-04 Steven Rostedttracing: add binary buffer files for use with splice
2009-03-02 Steven Rostedttracing: make trace_seq_reset global and rename to...
2009-02-28 Steven Rostedttracing: add interface to write into current tracer...
2009-02-27 Steven Rostedttracing: replace kzalloc with kcalloc
2009-02-27 Steven Rostedttracing: use newline separator for trace options list
2009-02-27 Steven Rostedttracing: use pointer error returns for __tracing_open
2009-02-27 Steven Rostedttracing: add protection around open use of current_tracer
2009-02-27 Steven Rostedttracing: add tracer dependent options to options directory
2009-02-27 Steven Rostedttracing: add options directory and core option files
2009-02-26 Frederic Weisbeckertracing/core: make the per cpu trace files in per cpu...
2009-02-25 Frederic Weisbeckertracing/core: make the read callbacks reentrants
2009-02-25 Frederic Weisbeckertracing/core: introduce per cpu tracing files
next