aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2017-06-27tracing: Add support for recording tgid of tasksJoel Fernandes
2017-06-27ftrace: Remove unused function ftrace_arch_read_dyn_info()Steven Rostedt (VMware)
2017-06-13tracing: Rename update the enum_map fileJeremy Linton
2017-06-13trace: rename enum_map functionsJeremy Linton
2017-06-13trace: rename trace.c enum functionsJeremy Linton
2017-06-13trace: rename trace_enum_mutex to trace_eval_mutexJeremy Linton
2017-06-13trace: rename trace enum data structures in trace.cJeremy Linton
2017-06-13trace: rename struct module entry for trace enumsJeremy Linton
2017-06-13trace: rename trace_enum_map to trace_eval_mapJeremy Linton
2017-06-13trace: rename kernel enum section to evalJeremy Linton
2017-06-13tracing: Remove unused declaration of trace_stop_cmdline_recordingJoel Fernandes
2017-06-07ftrace/kprobes: selftests: Check kretprobe maxactive is supportedMasami Hiramatsu
2017-05-18tracing: Make sure RCU is watching before calling a stack traceSteven Rostedt (VMware)
2017-05-17ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubSteven Rostedt (VMware)
2017-05-17ftrace/instances: Clear function triggers when removing instancesNaveen N. Rao
2017-05-17tracing: Move postpone selftests to core from early_initcallSteven Rostedt
2017-05-08tracing: Use cpumask_available() to check if cpumask variable may be usedMatthias Kaehlcke
2017-05-03tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane
2017-05-03Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-05-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-05-01ring-buffer: Return reader page back into existing ring bufferSteven Rostedt (VMware)
2017-04-20tracing/ftrace: Allow for the traceonoff probe be unique to instancesSteven Rostedt (VMware)
2017-04-20tracing/ftrace: Enable snapshot function trigger to work with instancesSteven Rostedt (VMware)
2017-04-20tracing/ftrace: Add a better way to pass data via the probe functionsSteven Rostedt (VMware)
2017-04-20ftrace: Dynamically create the probe ftrace_ops for the trace_arraySteven Rostedt (VMware)
2017-04-20tracing: Pass the trace_array into ftrace_probe_ops functionsSteven Rostedt (VMware)
2017-04-20tracing: Have the trace_array hold the list of registered func probesSteven Rostedt (VMware)
2017-04-20ftrace: Have unregister_ftrace_function_probe_func() return a valueSteven Rostedt (VMware)
2017-04-20ftrace: Remove data field from ftrace_func_probe structureSteven Rostedt (VMware)
2017-04-20tracing: Have the snapshot trigger use the mapping helper functionsSteven Rostedt (VMware)
2017-04-20ftrace: Pass probe ops to probe functionSteven Rostedt (VMware)
2017-04-19tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)
2017-04-17ftrace: Add 'function-fork' trace optionNamhyung Kim
2017-04-17ftrace: Fix function pid filter on instancesNamhyung Kim
2017-03-24tracing: Move trace_handle_return() out of lineSteven Rostedt (VMware)
2017-03-24ftrace: Have function tracing start in early boot upSteven Rostedt (VMware)
2017-03-24tracing: Postpone tracer start-up tests till the system is more robustSteven Rostedt (VMware)
2017-03-24tracing: Split tracing initialization into two for early initializationSteven Rostedt (VMware)
2017-03-03trace/kprobes: Allow return probes with offsets and absolute addressesNaveen N. Rao
2017-03-01perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTSAnton Blanchard
2017-02-27Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-02-17tracing: Remove outdated ring buffer commentJoel Fernandes
2017-02-03tracing: Reset parser->buffer to allow multiple "puts"Steven Rostedt (VMware)
2017-02-02fs: Better permission checking for submountsEric W. Biederman
2016-12-26splice_pipe_desc: kill ->flagsAl Viro
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-12tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti