GFS2: Clear dirty bit at end of inode glock sync
[safe/jmp/linux-2.6] / kernel / trace / ftrace.c
2009-04-01 Steven Rostedtfunction-graph: allow unregistering twice
2009-03-30 Uwe Kleine-Koenigtrivial: fix typo "resgister" -> "register"
2009-03-25 Zhaoleiftrace: Using FTRACE_WARN_ON() to check "freed record...
2009-03-24 Lai Jiangshantracing: use union for multi-usages field
2009-03-24 Lai Jiangshanftrace: show virtual PID
2009-03-24 Steven Rostedtfunction-graph: add option for include sleep times
2009-03-24 Steven Rostedtfunction-graph: ignore times across schedule
2009-03-24 Steven Rostedtfunction-graph: prevent more than one tracer registering
2009-03-17 Frederic Weisbeckertracing/ftrace: fix the check on nopped sites
2009-03-13 Lai Jiangshanftrace: remove struct list_head from struct dyn_ftrace
2009-03-13 Lai Jiangshanftrace: use seq_read
2009-03-13 Zhaoleiftrace: don't try to __ftrace_replace_code on !FTRACE_F...
2009-03-13 Zhaoleiftrace: avoid double-free of dyn_ftrace
2009-03-06 KOSAKI Motohirotracing: fix deadlock when setting set_ftrace_pid
2009-03-06 Steven Rostedttracing: make all file_operations const
2009-02-22 Ingo MolnarMerge branch 'tip/x86/ftrace' of git://git./linux/kerne...
2009-02-20 Steven Rostedtftrace: break out modify loop immediately on detection...
2009-02-20 Steven Rostedtftrace: allow archs to preform pre and post process...
2009-02-20 Frederic Weisbeckertracing/function-graph-tracer: make set_graph_function...
2009-02-18 Ingo MolnarMerge branch 'tip/tracing/ftrace' of git://git./linux...
2009-02-18 Ingo MolnarMerge branches 'tracing/ftrace' and 'tracing/urgent...
2009-02-17 Frederic Weisbeckertracing/function-graph-tracer: trace the idle tasks
2009-02-17 Steven Rostedtftrace: rename _hook to _probe
2009-02-17 Steven Rostedtftrace: clean up coding style
2009-02-17 Ingo Molnarftrace: fix !CONFIG_DYNAMIC_FTRACE ftrace_swapper_pid...
2009-02-17 Steven Rostedtftrace: add pretty print to selected fuction traces
2009-02-17 Steven Rostedtftrace: show selected functions in set_ftrace_filter
2009-02-17 Steven Rostedtftrace: trace different functions with a different...
2009-02-16 Steven Rostedtftrace: consolidate mutexes
2009-02-16 Steven Rostedtftrace: convert ftrace_lock from a spinlock to mutex
2009-02-16 Steven Rostedtftrace: add command interface for function selection
2009-02-16 Steven Rostedtftrace: enable filtering only when a function is filter...
2009-02-16 Steven Rostedtftrace: add module command function filter selection
2009-02-16 Steven Rostedtftrace: break up ftrace_match_records into smaller...
2009-02-16 Steven Rostedtftrace: rename ftrace_match to ftrace_match_records
2009-02-16 Steven Rostedtftrace: add do_for_each_ftrace_rec and while_for_each_f...
2009-02-16 Steven Rostedtftrace: state that all functions are enabled in set_ftr...
2009-02-08 Wenji Huangtrace: trivial fixes in comment typos.
2009-02-04 Ingo MolnarMerge branches 'tracing/blktrace', 'tracing/ftrace...
2009-02-03 Oleg Nesterovftrace: do_each_pid_task() needs rcu lock
2009-01-21 Frederic Weisbeckertracing/function-graph-tracer: fix a regression while...
2009-01-15 Frederic Weisbeckertracing/function-graph-tracer: fix a regression while...
2009-01-14 Uwe Kleine-Koenigftrace, trivial: fix typo "resgister" -> "register"
2009-01-14 Shaohua Liftrace, ia64: Add macro for ftrace_caller
2009-01-14 Shaohua Liftrace, ia64: explictly ignore a file in recordmcount.pl
2009-01-07 Steven Rostedtftrace: convert unsigned index to signed
2008-12-18 Steven Rostedtftrace: add not to regex on filtering functions
2008-12-08 Frederic Weisbeckertracing/function-graph-tracer: append the tracing_graph...
2008-12-05 Steven Rostedtftrace: use init_struct_pid as swapper pid
2008-12-04 Liming Wangftrace: avoid duplicated function when writing set_grap...
2008-12-04 Steven Rostedtftrace: add ability to only trace swapper tasks
2008-12-04 Steven Rostedtftrace: use struct pid
2008-12-04 Steven Rostedtftrace: trace single pid for function graph tracer
2008-12-04 Steven Rostedtftrace: use task struct trace flag to filter on pid
2008-12-04 Steven Rostedtftrace: graph of a single function
2008-12-03 Steven Rostedtftrace: function graph return for function entry
2008-12-03 Steven Rostedtftrace: add ftrace_graph_stop()
2008-12-03 Ingo MolnarMerge branches 'tracing/ftrace' and 'tracing/function...
2008-12-02 Frederic Weisbeckertracing/function-graph-tracer: support for x86-64
2008-12-02 Liming Wangfunction trace: fix a bug of single thread function...
2008-11-28 Liming Wangftrace: improve seq_operation of ftrace
2008-11-26 Steven Rostedtftrace: let function tracing and function return run...
2008-11-26 Steven Rostedtftrace: use code patching for ftrace graph tracer
2008-11-26 Steven Rostedtftrace: add function tracing to single thread
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-23 Frederic Weisbeckertracing/function-return-tracer: don't trace kfree while...
2008-11-23 Frederic Weisbeckertracing/function-return-tracer: store return stack...
2008-11-19 Ingo MolnarMerge branch 'tip/urgent' of git://git./linux/kernel...
2008-11-19 Steven Rostedtftrace: fix dyn ftrace filter selection
2008-11-19 Steven Rostedtftrace: make filtered functions effective on setting
2008-11-19 Steven Rostedtftrace: fix set_ftrace_filter
2008-11-17 Ingo MolnarMerge branches 'tracing/branch-tracer', 'tracing/ftrace...
2008-11-16 walimisfunction tracing: fix wrong pos computing when read...
2008-11-16 Frederic Weisbeckertracing/function-return-tracer: support for dynamic...
2008-11-16 Steven Rostedtftrace: make filtered functions effective on setting
2008-11-16 Steven Rostedtftrace: fix dyn ftrace filter
2008-11-16 Steven Rostedtftrace: allow NULL pointers in mcount_loc
2008-11-16 Steven Rostedtftrace: pass module struct to arch dynamic ftrace functions
2008-11-16 Steven Rostedtftrace: do not process freed records
2008-11-16 Steven Rostedtftrace: disable ftrace on anomalies in trace start...
2008-11-16 Steven Rostedtftrace: remove condition from ftrace_record_ip
2008-11-13 walimisftrace: remove unnecessary if condition of __unregister...
2008-11-12 Ingo MolnarMerge branch 'tracing/function-return-tracer' into...
2008-11-12 Ingo MolnarMerge branches 'tracing/ftrace' and 'tracing/urgent...
2008-11-11 Steven Rostedtring-buffer: buffer record on/off switch
2008-11-11 Frederic Weisbeckertracing: add a tracer to catch execution time of kernel...
2008-11-08 Steven Rostedtftrace: fix set_ftrace_filter
2008-11-06 Steven Rostedtftrace: add quick function trace stop
2008-10-28 Frederic Weisbeckerftrace: perform an initialization for ftrace to enable it
2008-10-24 Ingo Molnarftrace: warning in kernel/trace/ftrace.c
2008-10-23 Ingo Molnarftrace: fix build failure
2008-10-23 Steven Rostedtftrace: remove ftrace hash
2008-10-23 Steven Rostedtftrace: remove mcount set
2008-10-23 Steven Rostedtftrace: remove daemon
2008-10-23 Steven Rostedtftrace: add ftrace warn on to disable ftrace
2008-10-23 Steven Rostedtftrace: only have ftrace_kill atomic
2008-10-23 Steven Rostedtftrace: return error on failed modified text.
2008-10-20 Steven Rostedtftrace: release functions from hash
2008-10-14 Steven Rostedtftrace: warn on failure to disable mcount callers
next