aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierGravatar Yonghong Song 1-6/+11
2017-06-14bpf: permits narrower load from bpf program context fieldsGravatar Yonghong Song 1-6/+15
2017-06-10bpf: avoid excessive stack usage for perf_sample_dataGravatar Daniel Borkmann 1-4/+6
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2017-06-04perf, bpf: Add BPF support to all perf_event typesGravatar Alexei Starovoitov 1-14/+8
2017-05-26ftrace: Fix memory leak in ftrace_graph_release()Gravatar Luis Henriques 1-1/+1
2017-05-20Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-4/+52
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2017-05-19blktrace: fix integer parseGravatar Shaohua Li 1-2/+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) 2-2/+4
2017-05-17ftrace/instances: Clear function triggers when removing instancesGravatar Naveen N. Rao 3-0/+12
2017-05-17ftrace: Simplify glob handling in unregister_ftrace_function_probe_func()Gravatar Naveen N. Rao 1-2/+2
2017-05-17tracing/kprobes: Enforce kprobes teardown after testingGravatar Thomas Gleixner 1-0/+5
2017-05-17tracing: Move postpone selftests to core from early_initcallGravatar Steven Rostedt 1-1/+1
2017-05-10Merge tag 'trace-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-2/+3
2017-05-08Merge tag 'trace-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 2-12/+10
2017-05-08tracing: Use cpumask_available() to check if cpumask variable may be usedGravatar Matthias Kaehlcke 1-2/+3
2017-05-08trace: make trace_hwlat timestamp y2038 safeGravatar Deepa Dinamani 3-15/+14
2017-05-03ftrace: Simplify ftrace_match_record() even moreGravatar Steven Rostedt (VMware) 1-11/+9
2017-05-03ftrace: Remove an unneeded conditionGravatar Dan Carpenter 1-1/+1
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 11-560/+1266
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-27/+3
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 3-7/+5
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-23/+12
2017-05-01ring-buffer: Return reader page back into existing ring bufferGravatar Steven Rostedt (VMware) 3-9/+50
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-5/+19
2017-04-20tracing/ftrace: Allow for instances to trigger their own stacktrace probesGravatar Steven Rostedt (VMware) 1-3/+14
2017-04-20tracing/ftrace: Allow for the traceonoff probe be unique to instancesGravatar Steven Rostedt (VMware) 3-12/+15
2017-04-20tracing/ftrace: Enable snapshot function trigger to work with instancesGravatar Steven Rostedt (VMware) 1-19/+25
2017-04-20tracing/ftrace: Allow instances to have their own function probesGravatar Steven Rostedt (VMware) 1-2/+2
2017-04-20tracing/ftrace: Add a better way to pass data via the probe functionsGravatar Steven Rostedt (VMware) 5-107/+153
2017-04-20ftrace: Dynamically create the probe ftrace_ops for the trace_arrayGravatar Steven Rostedt (VMware) 5-57/+146
2017-04-20tracing: Pass the trace_array into ftrace_probe_ops functionsGravatar Steven Rostedt (VMware) 5-30/+51
2017-04-20tracing: Have the trace_array hold the list of registered func probesGravatar Steven Rostedt (VMware) 5-30/+56
2017-04-20ftrace: If the hash for a probe fails to update then free what was initializedGravatar Steven Rostedt (VMware) 1-1/+15
2017-04-20ftrace: Have the function probes call their own functionGravatar Steven Rostedt (VMware) 2-127/+99
2017-04-20ftrace: Have each function probe use its own ftrace_opsGravatar Steven Rostedt (VMware) 2-148/+99
2017-04-20ftrace: Have unregister_ftrace_function_probe_func() return a valueGravatar Steven Rostedt (VMware) 5-14/+17
2017-04-20ftrace: Add helper function ftrace_hash_move_and_update_ops()Gravatar Steven Rostedt (VMware) 1-52/+53
2017-04-20ftrace: Remove data field from ftrace_func_probe structureGravatar Steven Rostedt (VMware) 5-15/+11
2017-04-20ftrace: Remove printing of data in showing of a function probeGravatar Steven Rostedt (VMware) 1-5/+1
2017-04-20ftrace: Remove unused unregister_ftrace_function_probe_all() functionGravatar Steven Rostedt (VMware) 2-20/+3
2017-04-20ftrace: Remove unused unregister_ftrace_function_probe() functionGravatar Steven Rostedt (VMware) 2-18/+3
2017-04-20ftrace: Convert the rest of the function trigger over to the mapping functionsGravatar Steven Rostedt (VMware) 1-38/+85
2017-04-20tracing: Have the snapshot trigger use the mapping helper functionsGravatar Steven Rostedt (VMware) 1-8/+44
2017-04-20ftrace: Added ftrace_func_mapper for function probe triggersGravatar Steven Rostedt (VMware) 3-15/+210