Age | Commit message (Expand) | Author | Files | Lines |
2013-07-19 | tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open() | Oleg Nesterov | 1 | -2/+0 |
2013-07-19 | tracing: Kill trace_array->waiter | Oleg Nesterov | 1 | -1/+0 |
2013-07-19 | tracing: Do not (ab)use trace_seq in event_id_read() | Oleg Nesterov | 1 | -13/+4 |
2013-07-19 | tracing: Simplify the iteration logic in f_start/f_next | Oleg Nesterov | 1 | -38/+22 |
2013-07-19 | tracing: Add ref_data to function and fgraph tracer structs | Steven Rostedt (Red Hat) | 3 | -2/+11 |
2013-07-19 | tracing: Miscellaneous fixes for trace_array ref counting | Alexander Z Lam | 2 | -8/+37 |
2013-07-19 | tracing: Fix error handling to ensure instances can always be removed | Alexander Z Lam | 1 | -1/+3 |
2013-07-19 | tracing/kprobe: Wait for disabling all running kprobe handlers | Masami Hiramatsu | 1 | -6/+17 |
2013-07-19 | tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare() | Oleg Nesterov | 4 | -20/+4 |
2013-07-19 | tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is empty | Oleg Nesterov | 1 | -4/+8 |
2013-07-19 | tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is e... | Oleg Nesterov | 1 | -2/+4 |
2013-07-19 | tracing: Typo fix on ring buffer comments | zhangwei(Jovi) | 1 | -7/+9 |
2013-07-19 | tracing: Use trace_seq_puts()/trace_seq_putc() where possible | zhangwei(Jovi) | 6 | -45/+45 |
2013-07-15 | tracing: Use correct config guard CONFIG_STACK_TRACER | zhangwei(Jovi) | 1 | -2/+2 |
2013-07-11 | Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 11 | -265/+640 |
2013-07-03 | tracing: Make tracing_open_generic_{tr,tc}() static | Steven Rostedt (Red Hat) | 1 | -2/+2 |
2013-07-03 | tracing: Remove ftrace() function | zhangwei(Jovi) | 2 | -14/+0 |
2013-07-03 | tracing: Remove TRACE_EVENT_TYPE enum definition | zhangwei(Jovi) | 1 | -6/+0 |
2013-07-03 | tracing: Make tracer_tracing_{off,on,is_on}() static | Steven Rostedt (Red Hat) | 1 | -3/+3 |
2013-07-03 | tracing: Fix irqs-off tag display in syscall tracing | zhangwei(Jovi) | 1 | -4/+17 |
2013-07-03 | uprobes: Fix return value in error handling path | zhangwei(Jovi) | 1 | -1/+3 |
2013-07-03 | tracing: Fix race between deleting buffer and setting events | Steven Rostedt (Red Hat) | 1 | -6/+17 |
2013-07-03 | tracing: Add trace_array_get/put() to event handling | Steven Rostedt (Red Hat) | 2 | -4/+54 |
2013-07-02 | tracing: Get trace_array ref counts when accessing trace files | Steven Rostedt (Red Hat) | 1 | -9/+112 |
2013-07-02 | tracing: Add trace_array_get/put() to handle instance refs better | Steven Rostedt (Red Hat) | 1 | -18/+65 |
2013-07-02 | tracing: Protect ftrace_trace_arrays list in trace_events.c | Alexander Z Lam | 3 | -2/+13 |
2013-07-02 | tracing: Make trace_marker use the correct per-instance buffer | Alexander Z Lam | 1 | -1/+2 |
2013-07-02 | ftrace: Do not run selftest if command line parameter is set | Steven Rostedt (Red Hat) | 3 | -2/+22 |
2013-07-02 | tracing/kprobes: Don't pass addr=ip to perf_trace_buf_submit() | Oleg Nesterov | 1 | -4/+2 |
2013-07-02 | tracing: Use flag buffer_disabled for irqsoff tracer | Steven Rostedt (Red Hat) | 2 | -33/+72 |
2013-07-02 | tracing/kprobes: Turn trace_probe->files into list_head | Oleg Nesterov | 1 | -101/+37 |
2013-07-02 | tracing: Fix disabling of soft disable | Tom Zanussi | 1 | -1/+3 |
2013-07-02 | tracing: Simplify code for showing of soft disabled flag | Tom Zanussi | 1 | -10/+10 |
2013-07-02 | tracing/kprobes: Kill probe_enable_lock | Oleg Nesterov | 1 | -23/+20 |
2013-07-02 | tracing/kprobes: Avoid perf_trace_buf_*() if ->perf_events is empty | Oleg Nesterov | 1 | -4/+8 |
2013-07-02 | tracing: Failed to create system directory | Steven Rostedt | 1 | -6/+35 |
2013-06-20 | ftrace: Fix stddev calculation in function profiler | Juri Lelli | 1 | -2/+8 |
2013-06-20 | tracing/kprobes: Remove unnecessary checking of trace_probe_is_enabled | zhangwei(Jovi) | 1 | -2/+1 |
2013-06-20 | tracing: Disable tracing on warning | Steven Rostedt (Red Hat) | 1 | -0/+17 |
2013-06-20 | tracing: Add binary '&' filter for events | Steven Rostedt | 1 | -0/+6 |
2013-06-12 | tracing: Do not call kmem_cache_free() on allocation failure | Namhyung Kim | 1 | -6/+1 |
2013-06-12 | ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched() | Steven Rostedt | 1 | -2/+21 |
2013-06-12 | tracing: Fix file mode of free_buffer | Wang YanQing | 1 | -1/+1 |
2013-06-12 | tracing/trivial: Consolidate error return condition | Harsh Prateek Bora | 1 | -4/+1 |
2013-06-12 | tracing: Add function probe to trigger a ftrace dump of current CPU trace | Steven Rostedt (Red Hat) | 1 | -0/+44 |
2013-06-12 | tracing: Add function probe to trigger a ftrace dump to console | Steven Rostedt (Red Hat) | 1 | -5/+54 |
2013-06-11 | tracing: Fix outputting formats of x86-tsc and counter when use trace_clock | Yoshihiro YUNOMAE | 2 | -7/+3 |
2013-06-06 | tracing: Use current_uid() for critical time tracing | Steven Rostedt (Red Hat) | 1 | -1/+9 |
2013-05-30 | tracing: Fix bad parameter passed in branch selftest | Steven Rostedt (Red Hat) | 1 | -1/+1 |
2013-05-29 | ftrace: Use the rcu _notrace variants for rcu_dereference_raw() and friends | Steven Rostedt | 1 | -9/+9 |