summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c
Commit message (Expand)AuthorAgeFilesLines
* trace/kprobe: remove duplicated calls of ring_buffer_event_dataSong Chen2022-12-091-2/+0
* tracing: Move duplicate code of trace_kprobe/eprobe.c into headerSteven Rostedt (Google)2022-10-121-55/+5
* tracing: Auto generate event name when creating a group of eventsLinyu Yuan2022-07-241-6/+10
* tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_disp...Masami Hiramatsu (Google)2022-06-171-1/+10
* tracing: Use trace_create_file() to simplify creation of tracefs entriesYuntao Wang2022-05-261-11/+4
* kprobes: Use rethook for kretprobe if possibleMasami Hiramatsu2022-03-281-2/+2
* tracing: Fix return value of __setup handlersRandy Dunlap2022-03-041-1/+1
* Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-01-161-28/+15
|\
| * tracing/kprobes: 'nmissed' not showed correctly for kretprobeXiangyang Zhang2022-01-131-1/+4
| * tracing: Iterate trace_[ku]probe objects directlyJiri Olsa2021-12-111-9/+4
| * tracing/kprobes: Do not open code event reserve logicSteven Rostedt (VMware)2021-12-061-18/+7
* | add missing bpf-cgroup.h includesJakub Kicinski2021-12-161-0/+1
|/
* tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)2021-10-081-4/+4
* kprobes: Use bool type for functions which returns boolean valueMasami Hiramatsu2021-09-301-1/+1
* tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)2021-08-201-8/+0
* tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu2021-08-191-1/+5
* tracing/probes: Have process_fetch_insn() take a void * instead of pt_regsSteven Rostedt (VMware)2021-08-191-1/+2
* tracing/probe: Change traceprobe_set_print_fmt() to take a typeSteven Rostedt (VMware)2021-08-191-2/+7
* tracing/probes: Use struct_size() instead of defining custom macrosSteven Rostedt (VMware)2021-08-181-5/+1
* tracing/probe: Have traceprobe_parse_probe_arg() take a const argSteven Rostedt (VMware)2021-08-181-8/+1
* tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)2021-08-181-0/+4
* tracing: Add DYNAMIC flag for dynamic eventsSteven Rostedt (VMware)2021-08-181-2/+2
* tracing: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-231-2/+2
|\
| * module: use RCU to synchronize find_moduleChristoph Hellwig2021-02-081-2/+2
* | tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu2021-02-091-15/+18
* | tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior2021-02-021-6/+4
* | tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu2021-01-291-4/+6
|/
* tracing/kprobes: Do the notrace functions check without kprobes on ftraceMasami Hiramatsu2021-01-111-1/+1
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-6/+3
|\
| * tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu2020-12-141-6/+3
* | Merge branch 'linus' into perf/kprobesIngo Molnar2020-11-071-3/+3
|\|
| * tracing/boot, kprobe, synth: Initialize boot-time tracing earlierMasami Hiramatsu2020-09-211-3/+3
* | Merge branch 'linus' into perf/kprobesIngo Molnar2020-11-071-9/+26
|\|
| * tracing/kprobes: Support perf-style return probeMasami Hiramatsu2020-09-211-1/+17
| * kprobes: Use module_name() macroJarkko Sakkinen2020-09-211-3/+4
| * tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang2020-09-181-5/+5
* | kprobes: Remove kretprobe hashPeter Zijlstra2020-10-121-1/+2
|/
* maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig2020-06-171-1/+1
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-1/+1
|\
| * tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker2020-06-091-1/+1
* | maccess: always use strict semantics for probe_kernel_readChristoph Hellwig2020-06-091-2/+2
* | tracing/kprobes: handle mixed kernel/userspace probes betterChristoph Hellwig2020-06-091-29/+43
* | maccess: rename strnlen_unsafe_user to strnlen_user_nofaultChristoph Hellwig2020-06-091-1/+1
* | maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofaultChristoph Hellwig2020-06-091-1/+1
|/
* tracing/kprobes: Reject new event if loc is NULLMasami Hiramatsu2020-05-061-0/+6
* tracing/kprobes: Fix a double initialization typoMasami Hiramatsu2020-05-061-1/+1
* ftrace/kprobe: Show the maxactive number on kprobe_eventsMasami Hiramatsu2020-03-271-0/+2
* Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-111-1/+1
|\