| Commit message (Expand) | Author | Age | Files | Lines |
* | tracing/kprobes: Make print_*probe_event static | Masami Hiramatsu | 2013-05-15 | 1 | -2/+2 |
* | tracing/kprobes: Fix a sparse warning for incorrect type in assignment | Masami Hiramatsu | 2013-05-15 | 1 | -1/+1 |
* | tracing/kprobes: Use rcu_dereference_raw for tp->files | Masami Hiramatsu | 2013-05-15 | 1 | -10/+37 |
* | tracing: Fix leaks of filter preds | Steven Rostedt (Red Hat) | 2013-05-15 | 1 | -0/+4 |
* | Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-05-11 | 4 | -108/+363 |
|\ |
|
| * | tracing/kprobes: Support soft-mode disabling | Masami Hiramatsu | 2013-05-09 | 1 | -0/+6 |
| * | tracing/kprobes: Support ftrace_event_file base multibuffer | Masami Hiramatsu | 2013-05-09 | 1 | -36/+214 |
| * | tracing/kprobes: Pass trace_probe directly from dispatcher | Masami Hiramatsu | 2013-05-09 | 1 | -17/+16 |
| * | tracing/kprobes: Increment probe hit-count even if it is used by perf | Masami Hiramatsu | 2013-05-09 | 1 | -4/+4 |
| * | tracing/kprobes: Use bool for retprobe checker | Masami Hiramatsu | 2013-05-09 | 1 | -1/+1 |
| * | ftrace: Fix function probe when more than one probe is added | Steven Rostedt (Red Hat) | 2013-05-09 | 1 | -1/+5 |
| * | ftrace: Fix the output of enabled_functions debug file | Steven Rostedt (Red Hat) | 2013-05-09 | 1 | -1/+1 |
| * | ftrace: Fix locking in register_ftrace_function_probe() | Steven Rostedt (Red Hat) | 2013-05-09 | 1 | -4/+6 |
| * | tracing: Add helper function trace_create_new_event() to remove duplicate code | Steven Rostedt (Red Hat) | 2013-05-09 | 1 | -12/+20 |
| * | tracing: Modify soft-mode only if there's no other referrer | Masami Hiramatsu | 2013-05-09 | 1 | -2/+10 |
| * | tracing: Indicate enabled soft-mode in enable file | Masami Hiramatsu | 2013-05-09 | 1 | -0/+2 |
| * | tracing/kprobes: Fix to increment return event probe hit-count | Masami Hiramatsu | 2013-05-09 | 1 | -0/+2 |
| * | ftrace: Cleanup regex_lock and ftrace_lock around hash updating | Masami Hiramatsu | 2013-05-09 | 1 | -27/+32 |
| * | ftrace, kprobes: Fix a deadlock on ftrace_regex_lock | Masami Hiramatsu | 2013-05-09 | 1 | -21/+52 |
| * | ftrace: Have ftrace_regex_write() return either read or error | Steven Rostedt (Red Hat) | 2013-05-09 | 1 | -1/+1 |
| * | tracing: Return error if register_ftrace_function_probe() fails for event_ena... | Steven Rostedt (Red Hat) | 2013-05-09 | 1 | -2/+9 |
| * | tracing: Don't succeed if event_enable_func did not register anything | Masami Hiramatsu | 2013-05-09 | 1 | -1/+4 |
| * | ring-buffer: Select IRQ_WORK | Steven Rostedt (Red Hat) | 2013-05-03 | 1 | -1/+1 |
* | | Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-05-08 | 1 | -0/+1 |
|\ \ |
|
| * | | Export blk_fill_rwbs() | Kent Overstreet | 2013-03-23 | 1 | -0/+1 |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-04-30 | 2 | -62/+146 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2013-04-21 | 3 | -33/+32 |
| |\ \ |
|
| * | | | uprobes/perf: Avoid perf_trace_buf_prepare/submit if ->perf_events is empty | Oleg Nesterov | 2013-04-15 | 1 | -1/+4 |
| * | | | uprobes/tracing: Don't pass addr=ip to perf_trace_buf_submit() | Oleg Nesterov | 2013-04-13 | 1 | -5/+3 |
| * | | | uprobes/tracing: Change create_trace_uprobe() to support uretprobes | Oleg Nesterov | 2013-04-13 | 1 | -4/+7 |
| * | | | uprobes/tracing: Make seq_printf() code uretprobe-friendly | Oleg Nesterov | 2013-04-13 | 1 | -4/+13 |
| * | | | uprobes/tracing: Make register_uprobe_event() paths uretprobe-friendly | Oleg Nesterov | 2013-04-13 | 1 | -4/+15 |
| * | | | uprobes/tracing: Make uprobe_{trace,perf}_print() uretprobe-friendly | Oleg Nesterov | 2013-04-13 | 1 | -9/+25 |
| * | | | uprobes/tracing: Introduce is_ret_probe() and uretprobe_dispatcher() | Oleg Nesterov | 2013-04-13 | 1 | -2/+40 |
| * | | | uprobes/tracing: Introduce uprobe_{trace,perf}_print() helpers | Oleg Nesterov | 2013-04-13 | 1 | -9/+20 |
| * | | | uprobes/tracing: Generalize struct uprobe_trace_entry_head | Oleg Nesterov | 2013-04-13 | 2 | -31/+36 |
| * | | | uprobes/tracing: Kill the pointless local_save_flags/preempt_count calls | Oleg Nesterov | 2013-04-13 | 1 | -7/+3 |
| * | | | uprobes/tracing: Kill the pointless seq_print_ip_sym() call | Oleg Nesterov | 2013-04-13 | 1 | -7/+1 |
| * | | | uprobes/tracing: Kill the pointless task_pt_regs() calls | Oleg Nesterov | 2013-04-13 | 1 | -2/+2 |
* | | | | tracing: Fix small merge bug | Steven Rostedt | 2013-04-30 | 1 | -1/+1 |
* | | | | Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2013-04-29 | 25 | -1240/+4000 |
|\ \ \ \ |
|
| * | | | | ftrace: Get rid of ftrace_profile_bits | Namhyung Kim | 2013-04-12 | 1 | -11/+4 |
| * | | | | tracing: Check return value of tracing_init_dentry() | Namhyung Kim | 2013-04-12 | 3 | -0/+6 |
| * | | | | tracing: Get rid of unneeded key calculation in ftrace_hash_move() | Namhyung Kim | 2013-04-12 | 1 | -5/+0 |
| * | | | | tracing: Reset ftrace_graph_filter_enabled if count is zero | Namhyung Kim | 2013-04-12 | 1 | -1/+2 |
| * | | | | tracing: Fix off-by-one on allocating stat->pages | Namhyung Kim | 2013-04-09 | 1 | -1/+1 |
| * | | | | kernel: tracing: Use strlcpy instead of strncpy | Chen Gang | 2013-04-09 | 2 | -4/+4 |
| * | | | | tracing: Update debugfs README file | Steven Rostedt (Red Hat) | 2013-03-20 | 1 | -14/+78 |
| * | | | | tracing: Fix ftrace_dump() | Steven Rostedt (Red Hat) | 2013-03-15 | 2 | -40/+31 |
| * | | | | tracing: Rename trace_event_mutex to trace_event_sem | zhangwei(Jovi) | 2013-03-15 | 3 | -20/+20 |