summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_probe.c
AgeCommit message (Expand)Author
3 daysMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/tr...Mark Brown
5 daysMerge trace/for-nextSteven Rostedt
5 daystracing/probes: Reject $arg0 in meta argument expansionRaushan Patel
13 daystracing/probes: Fix potential underflow in LEN_OR_ZERO macroMasami Hiramatsu (Google)
13 daystracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()Masami Hiramatsu (Google)
13 daystracing/probes: Avoid temporary buffer truncation in trace_probe_match_comman...Masami Hiramatsu (Google)
2026-07-14tracing/probes: Eliminate recursion in parse_probe_arg()Masami Hiramatsu
2026-07-14tracing/probes: Refactor parse_probe_arg()Masami Hiramatsu
2026-07-14tracing/probes: Refactor parse_probe_vars()Masami Hiramatsu
2026-07-14tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to ...Masami Hiramatsu (Google)
2026-07-14tracing/probes: Add $current variable supportMasami Hiramatsu (Google)
2026-07-14tracing/probes: Support field specifier option for typecastMasami Hiramatsu (Google)
2026-07-14tracing/probes: Type casting always involves nested callsMasami Hiramatsu (Google)
2026-07-14tracing/probes: Support nested typecastMasami Hiramatsu (Google)
2026-07-14tracing/probes: Support typecast for various probe eventsMasami Hiramatsu (Google)
2026-07-02tracing/probes: Support dumping fetcharg program for debugging dynamic eventsMasami Hiramatsu (Google)
2026-07-02tracing/probes: Allow eprobe to use variable without $ prefixMasami Hiramatsu (Google)
2026-07-02tracing/probes: ignore id update from btf_type_skip_modifiersMartin Kaiser
2026-07-02tracing/probes: Rename FETCH_OP_DATA to FETCH_OP_IMMSTRMasami Hiramatsu (Google)
2026-07-02tracing/probes: make file offset error message probe-agnosticYudistira Putra
2026-06-30tracing/probes: Make the $ prefix mandatory for comm accessMasami Hiramatsu (Google)
2026-06-30tracing/probes: Fix double addition of offset for @+FOFFSETMasami Hiramatsu (Google)
2026-06-30tracing/probes: Remove WARN_ON_ONCE from parse_btf_argMasami Hiramatsu (Google)
2026-06-02tracing/eprobes: Allow use of BTF names to dereference pointersSteven Rostedt
2026-06-01tracing: Use flexible array for entry fetch codeRosen Penev
2026-05-30tracing/probes: Point the error offset correctly for eprobe argument errorMasami Hiramatsu (Google)
2026-04-29tracing/probes: Limit size of event probe to 3KSteven Rostedt
2026-04-06tracing/probe: reject non-closed empty immediate stringsPengpeng Hou
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus 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
2025-12-06Merge tag 'trace-v6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2025-12-05tracing: Fix typo in trace_probe.cMaurice Hieronymus
2025-11-01tracing: probes: Replace strcpy() with memcpy() in __trace_probe_log_err()Thorsten Blum
2025-11-01tracing: probes: Use __free() for trace_probe_logMasami Hiramatsu (Google)
2025-07-30Merge tag 'probes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2025-07-24tracing: probes: Add a kerneldoc for traceprobe_parse_event_name()Masami Hiramatsu (Google)
2025-07-24tracing: probes: Sort #include alphabeticallyMasami Hiramatsu (Google)
2025-07-16tracing/probes: Avoid using params uninitialized in parse_btf_arg()Nathan Chancellor
2025-07-02tracing: probe-events: Cleanup entry-arg storing codeMasami Hiramatsu (Google)
2025-05-13tracing: probes: Fix a possible race in trace_probe_log APIsMasami Hiramatsu (Google)
2025-03-27tracing: probe-events: Add comments about entry data storing codeMasami Hiramatsu (Google)
2025-01-10tracing: Use __free() in trace_probe for cleanupMasami Hiramatsu (Google)
2024-10-23tracing: Consider the NULL character when validating the event lengthLeo Yan
2024-05-27tracing/probes: fix error check in parse_btf_field()Carlos López
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-01tracing/probes: support '%pD' type for print struct file's nameYe Bin
2024-05-01tracing/probes: support '%pd' type for print struct dentry's nameYe Bin
2024-04-29tracing/probes: Fix memory leak in traceprobe_parse_probe_arg_body()LuMingYin