summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c
Commit message (Expand)AuthorAgeFilesLines
* tracing/kprobes: Check the probe on unloaded module correctlyMasami Hiramatsu2018-11-211-13/+26
* Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2018-08-231-1/+8
|\
| * tracing/kprobes: Fix to check notrace function with correct rangeMasami Hiramatsu2018-08-211-1/+8
* | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-211-50/+66
|\|
| * tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-171-12/+1Star
| * tracing/kprobes: Fix within_notrace_func() to check only notrace functionsMasami Hiramatsu2018-08-021-3/+5
| * selftest/ftrace: Move kprobe selftest function to separate compile unitFrancis Deslauriers2018-07-311-11/+1Star
| * tracing: kprobes: Prohibit probing on notrace functionMasami Hiramatsu2018-07-311-9/+38
| * tracing/kprobes: Simplify the logic of enable_trace_kprobe()Steven Rostedt (VMware)2018-07-271-18/+24
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-021-2/+13
|\|
| * tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)2018-07-261-2/+4
| * tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov2018-07-251-2/+11
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-251-1/+5
|\|
| * tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa2018-07-111-1/+5
* | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-8/+3Star
|/
* bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song2018-05-251-0/+29
* trace_kprobe: Remove warning message "Could not insert probe at..."Song Liu2018-04-171-2/+0Star
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2018-03-291-2/+2
|\
| * tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu2018-03-231-2/+2
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-02-171-8/+53
|\|
| * error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-131-1/+2
| * tracing/kprobe: bpf: Compare instruction pointer with original oneMasami Hiramatsu2018-01-131-14/+7Star
| * tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu2018-01-131-3/+6
| * trace: reenable preemption if we modify the ipJosef Bacik2017-12-171-1/+8
| * bpf: add a bpf_override_function helperJosef Bacik2017-12-121-7/+48
* | perf/core: Implement the 'perf_kprobe' PMUSong Liu2018-02-061-8/+83
|/
* Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-11-171-11/+11
|\
| * perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra2017-10-171-2/+2
| * tracing: Make traceprobe parsing code reusableTom Zanussi2017-10-041-9/+9
* | bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-111-33/+7Star
* | bpf: add a bpf_override_function helperJosef Bacik2017-11-111-7/+33
* | bpf: permit multiple bpf attachments for a single perf eventYonghong Song2017-10-251-4/+2Star
|/
* perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming2017-08-291-2/+2
* Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2017-07-131-0/+9
|\
| * trace/kprobes: Sanitize derived event namesNaveen N. Rao2017-07-091-0/+9
* | kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao2017-07-081-1/+1
* | tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca2017-06-301-9/+5Star
|/
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-181-0/+5
* Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-05-041-6/+33
|\
| * tracing/kprobes: expose maxactive for kretprobe in kprobe_eventsAlban Crequy2017-04-041-6/+33
* | trace/kprobes: Fix check for kretprobe offset within function entryNaveen N. Rao2017-03-151-1/+1
* | Merge tag 'perf-core-for-mingo-4.11-20170306' of git://git.kernel.org/pub/scm...Ingo Molnar2017-03-071-6/+3Star
|\ \ | |/ |/|
| * trace/kprobes: Add back warning about offset in return probesSteven Rostedt (VMware)2017-03-031-0/+5
| * trace/kprobes: Allow return probes with offsets and absolute addressesNaveen N. Rao2017-03-031-8/+0Star
* | sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-021-0/+1
|/
* Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-02-271-0/+1
|\
| * tracing/probe: Show subsystem name in messagesMasami Hiramatsu2017-02-151-0/+1
* | tracing/kprobes: Fix __init annotationArnd Bergmann2017-02-021-1/+1
|/
* kprobes/trace: Fix kprobe selftest for newer gccMarcin Nowakowski2016-12-131-5/+23
* tracing/kprobes: Add a helper method to return number of probe hitsMarcin Nowakowski2016-12-131-6/+13