aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c
AgeCommit message (Expand)Author
2020-06-01ftrace/kprobe: Show the maxactive number on kprobe_eventsMasami Hiramatsu
2020-05-15tracing/kprobes: Fix a double initialization typoMasami Hiramatsu
2020-02-24tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu
2019-04-02tracing: Use tracing error_log with probe eventsMasami Hiramatsu
2019-03-15Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2019-03-14tracing/probe: Verify alloc_trace_*probe() resultMasami Hiramatsu
2019-03-14tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu
2019-03-14tracing/probe: Check maxactive error casesMasami Hiramatsu
2019-03-12trace/probes: Remove kernel doc style from non kernel doc commentValdis Klētnieks
2019-03-01tracing/kprobes: Use probe_kernel_read instead of probe_mem_readMasami Hiramatsu
2019-02-15kprobe: Do not use uaccess functions to access kernel memory that can faultChangbin Du
2019-01-15tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()Andrea Righi
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-12-10tracing: Consolidate trace_add/remove_event_call back to the nolock functionsSteven Rostedt (VMware)
2018-12-08tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu
2018-12-08tracing: Integrate similar probe argument parsersMasami Hiramatsu
2018-11-27tracing: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney
2018-10-10tracing/kprobes: Allow kprobe-events to record module symbolMasami Hiramatsu
2018-10-10tracing/kprobes: Check the probe on unloaded module correctlyMasami Hiramatsu
2018-10-10tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu
2018-10-10tracing: probeevent: Unify fetch_insn processing common partMasami Hiramatsu
2018-10-10tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu
2018-10-10tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu
2018-10-10tracing: probeevent: Unify fetch type tablesMasami Hiramatsu
2018-10-10tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu
2018-10-10tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu
2018-10-10tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu
2018-09-24tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe()Steven Rostedt (VMware)
2018-08-23Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2018-08-21tracing/kprobes: Fix to check notrace function with correct rangeMasami Hiramatsu
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)
2018-08-02tracing/kprobes: Fix within_notrace_func() to check only notrace functionsMasami Hiramatsu
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-07-30selftest/ftrace: Move kprobe selftest function to separate compile unitFrancis Deslauriers
2018-07-30tracing: kprobes: Prohibit probing on notrace functionMasami Hiramatsu
2018-07-27tracing/kprobes: Simplify the logic of enable_trace_kprobe()Steven Rostedt (VMware)
2018-07-25tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)
2018-07-25tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-07-11tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu
2018-05-24bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song
2018-04-17trace_kprobe: Remove warning message "Could not insert probe at..."Song Liu
2018-03-29Merge branch 'perf/urgent' into perf/coreIngo Molnar
2018-03-23tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu
2018-02-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-02-06perf/core: Implement the 'perf_kprobe' PMUSong Liu
2018-01-12error-injection: Separate error-injection from kprobeMasami Hiramatsu
2018-01-12tracing/kprobe: bpf: Compare instruction pointer with original oneMasami Hiramatsu