index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
2013-11-05
ftrace: Have control op function callback only trace when RCU is watching
Steven Rostedt (Red Hat)
2013-11-05
trace/trace_stat: use rbtree postorder iteration helper instead of opencoding
Cody P Schafer
2013-10-18
ftrace: Add set_graph_notrace filter
Namhyung Kim
2013-10-18
ftrace: Narrow down the protected area of graph_lock
Namhyung Kim
2013-10-18
ftrace: Introduce struct ftrace_graph_data
Namhyung Kim
2013-10-18
ftrace: Get rid of ftrace_graph_filter_enabled
Namhyung Kim
2013-10-18
tracing: Fix potential out-of-bounds in trace_get_user()
Steven Rostedt
2013-10-09
tracing: Show more exact help information about snapshot
Wang YanQing
2013-09-09
Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2013-09-03
ftrace: Fix a slight race in modifying what function callback gets traced
Steven Rostedt (Red Hat)
2013-09-03
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
2013-08-22
tracing: Make tracing_cpumask available for all instances
Alexander Z Lam
2013-08-21
tracing: Kill the !CONFIG_MODULES code in trace_events.c
Oleg Nesterov
2013-08-21
tracing: Don't pass file_operations array to event_create_dir()
Oleg Nesterov
2013-08-21
tracing: Kill trace_create_file_ops() and friends
Oleg Nesterov
2013-08-21
tracing/syscalls: Annotate raw_init function with __init
Li Zefan
2013-08-02
tracing: Fix reset of time stamps during trace_clock changes
Alexander Z Lam
2013-08-02
tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct buffer
Alexander Z Lam
2013-08-02
tracing: Fix fields of struct trace_iterator that are zeroed by mistake
Andrew Vagin
2013-08-01
tracing/uprobes: Fail to unregister if probe event files are in use
Steven Rostedt (Red Hat)
2013-07-31
tracing/kprobes: Fail to unregister if probe event files are in use
Steven Rostedt (Red Hat)
2013-07-31
tracing: Add comment to describe special break case in probe_remove_event_call()
Steven Rostedt (Red Hat)
2013-07-31
tracing: trace_remove_event_call() should fail if call/file is in use
Oleg Nesterov
2013-07-30
ftrace: Check module functions being traced on reload
Steven Rostedt (Red Hat)
2013-07-29
ftrace: Consolidate some duplicate code for updating ftrace ops
Steven Rostedt (Red Hat)
2013-07-29
tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_private
Oleg Nesterov
2013-07-29
tracing: Introduce remove_event_file_dir()
Oleg Nesterov
2013-07-29
tracing: Change f_start() to take event_mutex and verify i_private != NULL
Oleg Nesterov
2013-07-29
tracing: Change event_filter_read/write to verify i_private != NULL
Oleg Nesterov
2013-07-29
tracing: Change event_enable/disable_read() to verify i_private != NULL
Oleg Nesterov
2013-07-29
tracing: Turn event/id->i_private into call->event.type
Oleg Nesterov
2013-07-26
tracing: Add __tracepoint_string() to export string pointers
Steven Rostedt (Red Hat)
2013-07-26
tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()
Steven Rostedt (Red Hat)
2013-07-24
ftrace: Add check for NULL regs if ops has SAVE_REGS set
Steven Rostedt (Red Hat)
2013-07-24
tracing: Kill trace_cpu struct/members
Oleg Nesterov
2013-07-24
tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()
Oleg Nesterov
2013-07-24
tracing: Change tracing_entries_fops to rely on tracing_get_cpu()
Oleg Nesterov
2013-07-24
tracing: Change tracing_stats_fops to rely on tracing_get_cpu()
Oleg Nesterov
2013-07-24
tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()
Oleg Nesterov
2013-07-24
tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()
Oleg Nesterov
2013-07-24
tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()
Oleg Nesterov
2013-07-19
tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()
Oleg Nesterov
2013-07-19
tracing: Kill trace_array->waiter
Oleg Nesterov
2013-07-18
tracing: Do not (ab)use trace_seq in event_id_read()
Oleg Nesterov
2013-07-18
tracing: Simplify the iteration logic in f_start/f_next
Oleg Nesterov
2013-07-18
tracing: Add ref_data to function and fgraph tracer structs
Steven Rostedt (Red Hat)
2013-07-18
tracing: Miscellaneous fixes for trace_array ref counting
Alexander Z Lam
2013-07-18
tracing: Fix error handling to ensure instances can always be removed
Alexander Z Lam
2013-07-18
tracing/kprobe: Wait for disabling all running kprobe handlers
Masami Hiramatsu
2013-07-18
tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()
Oleg Nesterov
[next]