aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2014-08-09Merge tag 'trace-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-08-06ring-buffer: Always reset iterator to reader pageSteven Rostedt (Red Hat)
2014-08-06ring-buffer: Up rb_iter_peek() loop count to 3Steven Rostedt (Red Hat)
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-08-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-08-04Merge tag 'trace-3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-07-28perf: Check permission only for parent tracepoint eventJiri Olsa
2014-07-24ftrace: Add warning if tramp hash does not match nr_trampolinesSteven Rostedt (Red Hat)
2014-07-24ftrace: Fix trampoline hash update check on rec->flagsSteven Rostedt (Red Hat)
2014-07-23ring-buffer: Use rb_page_size() instead of open coded head_page sizeSteven Rostedt (Red Hat)
2014-07-23ftrace: Provide trace clocks monotonicThomas Gleixner
2014-07-23ftrace: Rename ftrace_ops field from trampolines to nr_trampolinesSteven Rostedt (Red Hat)
2014-07-21tracing: Fix wraparound problems in "uptime" trace clockTony Luck
2014-07-18tracing: Convert local function_graph functions to staticSteven Rostedt (Red Hat)
2014-07-18ftrace: Do not copy old hash when resettingWang Nan
2014-07-18tracing: let user specify tracing_thresh after selecting function_graphStanislav Fomichev
2014-07-18ring-buffer: Always run per-cpu ring buffer resize with schedule_work_on()Corey Minyard
2014-07-18tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TESTSteven Rostedt (Red Hat)
2014-07-18ftrace: Remove function_trace_stop check from list funcSteven Rostedt (Red Hat)
2014-07-18ftrace: Do no disable function tracing on enabling function tracingSteven Rostedt (Red Hat)
2014-07-18ftrace-graph: Remove usage of ftrace_stop() in ftrace_graph_stop()Steven Rostedt (Red Hat)
2014-07-17ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop()Steven Rostedt (Red Hat)
2014-07-16tracing: Kill "filter_string" arg of replace_preds()Oleg Nesterov
2014-07-16tracing: Change apply_subsystem_event_filter() paths to check file->system ==...Oleg Nesterov
2014-07-16tracing/uprobes: Kill the dead TRACE_EVENT_FL_USE_CALL_FILTER logicOleg Nesterov
2014-07-16tracing: Kill call_filter_disable()Oleg Nesterov
2014-07-16tracing: Kill destroy_call_preds()Oleg Nesterov
2014-07-16tracing: Kill destroy_preds() and destroy_file_preds()Oleg Nesterov
2014-07-16ftrace: Allow archs to specify if they need a separate function graph trampolineSteven Rostedt (Red Hat)
2014-07-15ring-buffer: Fix polling on trace_pipeMartin Lau
2014-07-15tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputszhangwei(Jovi)
2014-07-15tracing: Fix graph tracer with stack tracer on other archsSteven Rostedt (Red Hat)
2014-07-15tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputszhangwei(Jovi)
2014-07-14tracing: instance_rmdir() leaks ftrace_event_file->filterOleg Nesterov
2014-07-09Merge branch 'trace/ftrace/urgent' into trace/ftrace/coreSteven Rostedt (Red Hat)
2014-07-01tracing: Remove ftrace_stop/start() from reading the trace fileSteven Rostedt (Red Hat)
2014-07-01tracing: Add description of set_graph_notrace to tracing/READMENamhyung Kim
2014-07-01tracing: Improve message of empty set_ftrace_notrace fileNamhyung Kim
2014-07-01tracing: Improve message of empty set_graph_notrace fileNamhyung Kim
2014-07-01tracing: Add ftrace_graph_notrace boot parameterNamhyung Kim
2014-07-01tracing: Convert pr_warning() to pr_warn() in trace_events.cFabian Frederick
2014-07-01ftrace: Do not copy hash if O_TRUNC is setNamhyung Kim
2014-07-01ftrace: Fix memory leak on failure path in ftrace_allocate_pages()Namhyung Kim
2014-07-01ftrace: Get rid of obsolete global_start_up variableNamhyung Kim
2014-07-01tracing: Add trace_seq_buffer_ptr() helper functionSteven Rostedt (Red Hat)
2014-07-01tracing: Remove unnecessary null test before debugfs_remove()Fabian Frederick
2014-07-01tracing: Remove trace_seq_reserve()Steven Rostedt (Red Hat)
2014-07-01tracing: Make trace_seq_putmem_hex() more robustSteven Rostedt (Red Hat)
2014-07-01tracing: Clean up trace_seq.cSteven Rostedt (Red Hat)