summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2014-07-16tracing/uprobes: Kill the dead TRACE_EVENT_FL_USE_CALL_FILTER logicOleg Nesterov1-2/+1
2014-07-16tracing: Kill call_filter_disable()Oleg Nesterov1-6/+1
2014-07-16tracing: Kill destroy_call_preds()Oleg Nesterov2-7/+2
2014-07-16tracing: Kill destroy_preds() and destroy_file_preds()Oleg Nesterov2-21/+0
2014-07-16ftrace: Allow archs to specify if they need a separate function graph trampolineSteven Rostedt (Red Hat)1-2/+4
2014-07-16ring-buffer: Fix polling on trace_pipeMartin Lau1-4/+0
2014-07-15tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputszhangwei(Jovi)1-0/+6
2014-07-15tracing: Fix graph tracer with stack tracer on other archsSteven Rostedt (Red Hat)1-2/+2
2014-07-15tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputszhangwei(Jovi)1-2/+10
2014-07-14tracing: instance_rmdir() leaks ftrace_event_file->filterOleg Nesterov1-0/+1
2014-07-09Merge branch 'trace/ftrace/urgent' into trace/ftrace/coreSteven Rostedt (Red Hat)2-21/+27
2014-07-01tracing: Remove ftrace_stop/start() from reading the trace fileSteven Rostedt (Red Hat)1-2/+0
2014-07-01tracing: Add description of set_graph_notrace to tracing/READMENamhyung Kim1-0/+1
2014-07-01tracing: Improve message of empty set_ftrace_notrace fileNamhyung Kim1-3/+8
2014-07-01tracing: Improve message of empty set_graph_notrace fileNamhyung Kim1-1/+6
2014-07-01tracing: Add ftrace_graph_notrace boot parameterNamhyung Kim1-4/+20
2014-07-01tracing: Convert pr_warning() to pr_warn() in trace_events.cFabian Frederick1-29/+27
2014-07-01ftrace: Do not copy hash if O_TRUNC is setNamhyung Kim1-5/+7
2014-07-01ftrace: Fix memory leak on failure path in ftrace_allocate_pages()Namhyung Kim1-1/+2
2014-07-01ftrace: Get rid of obsolete global_start_up variableNamhyung Kim1-3/+1
2014-07-01tracing: Add trace_seq_buffer_ptr() helper functionSteven Rostedt (Red Hat)1-7/+7
2014-07-01tracing: Remove unnecessary null test before debugfs_remove()Fabian Frederick1-4/+2
2014-07-01tracing: Remove trace_seq_reserve()Steven Rostedt (Red Hat)1-30/+0
2014-07-01tracing: Make trace_seq_putmem_hex() more robustSteven Rostedt (Red Hat)2-8/+19
2014-07-01tracing: Clean up trace_seq.cSteven Rostedt (Red Hat)1-32/+175
2014-07-01tracing: Move the trace_seq_* functions into its own trace_seq.c fileSteven Rostedt (Red Hat)5-295/+304
2014-07-01ftrace: Simplify ftrace_hash_disable/enable path in ftrace_hash_moveMasami Hiramatsu1-22/+11
2014-07-01ftrace: Add trampolines to enabled_functions debug fileSteven Rostedt (Red Hat)1-2/+14
2014-07-01ftrace: Optimize function graph to be called directlySteven Rostedt (Red Hat)1-7/+235
2014-06-30tracing/uprobes: Fix the usage of uprobe_buffer_enable() in probe_event_enable()Oleg Nesterov1-12/+19
2014-06-30tracing/uprobes: Kill the bogus UPROBE_HANDLER_REMOVE code in uprobe_dispatch...Oleg Nesterov1-6/+0
2014-06-30tracing/uprobes: Revert "Support mix of ftrace and perf"Oleg Nesterov1-1/+8
2014-06-30ftrace: Add ftrace_rec_counter() macro to simplify the codeSteven Rostedt (Red Hat)1-6/+6
2014-06-30ftrace: Allow no regs if no more callbacks require itSteven Rostedt (Red Hat)1-0/+32
2014-06-13Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds3-20/+36
2014-06-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-101/+121
2014-06-10tracing: Fix check of ftrace_trace_arrays list_empty() checkSteven Rostedt (Red Hat)1-1/+1
2014-06-10tracing: Fix leak of per cpu max data in instancesSteven Rostedt (Red Hat)1-9/+12
2014-06-10tracing: Cleanup saved_cmdlines_size changesNamhyung Kim1-3/+3
2014-06-10ring-buffer: Check if buffer exists before pollingSteven Rostedt (Red Hat)2-7/+20
2014-06-10Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds17-460/+951
2014-06-07tracing: Fix memory leak on instance deletionSteven Rostedt (Red Hat)1-2/+1
2014-06-06tracing: Fix leak of ring buffer data when new instances creation failsSteven Rostedt (Red Hat)1-2/+20
2014-06-06tracing/kprobes: Avoid self tests if tracing is disabled on boot upYoshihiro YUNOMAE1-0/+3
2014-06-06tracing: Return error if ftrace_trace_arrays list is emptyYoshihiro YUNOMAE2-0/+16
2014-06-06tracing: Only calculate stats of tracepoint benchmarks for 2^32 timesSteven Rostedt (Red Hat)1-7/+30
2014-06-06tracing: Convert stddev into u64 in tracepoint benchmarkSteven Rostedt (Red Hat)1-1/+1
2014-06-05tracing: Introduce saved_cmdlines_size fileYoshihiro YUNOMAE1-24/+154
2014-06-05Merge branch 'perf/kprobes' into perf/coreIngo Molnar5-80/+96
2014-06-05Merge branch 'perf/uprobes' into perf/coreIngo Molnar1-21/+25