Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linus' into...
[safe/jmp/linux-2.6] / kernel / trace / trace.c
2009-03-20 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/kprobes'...
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
2009-02-25 Ingo Molnartracing: remove /debug/tracing/latency_trace
2009-02-18 Frederic Weisbeckertracing/core: remove unused parameter in tracing_fill_p...
2009-02-18 Frederic Weisbeckertracing/core: use appropriate waiting on trace_pipe
2009-02-17 Wenji Huangtracing: use the more proper parameter
2009-02-11 Hannes Edertracing: fix sparse warning: attribute function with...
2009-02-11 Hannes Edertracing: fix sparse warnings: fix (un-)signedness
2009-02-11 Hannes Edertracing: fix sparse warnings: make symbols static
2009-02-10 Wenji Huangtracing: fix typos in comments
2009-02-09 Steven Rostedttracing: clean up splice code
2009-02-09 Eduard - Gabriel... tracing: Move pipe waiting code out of tracing_read_pipe().
2009-02-09 Eduard - Gabriel... tracing: splice support for tracing_pipe
2009-02-09 Frederic Weisbeckertracing/function-graph-tracer: handle the leaf function...
2009-02-09 Arnaldo Carvalho... tracing: handle unregistering the current tracer
2009-02-09 Ingo MolnarMerge branch 'tip/tracing/core/devel' of git://git...
2009-02-08 Steven Rostedttrace: remove deprecated entry->cpu
2009-02-06 Arnaldo Carvalho... trace: Call tracing_reset_online_cpus before tracer...
2009-02-06 Arnaldo Carvalho... tracing: Introduce trace_buffer_{lock_reserve,unlock_co...
2009-02-06 Arnaldo Carvalho... ring_buffer: remove unused flags parameter
2009-02-05 Steven Rostedttrace: code style clean up
2009-02-05 Arnaldo Carvalho... trace: Remove unused trace_array_cpu parameter
2009-02-05 Arnaldo Carvalho... trace: assign defaults at register_ftrace_event
2009-02-04 Arnaldo Carvalho... trace: make the trace_event callbacks return enum print...
2009-02-04 Arnaldo Carvalho... trace: judicious error checking of trace_seq results
2009-02-04 Ingo MolnarMerge branches 'tracing/blktrace', 'tracing/ftrace...
2009-02-03 Arnaldo Carvalho... trace: Change struct trace_event callbacks parameter...
2009-02-03 Frederic Weisbeckertrace: better manage the context info for events
2009-02-03 Steven Rostedttrace: let boot trace be chosen by command line
2009-02-03 Steven Rostedttrace: fix default boot up tracer
2009-01-26 Arnaldo Carvalho... ftrace: add ftrace_vprintk
2009-01-23 Steven Rostedttrace: fix logic to start/stop counting
2009-01-22 Steven Rostedtring-buffer: do not swap if recording is disabled
2009-01-21 Steven Rostedttrace: set max latency variable to zero on default
2009-01-21 Steven Rostedttrace: stop all recording to ring buffer on ftrace_dump
2009-01-21 Steven Rostedttrace: print ftrace_dump at KERN_EMERG log level
2009-01-16 Steven Rostedttrace: set max latency variable to zero on default
2009-01-16 Steven Rostedtftrace: remove static from function tracer functions
2009-01-16 Steven Rostedtftrace: move function tracer functions out of trace.c
2009-01-16 Steven Rostedtftrace: add stack trace to function tracer
2009-01-15 Steven Rostedttrace: stop all recording to ring buffer on ftrace_dump
2009-01-15 Steven Rostedttrace: print ftrace_dump at KERN_EMERG log level
2009-01-14 Frederic Weisbeckertracing/ftrace: separate events tracing and stats traci...
2009-01-06 Ingo MolnarMerge branches 'tracing/kmemtrace2' and 'tracing/ftrace...
2009-01-02 Linus TorvaldsMerge branch 'cpus4096-for-linus-2' of git://git./linux...
2008-12-31 Rusty Russellcpumask: convert kernel trace functions further
2008-12-31 Rusty Russellcpumask: convert kernel trace functions
2008-12-31 Rusty RussellMerge branch 'master' of git://git./linux/kernel/git...
2008-12-31 Huang Weiyitracing: removed duplicated #include
2008-12-31 Linus TorvaldsMerge branch 'oprofile-for-linus' of git://git./linux...
next