aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2014-07-01tracing: Move the trace_seq_* functions into its own trace_seq.c fileGravatar Steven Rostedt (Red Hat) 5-295/+304
2014-07-01ftrace: Simplify ftrace_hash_disable/enable path in ftrace_hash_moveGravatar Masami Hiramatsu 1-22/+11
2014-07-01ftrace: Add trampolines to enabled_functions debug fileGravatar Steven Rostedt (Red Hat) 1-2/+14
2014-07-01ftrace: Optimize function graph to be called directlyGravatar Steven Rostedt (Red Hat) 1-7/+235
2014-06-30ftrace: Add ftrace_rec_counter() macro to simplify the codeGravatar Steven Rostedt (Red Hat) 1-6/+6
2014-06-30ftrace: Allow no regs if no more callbacks require itGravatar Steven Rostedt (Red Hat) 1-0/+32
2014-06-12Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 3-20/+36
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-101/+121
2014-06-10tracing: Fix check of ftrace_trace_arrays list_empty() checkGravatar Steven Rostedt (Red Hat) 1-1/+1
2014-06-10tracing: Fix leak of per cpu max data in instancesGravatar Steven Rostedt (Red Hat) 1-9/+12
2014-06-10tracing: Cleanup saved_cmdlines_size changesGravatar Namhyung Kim 1-3/+3
2014-06-10ring-buffer: Check if buffer exists before pollingGravatar Steven Rostedt (Red Hat) 2-7/+20
2014-06-09Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 17-460/+951
2014-06-06tracing: Fix memory leak on instance deletionGravatar Steven Rostedt (Red Hat) 1-2/+1
2014-06-06tracing: Fix leak of ring buffer data when new instances creation failsGravatar Steven Rostedt (Red Hat) 1-2/+20
2014-06-06tracing/kprobes: Avoid self tests if tracing is disabled on boot upGravatar Yoshihiro YUNOMAE 1-0/+3
2014-06-06tracing: Return error if ftrace_trace_arrays list is emptyGravatar Yoshihiro YUNOMAE 2-0/+16
2014-06-06tracing: Only calculate stats of tracepoint benchmarks for 2^32 timesGravatar Steven Rostedt (Red Hat) 1-7/+30
2014-06-05tracing: Convert stddev into u64 in tracepoint benchmarkGravatar Steven Rostedt (Red Hat) 1-1/+1
2014-06-05tracing: Introduce saved_cmdlines_size fileGravatar Yoshihiro YUNOMAE 1-24/+154
2014-06-05Merge branch 'perf/kprobes' into perf/coreGravatar Ingo Molnar 5-80/+96
2014-06-05Merge branch 'perf/uprobes' into perf/coreGravatar Ingo Molnar 1-21/+25
2014-06-04tracing: Remove unused variable in trace_benchmarkGravatar Steven Rostedt (Red Hat) 1-1/+0
2014-06-03tracing: Eliminate double free on failure of allocation on boot upGravatar Yoshihiro YUNOMAE 1-4/+0
2014-06-02tracing: Print max callstack on stacktrace bugGravatar Minchan Kim 1-4/+30
2014-05-30tracing: Move locking of trace_cmdline_lock into start/stop seq callsGravatar Steven Rostedt (Red Hat) 1-4/+15
2014-05-30tracing: Try again for saved cmdline if failed due to lockingGravatar Steven Rostedt (Red Hat) 1-6/+7
2014-05-29tracing: Have saved_cmdlines use the seq_read infrastructureGravatar Yoshihiro YUNOMAE 1-35/+54
2014-05-29tracing: Add tracepoint benchmark tracepointGravatar Steven Rostedt (Red Hat) 4-0/+250
2014-05-29tracing: Print nasty banner when trace_printk() is in useGravatar Steven Rostedt 1-1/+15
2014-05-20tracing: Add funcgraph_tail option to print function name after closing bracesGravatar Robert Elliott 2-3/+7
2014-05-20tracing: Eliminate duplicate TRACE_GRAPH_PRINT_xx definesGravatar Robert Elliott 2-9/+1
2014-05-15tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasksGravatar Steven Rostedt (Red Hat) 1-0/+41
2014-05-14ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flagGravatar Steven Rostedt (Red Hat) 1-9/+4
2014-05-14ftrace: Use the ftrace_addr helper functions to find the ftrace_addrGravatar Steven Rostedt (Red Hat) 1-10/+5
2014-05-14ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() globalGravatar Steven Rostedt (Red Hat) 1-0/+36
2014-05-14ftrace: Always inline ftrace_hash_empty() helper functionGravatar Steven Rostedt (Red Hat) 1-1/+1
2014-05-14ftrace: Write in missing comment from a very old commitGravatar Steven Rostedt (Red Hat) 1-0/+7
2014-05-14ftrace: Remove boolean of hash_enable and hash_disableGravatar Steven Rostedt (Red Hat) 1-6/+3
2014-05-05tracing: Replace __get_cpu_var uses with this_cpu_ptrGravatar Christoph Lameter 2-3/+3
2014-05-02tracing: Use rcu_dereference_sched() for trace event triggersGravatar Steven Rostedt (Red Hat) 1-1/+1
2014-05-01ftrace: Have function graph tracer use global_ops for filteringGravatar Steven Rostedt (Red Hat) 1-8/+6
2014-04-30uprobes/tracing: Fix uprobe_perf_open() on uprobe_apply() failureGravatar Oleg Nesterov 1-5/+9
2014-04-30uprobes/tracing: Make uprobe_perf_close() visible to uprobe_perf_open()Gravatar Oleg Nesterov 1-18/+18
2014-04-30tracing: Remove mock up poll wait functionGravatar Steven Rostedt (Red Hat) 6-34/+4
2014-04-29tracing: Break out of tracing_wait_pipe() before wait_pipe() is calledGravatar Steven Rostedt (Red Hat) 1-9/+9
2014-04-28ftrace/module: Hardcode ftrace_module_init() call into load_module()Gravatar Steven Rostedt (Red Hat) 1-23/+4
2014-04-24tracing: Fix documentation of ftrace_set_global_{filter,notrace}()Gravatar Jiaxing Wang 1-4/+2
2014-04-24tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_funcGravatar Jiaxing Wang 3-2/+12
2014-04-24kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceGravatar Masami Hiramatsu 4-65/+82