aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
...
* tracing: Remove ftrace_preempt_disable/enableSteven Rostedt2010-06-031-3/+2
* tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-141-3/+4
* Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Steven Rostedt2010-05-141-2/+1
|\
| * sched: Remove rq argument to the tracepointsPeter Zijlstra2010-05-071-2/+1
* | tracing: Fix sleep time function profilingSteven Rostedt2010-04-271-1/+5
* | tracing: Show sample std dev in function profilingChase Douglas2010-04-271-3/+21
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-131-9/+13
|\
| * ftrace: Replace read_barrier_depends() with rcu_dereference_raw()Paul E. McKenney2010-03-111-9/+13
* | function-graph: Init curr_ret_stack with ret_stackSteven Rostedt2010-03-121-1/+1
* | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-03-111-4/+2
|\ \ | |/ |/|
| * function-graph: Fix unused reference to ftrace_set_func()Steven Rostedt2010-03-051-4/+2
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-281-39/+15
|\ \ | |/ |/|
| * ftrace: Remove record freezingMasami Hiramatsu2010-02-041-39/+0
| * ftrace/alternatives: Introducing *_text_reserved functionsMasami Hiramatsu2010-02-041-0/+15
* | Merge commit 'v2.6.33' into tracing/coreIngo Molnar2010-02-261-3/+3
|\ \ | |/
| * ftrace: Fix MATCH_END_ONLY function filterLi Zefan2010-01-141-3/+3
* | ftrace: Allow to remove a single function from function graph filterLi Zefan2010-02-111-20/+31
|/
* function-graph: Allow writing the same val to set_graph_functionLi Zefan2009-12-131-3/+2
* ftrace: Call trace_parser_clear() properlyLi Zefan2009-12-131-2/+1
* ftrace: Return EINVAL when writing invalid val to set_ftrace_filterLi Zefan2009-12-131-6/+16
* Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-051-139/+236
|\
| * tracing, function tracer: Clean up strstrip() usageIngo Molnar2009-11-231-5/+4
| * tracing: Prevent build warning: 'ftrace_graph_buf' defined but not usedLai Jiangshan2009-11-171-1/+1
| * Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-291-1/+1
| |\
| * | ftrace: Copy ftrace_graph_filter boot param using strlcpyFrederic Weisbecker2009-10-141-1/+1
| * | tracing: Enable records during the module loadJiri Olsa2009-10-141-8/+30
| * | tracing: Support multiple pids in set_pid_ftrace filejolsa@redhat.com2009-10-141-69/+165
| * | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-10-131-0/+34
| |\ \
| | * | ftrace: add kernel command line graph function filteringStefan Assmann2009-10-121-0/+34
| * | | Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-131-16/+7
| |\ \ \ | | |/ / | |/| |
| * | | Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-011-33/+25
| |\ \ \
| * | | | tracing/filters: Unify the regex parsing helpersFrederic Weisbecker2009-09-241-59/+5
* | | | | ftrace: Fix unmatched locking in ftrace_regex_write()Li Zefan2009-11-041-3/+3
| |_|_|/ |/| | |
* | | | tracing: Update *ppos instead of filp->f_posJiri Olsa2009-10-241-1/+1
* | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-10-081-16/+7
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | ftrace: check for failure for all conversionsSteven Rostedt2009-10-071-8/+3
| * | tracing: correct module boundaries for ftrace_releasejolsa@redhat.com2009-10-071-8/+4
* | | tracing: Fix infinite recursion in ftrace_update_pid_func()Matt Fleming2009-10-011-0/+4
|/ /
* | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-261-10/+13
|\ \
| * | tracing: Fix failure path in ftrace_regex_open()Li Zefan2009-09-221-1/+3
| * | tracing: Fix failure path in ftrace_graph_write()Li Zefan2009-09-221-4/+6
| * | tracing: Check the return value of trace_get_user()Li Zefan2009-09-221-5/+4
* | | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* | | seq_file: constify seq_operationsJames Morris2009-09-231-2/+2
|/ /
* | function-graph: use ftrace_graph_funcs directlyLi Zefan2009-09-191-19/+4
|/
* tracing: switch function prints from %pf to %psSteven Rostedt2009-09-171-3/+3
* tracing: Fix minor bugs for __unregister_ftrace_function_probeAtsushi Tsuji2009-09-161-2/+2
* tracing: trace parser support for function and graphjolsa@redhat.com2009-09-111-110/+40
* Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar2009-09-061-6/+11
|\