summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_kprobe.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-16Merge tag 'probes-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2026-02-08tracing: Make tracing_disabled global for tracing systemSteven Rostedt
2026-02-06tracing/kprobes: Skip setup_boot_kprobe_events() when no cmdline eventYaxiong Tian
2026-01-29tracing: kprobe-event: Return directly when trace kprobes is emptysunliming
2025-11-04tracing: Allow tracer to add more than 32 optionsMasami Hiramatsu (Google)
2025-10-02tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen
2025-09-18tracing: kprobe-event: Fix null-ptr-deref in trace_kprobe_create_internal()Wang Liang
2025-07-24tracing: kprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)
2025-07-24tracing: probe: Allocate traceprobe_parse_context from heapMasami Hiramatsu (Google)
2025-07-24tracing: probes: Sort #include alphabeticallyMasami Hiramatsu (Google)
2025-05-13tracing: probes: Fix a possible race in trace_probe_log APIsMasami Hiramatsu (Google)
2025-03-30Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-03-27tracing: probe-events: Log error for exceeding the number of argumentsMasami Hiramatsu (Google)
2025-03-10module: Use RCU in find_module_all().Sebastian Andrzej Siewior
2025-01-10tracing/kprobes: Simplify __trace_kprobe_create() by removing gotosMasami Hiramatsu (Google)
2025-01-10tracing: Use __free() for kprobe events to cleanupMasami Hiramatsu (Google)
2025-01-10tracing/kprobe: Adopt guard() and scoped_guard()Masami Hiramatsu (Google)
2025-01-10tracing/kprobes: Fix to free objects when failed to copy a symbolMasami Hiramatsu (Google)
2024-12-24tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...Masami Hiramatsu (Google)
2024-10-23tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski
2024-07-10tracing/kprobes: Fix build error when find_module() is not availableMasami Hiramatsu (Google)
2024-07-06tracing/kprobes: Add symbol counting check when module loadsMasami Hiramatsu (Google)
2024-06-12tracing/kprobe: Remove cleanup code unrelated to selftestMasami Hiramatsu (Google)
2024-06-12tracing/kprobe: Integrate test warnings into WARN_ONCEMasami Hiramatsu (Google)
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-05-14kprobes: remove dependency on CONFIG_MODULESMike Rapoport (IBM)
2024-05-01tracing/probes: support '%pd' type for print struct dentry's nameYe Bin
2024-03-07tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)
2024-03-07tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_initMasami Hiramatsu (Google)
2023-12-17trace/kprobe: Display the actual notrace function when rejecting a probeNaveen N Rao
2023-11-11tracing/kprobes: Fix the order of argument descriptionsYujie Liu
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-10-28tracing/kprobes: Fix symbol counting logic by looking at modules as wellAndrii Nakryiko
2023-10-27tracing/kprobes: Fix the description of variable length argumentsYujie Liu
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-20tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel
2023-09-25bpf: Add missed value to kprobe perf link infoJiri Olsa
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-08-23tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)
2023-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-07-11bpf: Expose symbol's respective addressYafang Shao
2023-07-11bpf: Protect probed address based on kptr_restrict settingYafang Shao
2023-06-30Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-06-06tracing/probes: Add $arg* meta argument for all function argsMasami Hiramatsu (Google)
2023-06-06tracing/probes: Support function parameters if BTF is availableMasami Hiramatsu (Google)
2023-06-06tracing/probes: Move event parameter fetching code to common parserMasami Hiramatsu (Google)
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)