aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_kprobe.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-29Merge branch 'perf/urgent' into perf/coreGravatar Ingo Molnar 1-2/+2
2018-03-23tracing: probeevent: Fix to support minus offset from symbolGravatar Masami Hiramatsu 1-2/+2
2018-02-17Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 1-8/+53
2018-02-06perf/core: Implement the 'perf_kprobe' PMUGravatar Song Liu 1-8/+83
2018-01-12error-injection: Separate error-injection from kprobeGravatar Masami Hiramatsu 1-1/+2
2018-01-12tracing/kprobe: bpf: Compare instruction pointer with original oneGravatar Masami Hiramatsu 1-14/+7
2018-01-12tracing/kprobe: bpf: Check error injectable event is on function entryGravatar Masami Hiramatsu 1-3/+6
2017-12-17trace: reenable preemption if we modify the ipGravatar Josef Bacik 1-1/+8
2017-12-12bpf: add a bpf_override_function helperGravatar Josef Bacik 1-7/+48
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-11/+11
2017-11-11bpf: Revert bpf_overrid_function() helper changes.Gravatar David S. Miller 1-33/+7
2017-11-11bpf: add a bpf_override_function helperGravatar Josef Bacik 1-7/+33
2017-10-25bpf: permit multiple bpf attachments for a single perf eventGravatar Yonghong Song 1-4/+2
2017-10-16perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Gravatar Peter Zijlstra 1-2/+2
2017-10-04tracing: Make traceprobe parsing code reusableGravatar Tom Zanussi 1-9/+9
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionGravatar Zhou Chengming 1-2/+2
2017-07-13Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-0/+9
2017-07-09trace/kprobes: Sanitize derived event namesGravatar Naveen N. Rao 1-0/+9
2017-07-08kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Gravatar Naveen N. Rao 1-1/+1
2017-06-29tracing/kprobes: Allow to create probe with a module name starting with a digitGravatar Sabrina Dubroca 1-9/+5
2017-05-17tracing/kprobes: Enforce kprobes teardown after testingGravatar Thomas Gleixner 1-0/+5
2017-05-03Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-6/+33
2017-04-04tracing/kprobes: expose maxactive for kretprobe in kprobe_eventsGravatar Alban Crequy 1-6/+33
2017-03-15trace/kprobes: Fix check for kretprobe offset within function entryGravatar Naveen N. Rao 1-1/+1
2017-03-07Merge tag 'perf-core-for-mingo-4.11-20170306' of git://git.kernel.org/pub/scm...Gravatar Ingo Molnar 1-6/+3
2017-03-03trace/kprobes: Add back warning about offset in return probesGravatar Steven Rostedt (VMware) 1-0/+5
2017-03-03trace/kprobes: Allow return probes with offsets and absolute addressesGravatar Naveen N. Rao 1-8/+0
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Gravatar Ingo Molnar 1-0/+1
2017-02-27Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-0/+1
2017-02-15tracing/probe: Show subsystem name in messagesGravatar Masami Hiramatsu 1-0/+1
2017-02-02tracing/kprobes: Fix __init annotationGravatar Arnd Bergmann 1-1/+1
2016-12-12kprobes/trace: Fix kprobe selftest for newer gccGravatar Marcin Nowakowski 1-5/+23
2016-12-12tracing/kprobes: Add a helper method to return number of probe hitsGravatar Marcin Nowakowski 1-6/+13
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesGravatar Masami Hiramatsu 1-0/+4
2016-06-20tracing: expose current->comm to [ku]probe eventsGravatar Omar Sandoval 1-0/+1
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsGravatar Alexei Starovoitov 1-4/+6
2016-03-22kernel/...: convert pr_warning to pr_warnGravatar Joe Perches 1-16/+11
2016-02-09kprobes: Optimize hot path by using percpu counter to collect 'nhit' statisticsGravatar Martin KaFai Lau 1-4/+15
2015-08-28lib: introduce strncpy_from_unsafe()Gravatar Alexei Starovoitov 1-16/+4
2015-05-13tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled()Gravatar Steven Rostedt (Red Hat) 1-2/+2
2015-05-13tracing: Rename ftrace_event_name() to trace_event_name()Gravatar Steven Rostedt (Red Hat) 1-8/+8
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Gravatar Steven Rostedt (Red Hat) 1-9/+9
2015-05-13tracing: Rename ftrace_event_file to trace_event_fileGravatar Steven Rostedt (Red Hat) 1-16/+16
2015-05-13tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Gravatar Steven Rostedt (Red Hat) 1-2/+2
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+9
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-2/+3
2015-04-14Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+5
2015-04-02tracing, perf: Implement BPF programs attached to kprobesGravatar Alexei Starovoitov 1-0/+8
2015-04-02tracing: Add kprobe flagGravatar Alexei Starovoitov 1-1/+1
2015-03-25trace: Don't use __weak in header filesGravatar Stephen Rothwell 1-2/+3