summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-03-151-12/+11Star
|\
| * tracing/probe: Verify alloc_trace_*probe() resultMasami Hiramatsu2019-03-151-2/+2
| * tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu2019-03-151-6/+1Star
| * tracing/probe: Check maxactive error casesMasami Hiramatsu2019-03-151-3/+7
| * trace/probes: Remove kernel doc style from non kernel doc commentValdis Klētnieks2019-03-121-1/+1
* | tracing/kprobes: Use probe_kernel_read instead of probe_mem_readMasami Hiramatsu2019-03-011-1/+1
* | kprobe: Do not use uaccess functions to access kernel memory that can faultChangbin Du2019-02-151-9/+1Star
|/
* tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()Andrea Righi2019-01-151-3/+9
* Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-12-311-184/+169Star
|\
| * tracing: Consolidate trace_add/remove_event_call back to the nolock functionsSteven Rostedt (VMware)2018-12-101-2/+2
| * tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu2018-12-091-145/+174
| * tracing: Integrate similar probe argument parsersMasami Hiramatsu2018-12-091-46/+2Star
* | tracing: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney2018-11-271-1/+1
|/
* 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
|\