tracing: fix typos in comments
[safe/jmp/linux-2.6] / kernel / trace / trace.c
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
2008-11-23 Török Edwintracing/stack-tracer: fix locking and refcounts
2008-11-23 Török Edwintracing/stack-tracer: fix style issues
2008-11-23 Steven Rostedtftrace: add ftrace_off_permanent
2008-11-23 Török Edwintracing: identify which executable object the userspace...
2008-11-23 Török Edwintracing: add support for userspace stacktraces in traci...
2008-11-23 Ingo MolnarMerge branches 'tracing/profiling', 'tracing/options...
2008-11-19 Ingo MolnarMerge branches 'tracing/ftrace' and 'tracing/urgent...
2008-11-19 Ingo Molnarftrace: fix selftest locking
2008-11-18 Heiko Carstensftrace: preemptoff selftest not working
2008-11-18 Julia Lawalltracing: kernel/trace/trace.c: introduce missing kfree()
2008-11-18 Frederic Weisbeckertracing/function-return-tracer: add the overrun field
2008-11-18 Frederic Weisbeckertracing/ftrace: implement a set_flag callback for tracers
2008-11-18 Ingo MolnarMerge branches 'tracing/branch-tracer' and 'tracing...
2008-11-17 Aneesh Kumar K.Vtracing: branch tracer, fix writing to trace/trace_options
2008-11-16 Frederic Weisbeckertracing/ftrace: change the type of the init() callback
2008-11-16 Frederic Weisbeckertracing/ftrace: fix unexpected -EINVAL when longest...
2008-11-16 Steven Rostedtftrace: replace raw_local_irq_save with local_irq_save
2008-11-14 James MorrisMerge branch 'master' into next
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-11-13 Steven Rostedtftrace: CPU buffer start annotation clean ups
2008-11-13 Steven Rostedtftrace: rename iter_ctrl to trace_options
2008-11-13 Steven Rostedtftrace: show buffer size in kilobytes
2008-11-13 Steven Rostedtftrace: rename trace_entries to buffer_size_kb
2008-11-12 Steven Rostedtftrace: rename unlikely iter_ctrl to branch
2008-11-12 Steven Rostedttrace: rename unlikely profiler to branch profiler
next