tracing: remove extra latency_trace method from trace structure
[safe/jmp/linux-2.6] / kernel / trace / trace.c
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...
2008-12-29 Rusty RussellMerge branch 'master' of git://git./linux/kernel/git...
2008-12-29 Frederic Weisbeckertracing/ftrace: provide the base infrastructure for...
2008-12-29 Steven Rostedtftrace: change trace.c to use registered events
2008-12-29 Steven Rostedtftrace: set up trace event hash infrastructure
2008-12-29 Steven Rostedtftrace: remove obsolete print continue functionality
2008-12-28 Linus TorvaldsMerge branch 'tracing-core-for-linus' of git://git...
2008-12-19 Pekka J Enbergftrace: introduce tracing_reset_online_cpus() helper
2008-12-19 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/ring-buffer...
2008-12-19 Ingo Molnartracing: fix warning in kernel/trace/trace.c
2008-12-18 Thomas Gleixnertrace: fix task state printout
2008-12-16 Frederic Weisbeckertracing/ftrace: add the printk-msg-only option
2008-12-13 Rusty RussellMerge ../linux-2.6-x86
2008-12-13 Rusty Russellcpumask: change cpumask_scnprintf, cpumask_parse_user...
2008-12-12 Markus Metzgerx86, bts, ftrace: adapt the hw-branch-tracer to the...
2008-12-10 Robert Richterftrace: remove unused function arg in trace_iterator_in...
2008-12-08 Ingo Molnartracing/function-graph-tracer: fix 'flags' variable...
2008-12-08 Frederic Weisbeckertracing/function-graph-tracer: append the tracing_graph...
2008-12-08 Frederic Weisbeckertracing/function-graph-tracer: turn tracing_selftest_ru...
2008-12-05 Frederic Weisbeckertracing/ftrace: provide the macro task_curr_ret_stack()
2008-12-05 Frederic Weisbeckertracing/ftrace: don't insert TRACE_PRINT during selftests
2008-12-05 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/function...
2008-12-04 Frederic Weisbeckertracing/function-graph-tracer: handle ftrace_printk...
2008-12-04 Steven Rostedtftrace: trace single pid for function graph tracer
2008-12-04 Steven Rostedtftrace: graph of a single function
2008-12-04 James MorrisMerge branch 'master' into next
2008-12-03 Steven Rostedtftrace: function graph return for function entry
2008-12-03 Steven Rostedtftrace: replace raw_local_irq_save with local_irq_save
2008-11-28 Török Edwintracing, alpha: fix build: add missing #ifdef CONFIG_ST...
2008-11-26 Steven Rostedtftrace: add thread comm to function graph tracer
2008-11-26 Frederic Weisbeckertracing/function-return-tracer: set a more human readab...
2008-11-26 Frederic Weisbeckertracing/function-return-tracer: change the name into...
2008-11-25 Markus Metzgerx86, ftrace: call trace->open() before stopping tracing...
2008-11-24 Ingo MolnarMerge branches 'tracing/branch-tracer', 'tracing/fastbo...
2008-11-23 Török Edwintracing/stack-tracer: avoid races accessing file
next