aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-13Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-18/+124
2017-07-11tracing: Fixup trace file header alignmentGravatar Steven Rostedt (VMware) 1-8/+17
2017-07-07Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 1-1/+2
2017-07-07tracing: Attempt to record other information even if some failGravatar Joel Fernandes 1-8/+24
2017-07-07tracing: Treat recording tgid for idle task as a successGravatar Joel Fernandes 1-1/+5
2017-07-07tracing: Treat recording comm for idle task as a successGravatar Joel Fernandes 1-1/+5
2017-07-06tracing: Add saved_tgids file to show cached pid to tgid mappingsGravatar Michael Sartain 1-0/+73
2017-07-05Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/coreGravatar Steven Rostedt (VMware) 1-0/+3
2017-06-29ftrace: Fix regression with module command in stack_trace_filterGravatar Steven Rostedt (VMware) 1-0/+3
2017-06-27tracing: Add support for display of tgid in trace outputGravatar Joel Fernandes 1-14/+22
2017-06-27tracing: Add support for recording tgid of tasksGravatar Joel Fernandes 1-10/+95
2017-06-27ftrace: Remove unused function ftrace_arch_read_dyn_info()Gravatar Steven Rostedt (VMware) 1-18/+3
2017-06-13tracing: Rename update the enum_map fileGravatar Jeremy Linton 1-10/+10
2017-06-13trace: rename enum_map functionsGravatar Jeremy Linton 1-37/+37
2017-06-13trace: rename trace.c enum functionsGravatar Jeremy Linton 1-6/+6
2017-06-13trace: rename trace_enum_mutex to trace_eval_mutexGravatar Jeremy Linton 1-7/+7
2017-06-13trace: rename trace enum data structures in trace.cGravatar Jeremy Linton 1-26/+26
2017-06-13trace: rename struct module entry for trace enumsGravatar Jeremy Linton 1-3/+3
2017-06-13trace: rename trace_enum_map to trace_eval_mapGravatar Jeremy Linton 1-12/+12
2017-06-13trace: rename kernel enum section to evalGravatar Jeremy Linton 1-4/+4
2017-06-13tracing: Remove unused declaration of trace_stop_cmdline_recordingGravatar Joel Fernandes 1-2/+0
2017-06-07ftrace/kprobes: selftests: Check kretprobe maxactive is supportedGravatar Masami Hiramatsu 1-1/+2
2017-05-18tracing: Make sure RCU is watching before calling a stack traceGravatar Steven Rostedt (VMware) 1-1/+30
2017-05-17ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubGravatar Steven Rostedt (VMware) 1-2/+0
2017-05-17ftrace/instances: Clear function triggers when removing instancesGravatar Naveen N. Rao 1-0/+3
2017-05-17tracing: Move postpone selftests to core from early_initcallGravatar Steven Rostedt 1-1/+1
2017-05-08tracing: Use cpumask_available() to check if cpumask variable may be usedGravatar Matthias Kaehlcke 1-2/+3
2017-05-03tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Gravatar Amey Telawane 1-1/+1
2017-05-03Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-44/+198
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+0
2017-05-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2017-05-01ring-buffer: Return reader page back into existing ring bufferGravatar Steven Rostedt (VMware) 1-5/+12
2017-04-20tracing/ftrace: Allow for the traceonoff probe be unique to instancesGravatar Steven Rostedt (VMware) 1-2/+2
2017-04-20tracing/ftrace: Enable snapshot function trigger to work with instancesGravatar Steven Rostedt (VMware) 1-19/+25
2017-04-20tracing/ftrace: Add a better way to pass data via the probe functionsGravatar Steven Rostedt (VMware) 1-15/+23
2017-04-20ftrace: Dynamically create the probe ftrace_ops for the trace_arrayGravatar Steven Rostedt (VMware) 1-1/+1
2017-04-20tracing: Pass the trace_array into ftrace_probe_ops functionsGravatar Steven Rostedt (VMware) 1-6/+8
2017-04-20tracing: Have the trace_array hold the list of registered func probesGravatar Steven Rostedt (VMware) 1-2/+4
2017-04-20ftrace: Have unregister_ftrace_function_probe_func() return a valueGravatar Steven Rostedt (VMware) 1-4/+2
2017-04-20ftrace: Remove data field from ftrace_func_probe structureGravatar Steven Rostedt (VMware) 1-2/+2
2017-04-20tracing: Have the snapshot trigger use the mapping helper functionsGravatar Steven Rostedt (VMware) 1-8/+44
2017-04-20ftrace: Pass probe ops to probe functionGravatar Steven Rostedt (VMware) 1-2/+4
2017-04-19tracing: Allocate the snapshot buffer before enabling probeGravatar Steven Rostedt (VMware) 1-3/+5
2017-04-17ftrace: Add 'function-fork' trace optionGravatar Namhyung Kim 1-1/+4
2017-04-17ftrace: Fix function pid filter on instancesGravatar Namhyung Kim 1-0/+1
2017-03-24tracing: Move trace_handle_return() out of lineGravatar Steven Rostedt (VMware) 1-0/+12
2017-03-24ftrace: Have function tracing start in early boot upGravatar Steven Rostedt (VMware) 1-0/+3
2017-03-24tracing: Postpone tracer start-up tests till the system is more robustGravatar Steven Rostedt (VMware) 1-0/+71
2017-03-24tracing: Split tracing initialization into two for early initializationGravatar Steven Rostedt (VMware) 1-1/+5
2017-03-03trace/kprobes: Allow return probes with offsets and absolute addressesGravatar Naveen N. Rao 1-0/+1