summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
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)
2014-07-01tracing: Move the trace_seq_* functions into its own trace_seq.c fileSteven Rostedt (Red Hat)
2014-07-01ftrace: Simplify ftrace_hash_disable/enable path in ftrace_hash_moveMasami Hiramatsu
2014-07-01ftrace: Add trampolines to enabled_functions debug fileSteven Rostedt (Red Hat)
2014-07-01ftrace: Optimize function graph to be called directlySteven Rostedt (Red Hat)
2014-06-30tracing/uprobes: Fix the usage of uprobe_buffer_enable() in probe_event_enable()Oleg Nesterov
2014-06-30tracing/uprobes: Kill the bogus UPROBE_HANDLER_REMOVE code in uprobe_dispatch...Oleg Nesterov
2014-06-30tracing/uprobes: Revert "Support mix of ftrace and perf"Oleg Nesterov
2014-06-30ftrace: Add ftrace_rec_counter() macro to simplify the codeSteven Rostedt (Red Hat)
2014-06-30ftrace: Allow no regs if no more callbacks require itSteven Rostedt (Red Hat)
2014-06-12Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-06-10tracing: Fix check of ftrace_trace_arrays list_empty() checkSteven Rostedt (Red Hat)
2014-06-10tracing: Fix leak of per cpu max data in instancesSteven Rostedt (Red Hat)
2014-06-10tracing: Cleanup saved_cmdlines_size changesNamhyung Kim
2014-06-10ring-buffer: Check if buffer exists before pollingSteven Rostedt (Red Hat)
2014-06-09Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-06-06tracing: Fix memory leak on instance deletionSteven Rostedt (Red Hat)
2014-06-06tracing: Fix leak of ring buffer data when new instances creation failsSteven Rostedt (Red Hat)
2014-06-06tracing/kprobes: Avoid self tests if tracing is disabled on boot upYoshihiro YUNOMAE
2014-06-06tracing: Return error if ftrace_trace_arrays list is emptyYoshihiro YUNOMAE
2014-06-06tracing: Only calculate stats of tracepoint benchmarks for 2^32 timesSteven Rostedt (Red Hat)
2014-06-05tracing: Convert stddev into u64 in tracepoint benchmarkSteven Rostedt (Red Hat)
2014-06-05tracing: Introduce saved_cmdlines_size fileYoshihiro YUNOMAE
2014-06-05Merge branch 'perf/kprobes' into perf/coreIngo Molnar
2014-06-05Merge branch 'perf/uprobes' into perf/coreIngo Molnar
2014-06-04tracing: Remove unused variable in trace_benchmarkSteven Rostedt (Red Hat)
2014-06-03tracing: Eliminate double free on failure of allocation on boot upYoshihiro YUNOMAE
2014-06-02tracing: Print max callstack on stacktrace bugMinchan Kim
2014-05-30tracing: Move locking of trace_cmdline_lock into start/stop seq callsSteven Rostedt (Red Hat)
2014-05-30tracing: Try again for saved cmdline if failed due to lockingSteven Rostedt (Red Hat)
2014-05-29tracing: Have saved_cmdlines use the seq_read infrastructureYoshihiro YUNOMAE
2014-05-29tracing: Add tracepoint benchmark tracepointSteven Rostedt (Red Hat)
2014-05-29tracing: Print nasty banner when trace_printk() is in useSteven Rostedt
2014-05-20tracing: Add funcgraph_tail option to print function name after closing bracesRobert Elliott
2014-05-20tracing: Eliminate duplicate TRACE_GRAPH_PRINT_xx definesRobert Elliott
2014-05-15tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasksSteven Rostedt (Red Hat)
2014-05-14ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flagSteven Rostedt (Red Hat)
2014-05-14ftrace: Use the ftrace_addr helper functions to find the ftrace_addrSteven Rostedt (Red Hat)
2014-05-14ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() globalSteven Rostedt (Red Hat)
2014-05-14ftrace: Always inline ftrace_hash_empty() helper functionSteven Rostedt (Red Hat)
2014-05-14ftrace: Write in missing comment from a very old commitSteven Rostedt (Red Hat)
2014-05-14ftrace: Remove boolean of hash_enable and hash_disableSteven Rostedt (Red Hat)
2014-05-05tracing: Replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter