aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_kprobe.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-17trace/kprobe: Display the actual notrace function when rejecting a probeGravatar Naveen N Rao 1-2/+2
2023-11-11tracing/kprobes: Fix the order of argument descriptionsGravatar Yujie Liu 1-1/+1
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-3/+11
2023-10-28tracing/kprobes: Fix symbol counting logic by looking at modules as wellGravatar Andrii Nakryiko 1-4/+20
2023-10-27tracing/kprobes: Fix the description of variable length argumentsGravatar Yujie Liu 1-2/+2
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+63
2023-10-20tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsGravatar Francis Laniel 1-0/+63
2023-09-25bpf: Add missed value to kprobe perf link infoGravatar Jiri Olsa 1-3/+11
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Gravatar Linus Torvalds 1-0/+1
2023-08-23tracing/probes: Support BTF argument on module functionsGravatar Masami Hiramatsu (Google) 1-0/+1
2023-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-9/+4
2023-07-11bpf: Expose symbol's respective addressGravatar Yafang Shao 1-12/+4
2023-07-11bpf: Protect probed address based on kptr_restrict settingGravatar Yafang Shao 1-1/+4
2023-06-30Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Gravatar Linus Torvalds 1-9/+26
2023-06-06tracing/probes: Add $arg* meta argument for all function argsGravatar Masami Hiramatsu (Google) 1-4/+19
2023-06-06tracing/probes: Support function parameters if BTF is availableGravatar Masami Hiramatsu (Google) 1-6/+6
2023-06-06tracing/probes: Move event parameter fetching code to common parserGravatar Masami Hiramatsu (Google) 1-1/+3
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Gravatar Masami Hiramatsu (Google) 1-1/+1
2023-06-06tracing/probes: Avoid setting TPARG_FL_FENTRY and TPARG_FL_RETURNGravatar Masami Hiramatsu (Google) 1-1/+1
2023-05-26tracing: Replace all non-returning strlcpy with strscpyGravatar Azeem Shaikh 1-1/+1
2023-02-24kernel/trace: extract common part in process_fetch_insnGravatar Song Chen 1-10/+4
2023-02-24kernel/trace: Provide default impelentations defined in trace_probe_tmpl.hGravatar Song Chen 1-54/+0
2023-02-24kernel/trace: Introduce trace_probe_print_args and use it in *probesGravatar Song Chen 1-2/+2
2022-12-09trace/kprobe: remove duplicated calls of ring_buffer_event_dataGravatar Song Chen 1-2/+0
2022-10-12tracing: Move duplicate code of trace_kprobe/eprobe.c into headerGravatar Steven Rostedt (Google) 1-55/+5
2022-07-24tracing: Auto generate event name when creating a group of eventsGravatar Linyu Yuan 1-6/+10
2022-06-17tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_disp...Gravatar Masami Hiramatsu (Google) 1-1/+10
2022-05-26tracing: Use trace_create_file() to simplify creation of tracefs entriesGravatar Yuntao Wang 1-11/+4
2022-03-28kprobes: Use rethook for kretprobe if possibleGravatar Masami Hiramatsu 1-2/+2
2022-03-04tracing: Fix return value of __setup handlersGravatar Randy Dunlap 1-1/+1
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-28/+15
2022-01-13tracing/kprobes: 'nmissed' not showed correctly for kretprobeGravatar Xiangyang Zhang 1-1/+4
2021-12-16add missing bpf-cgroup.h includesGravatar Jakub Kicinski 1-0/+1
2021-12-11tracing: Iterate trace_[ku]probe objects directlyGravatar Jiri Olsa 1-9/+4
2021-12-06tracing/kprobes: Do not open code event reserve logicGravatar Steven Rostedt (VMware) 1-18/+7
2021-10-08tracing: Disable "other" permission bits in the tracefs filesGravatar Steven Rostedt (VMware) 1-4/+4
2021-09-30kprobes: Use bool type for functions which returns boolean valueGravatar Masami Hiramatsu 1-1/+1
2021-08-20tracing: Add a probe that attaches to trace eventsGravatar Tzvetomir Stoyanov (VMware) 1-8/+0
2021-08-19tracing/probes: Reject events which have the same name of existing oneGravatar Masami Hiramatsu 1-1/+5
2021-08-19tracing/probes: Have process_fetch_insn() take a void * instead of pt_regsGravatar Steven Rostedt (VMware) 1-1/+2
2021-08-19tracing/probe: Change traceprobe_set_print_fmt() to take a typeGravatar Steven Rostedt (VMware) 1-2/+7
2021-08-18tracing/probes: Use struct_size() instead of defining custom macrosGravatar Steven Rostedt (VMware) 1-5/+1
2021-08-18tracing/probe: Have traceprobe_parse_probe_arg() take a const argGravatar Steven Rostedt (VMware) 1-8/+1
2021-08-18tracing: Have dynamic events have a ref counterGravatar Steven Rostedt (VMware) 1-0/+4
2021-08-18tracing: Add DYNAMIC flag for dynamic eventsGravatar Steven Rostedt (VMware) 1-2/+2
2021-03-23tracing: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2021-02-09tracing/dynevent: Delegate parsing to create functionGravatar Masami Hiramatsu 1-15/+18
2021-02-08module: use RCU to synchronize find_moduleGravatar Christoph Hellwig 1-2/+2
2021-02-02tracing: Merge irqflags + preempt counter.Gravatar Sebastian Andrzej Siewior 1-6/+4