Age | Commit message (Expand) | Author |
2014-03-31 | tracing: Fix array size mismatch in format string | Vaibhav Nagarnaik |
2014-03-23 | tracing: Do not add event files for modules that fail tracepoints | Steven Rostedt (Red Hat) |
2014-02-22 | ring-buffer: Fix first commit on sub-buffer having non-zero delta | Steven Rostedt (Red Hat) |
2014-02-13 | ftrace: Have function graph only trace based on global_ops filters | Steven Rostedt |
2014-02-13 | ftrace: Fix synchronization location disabling and freeing ftrace_ops | Steven Rostedt |
2014-02-13 | ftrace: Synchronize setting function_trace_op with ftrace_trace_function | Steven Rostedt |
2014-02-13 | tracing: Check if tracing is enabled in trace_puts() | Steven Rostedt (Red Hat) |
2014-02-13 | tracing: Have trace buffer point back to trace_array | Steven Rostedt (Red Hat) |
2014-01-09 | ftrace: Initialize the ftrace profiler for each possible cpu | Miao Xie |
2013-12-04 | ftrace: Fix function graph with loading of modules | Steven Rostedt (Red Hat) |
2013-11-29 | perf/ftrace: Fix paranoid level for enabling function tracer | Steven Rostedt |
2013-11-20 | tracing: Fix potential out-of-bounds in trace_get_user() | Steven Rostedt |
2013-08-29 | ftrace: Check module functions being traced on reload | Steven Rostedt (Red Hat) |
2013-08-29 | tracing/uprobes: Fail to unregister if probe event files are in use | Steven Rostedt (Red Hat) |
2013-08-29 | tracing/kprobes: Fail to unregister if probe event files are in use | Steven Rostedt (Red Hat) |
2013-08-29 | tracing: trace_remove_event_call() should fail if call/file is in use | Oleg Nesterov |
2013-08-29 | tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_private | Oleg Nesterov |
2013-08-29 | tracing: Introduce remove_event_file_dir() | Oleg Nesterov |
2013-08-29 | tracing: Change f_start() to take event_mutex and verify i_private != NULL | Oleg Nesterov |
2013-08-29 | tracing: Change event_filter_read/write to verify i_private != NULL | Oleg Nesterov |
2013-08-29 | tracing: Change event_enable/disable_read() to verify i_private != NULL | Oleg Nesterov |
2013-08-29 | tracing: Turn event/id->i_private into call->event.type | Oleg Nesterov |
2013-08-29 | ftrace: Add check for NULL regs if ops has SAVE_REGS set | Steven Rostedt (Red Hat) |
2013-08-29 | tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu() | Oleg Nesterov |
2013-08-29 | tracing: Change tracing_entries_fops to rely on tracing_get_cpu() | Oleg Nesterov |
2013-08-29 | tracing: Change tracing_stats_fops to rely on tracing_get_cpu() | Oleg Nesterov |
2013-08-29 | tracing: Change tracing_buffers_fops to rely on tracing_get_cpu() | Oleg Nesterov |
2013-08-29 | tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu() | Oleg Nesterov |
2013-08-29 | tracing: Introduce trace_create_cpu_file() and tracing_get_cpu() | Oleg Nesterov |
2013-08-29 | tracing/kprobe: Wait for disabling all running kprobe handlers | Masami Hiramatsu |
2013-08-29 | tracing: Do not call kmem_cache_free() on allocation failure | Namhyung Kim |
2013-08-14 | tracing: Fix reset of time stamps during trace_clock changes | Alexander Z Lam |
2013-08-14 | tracing: Use flag buffer_disabled for irqsoff tracer | Steven Rostedt (Red Hat) |
2013-08-14 | tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct buffer | Alexander Z Lam |
2013-08-14 | tracing: Fix fields of struct trace_iterator that are zeroed by mistake | Andrew Vagin |
2013-08-04 | tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus() | Steven Rostedt (Red Hat) |
2013-08-04 | tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open() | Oleg Nesterov |
2013-08-04 | tracing: Miscellaneous fixes for trace_array ref counting | Alexander Z Lam |
2013-08-04 | tracing: Fix error handling to ensure instances can always be removed | Alexander Z Lam |
2013-07-25 | tracing: Add trace_array_get/put() to event handling | Steven Rostedt (Red Hat) |
2013-07-25 | tracing: Fix race between deleting buffer and setting events | Steven Rostedt (Red Hat) |
2013-07-25 | tracing: Get trace_array ref counts when accessing trace files | Steven Rostedt (Red Hat) |
2013-07-25 | tracing: Add trace_array_get/put() to handle instance refs better | Steven Rostedt (Red Hat) |
2013-07-25 | tracing: Protect ftrace_trace_arrays list in trace_events.c | Alexander Z Lam |
2013-07-25 | tracing: Make trace_marker use the correct per-instance buffer | Alexander Z Lam |
2013-07-25 | tracing: Fix irqs-off tag display in syscall tracing | zhangwei(Jovi) |
2013-07-25 | tracing: Failed to create system directory | Steven Rostedt |
2013-07-25 | uprobes: Fix return value in error handling path | zhangwei(Jovi) |
2013-06-11 | tracing: Fix outputting formats of x86-tsc and counter when use trace_clock | Yoshihiro YUNOMAE |
2013-06-06 | tracing: Use current_uid() for critical time tracing | Steven Rostedt (Red Hat) |