summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c
Commit message (Expand)AuthorAgeFilesLines
* tracing/kprobes: Allow kprobe-events to record module symbolMasami Hiramatsu2018-10-111-1/+11
* tracing/kprobes: Check the probe on unloaded module correctlyMasami Hiramatsu2018-10-111-13/+26
* tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu2018-10-111-5/+13
* tracing: probeevent: Unify fetch_insn processing common partMasami Hiramatsu2018-10-111-40/+7Star
* tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu2018-10-111-2/+2
* tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu2018-10-111-30/+27Star
* tracing: probeevent: Unify fetch type tablesMasami Hiramatsu2018-10-111-26/+1Star
* tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu2018-10-111-160/+131Star
* tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu2018-10-111-28/+4Star
* tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu2018-10-111-14/+6Star
* tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe()Steven Rostedt (VMware)2018-09-241-3/+6
* 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