aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-21tracing/kprobes: Fix to check notrace function with correct rangeMasami Hiramatsu1-1/+8
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-50/+66
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)1-12/+1
2018-08-02tracing/kprobes: Fix within_notrace_func() to check only notrace functionsMasami Hiramatsu1-3/+5
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-2/+13
2018-07-30selftest/ftrace: Move kprobe selftest function to separate compile unitFrancis Deslauriers1-11/+1
2018-07-30tracing: kprobes: Prohibit probing on notrace functionMasami Hiramatsu1-9/+38
2018-07-27tracing/kprobes: Simplify the logic of enable_trace_kprobe()Steven Rostedt (VMware)1-18/+24
2018-07-25tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)1-2/+4
2018-07-25tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov1-2/+11
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+5
2018-07-11tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa1-1/+5
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu1-8/+3
2018-05-24bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song1-0/+29
2018-04-17trace_kprobe: Remove warning message "Could not insert probe at..."Song Liu1-2/+0
2018-03-29Merge branch 'perf/urgent' into perf/coreIngo Molnar1-2/+2
2018-03-23tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu1-2/+2
2018-02-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-8/+53
2018-02-06perf/core: Implement the 'perf_kprobe' PMUSong Liu1-8/+83
2018-01-12error-injection: Separate error-injection from kprobeMasami Hiramatsu1-1/+2
2018-01-12tracing/kprobe: bpf: Compare instruction pointer with original oneMasami Hiramatsu1-14/+7
2018-01-12tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu1-3/+6
2017-12-17trace: reenable preemption if we modify the ipJosef Bacik1-1/+8
2017-12-12bpf: add a bpf_override_function helperJosef Bacik1-7/+48
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-11/+11
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller1-33/+7
2017-11-11bpf: add a bpf_override_function helperJosef Bacik1-7/+33
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song1-4/+2
2017-10-16perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:function")Peter Zijlstra1-2/+2
2017-10-04tracing: Make traceprobe parsing code reusableTom Zanussi1-9/+9
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming1-2/+2
2017-07-13Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+9
2017-07-09trace/kprobes: Sanitize derived event namesNaveen N. Rao1-0/+9
2017-07-08kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_func_entry()Naveen N. Rao1-1/+1
2017-06-29tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca1-9/+5
2017-05-17tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner1-0/+5
2017-05-03Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-6/+33
2017-04-04tracing/kprobes: expose maxactive for kretprobe in kprobe_eventsAlban Crequy1-6/+33
2017-03-15trace/kprobes: Fix check for kretprobe offset within function entryNaveen N. Rao1-1/+1
2017-03-07Merge tag 'perf-core-for-mingo-4.11-20170306' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-6/+3
2017-03-03trace/kprobes: Add back warning about offset in return probesSteven Rostedt (VMware)1-0/+5
2017-03-03trace/kprobes: Allow return probes with offsets and absolute addressesNaveen N. Rao1-8/+0
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>Ingo Molnar1-0/+1
2017-02-27Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+1
2017-02-15tracing/probe: Show subsystem name in messagesMasami Hiramatsu1-0/+1
2017-02-02tracing/kprobes: Fix __init annotationArnd Bergmann1-1/+1
2016-12-12kprobes/trace: Fix kprobe selftest for newer gccMarcin Nowakowski1-5/+23
2016-12-12tracing/kprobes: Add a helper method to return number of probe hitsMarcin Nowakowski1-6/+13
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu1-0/+4
2016-06-20tracing: expose current->comm to [ku]probe eventsOmar Sandoval1-0/+1