| Commit message (Expand) | Author | Age |
* | tracing: Do not enable function event with enable | Steven Rostedt | 2012-05-10 |
* | tracing: Fix stacktrace of latency tracers (irqsoff and friends) | Steven Rostedt | 2012-04-19 |
* | tracing: Fix regression with tracing_on | Steven Rostedt | 2012-04-16 |
* | tracing: Fix build breakage without CONFIG_PERF_EVENTS (again) | Mark Brown | 2012-04-13 |
* | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-04-05 |
|\ |
|
| * | simple_open: automatically convert to simple_open() | Stephen Boyd | 2012-04-05 |
* | | tracing: Fix ent_size in trace output | Steven Rostedt | 2012-03-27 |
* | | Merge branch 'linus' into perf/urgent | Ingo Molnar | 2012-03-26 |
|\| |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-03-21 |
| |\ |
|
| | * | constify path argument of trace_seq_path() | Al Viro | 2012-03-20 |
* | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2012-03-24 |
|\ \ \ |
|
| * | | | tracing: Fix ftrace stack trace entries | Wolfgang Mauerer | 2012-03-22 |
| | |/
| |/| |
|
* | | | tracing: Fix build breakage without CONFIG_PERF_EVENTS | Mark Brown | 2012-03-13 |
* | | | ftrace: Fix function_graph for archs that test ftrace_trace_function | Rajesh Bhagat | 2012-03-13 |
* | | | tracing: Keep NMI watchdog from triggering when dumping trace | Steven Rostedt | 2012-03-01 |
* | | | tracing: Do not select FRAME_POINTER on PPC | Gerlando Falauto | 2012-02-27 |
* | | | tracing/ring-buffer: Only have tracing_on disable tracing buffers | Steven Rostedt | 2012-02-22 |
| |/
|/| |
|
* | | ftrace, perf: Add filter support for function trace event | Jiri Olsa | 2012-02-21 |
* | | ftrace: Allow to specify filter field type for ftrace events | Jiri Olsa | 2012-02-21 |
* | | ftrace, perf: Add support to use function tracepoint in perf | Jiri Olsa | 2012-02-21 |
* | | ftrace: Add FTRACE_ENTRY_REG macro to allow event registration | Jiri Olsa | 2012-02-21 |
* | | ftrace, perf: Add add/del tracepoint perf registration actions | Jiri Olsa | 2012-02-21 |
* | | ftrace, perf: Add open/close tracepoint perf registration actions | Jiri Olsa | 2012-02-21 |
* | | ftrace: Add enable/disable ftrace_ops control interface | Jiri Olsa | 2012-02-21 |
* | | tracing: Don't use p->len field to determine output in __print_*() functions | Steven Rostedt | 2012-02-21 |
* | | tracing: Don't print an extra separator of flags | Andrey Vagin | 2012-02-20 |
* | | tracing/trivial: Use kcalloc instead of kzalloc to allocate array | Thomas Meyer | 2012-02-13 |
* | | ftrace: sched_switch plugin is deprecated | Geunsik Lim | 2012-02-13 |
* | | ftrace: Change filter/notrace set functions to return exit code | Jiri Olsa | 2012-02-03 |
|/ |
|
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-01-15 |
|\ |
|
| * | tracing: Factorize filter creation | Tejun Heo | 2011-12-21 |
| * | tracing: Have stack tracing set filtered functions at boot | Steven Rostedt | 2011-12-21 |
| * | ftrace: Allow access to the boot time function enabling | Steven Rostedt | 2011-12-21 |
| * | tracing: Have stack_tracer use a separate list of functions | Steven Rostedt | 2011-12-21 |
| * | ftrace: Decouple hash items from showing filtered functions | Steven Rostedt | 2011-12-21 |
| * | ftrace: Allow other users of function tracing to use the output listing | Steven Rostedt | 2011-12-21 |
| * | ftrace: Create ftrace_hash_empty() helper routine | Steven Rostedt | 2011-12-21 |
| * | ftrace: Fix ftrace hash record update with notrace | Steven Rostedt | 2011-12-21 |
| * | ftrace: Use bsearch to find record ip | Steven Rostedt | 2011-12-21 |
| * | ftrace: Sort the mcount records on each page | Steven Rostedt | 2011-12-21 |
| * | ftrace: Replace record newlist with record page list | Steven Rostedt | 2011-12-21 |
| * | ftrace: Allocate the mcount record pages as groups | Steven Rostedt | 2011-12-21 |
| * | ftrace: Remove usage of "freed" records | Steven Rostedt | 2011-12-21 |
| * | ftrace: Allow archs to modify code without stop machine | Steven Rostedt | 2011-12-21 |
| * | ftrace: Fix unregister ftrace_ops accounting | Jiri Olsa | 2011-12-21 |
* | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2012-01-08 |
|\ \ |
|
| * | | switch debugfs to umode_t | Al Viro | 2012-01-03 |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-01-06 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2011-12-06 |
| |\ \ |
|
| | * | | tracing: Add entries in buffer and total entries to default output header | Steven Rostedt | 2011-11-17 |