summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_probe.h
AgeCommit message (Expand)Author
5 daystracing/probes: Fix use-after-free on field name/type of events with multiple...Henry Martin
2026-07-28tracing/probes: Treating longer symbol name on event comparationMasami Hiramatsu (Google)
2026-07-21tracing/probes: Remove redundant boolean conversion in trace_probe_has_single...Masami Hiramatsu (Google)
2026-07-21tracing/probes: Remove duplicate MAX_ARRAY_LEN macro definitionMasami Hiramatsu (Google)
2026-07-14tracing/probes: Eliminate recursion in parse_probe_arg()Masami Hiramatsu
2026-07-14tracing/probes: Extend max length of argument stringMasami Hiramatsu
2026-07-14tracing/probes: Sort ERRORS list in trace_probe.h alphabeticallyMasami 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: Rename FETCH_OP_DATA to FETCH_OP_IMMSTRMasami Hiramatsu (Google)
2026-07-02tracing/probes: make file offset error message probe-agnosticYudistira Putra
2026-06-25tracing: probes: fix typo in a log messageMartin Kaiser
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-04-29tracing/probes: Limit size of event probe to 3KSteven Rostedt
2025-11-01tracing: probes: Use __free() for trace_probe_logMasami Hiramatsu (Google)
2025-10-02tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen
2025-07-24tracing: probe: Allocate traceprobe_parse_context from heapMasami Hiramatsu (Google)
2025-07-24tracing: probes: Sort #include alphabeticallyMasami Hiramatsu (Google)
2025-03-27tracing: probe-events: Log error for exceeding the number of argumentsMasami Hiramatsu (Google)
2025-03-03tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macroMasami Hiramatsu (Google)
2025-02-27tracing: fprobe-events: Log error for exceeding the number of entry argsMasami Hiramatsu (Google)
2025-02-27tracing: tprobe-events: Reject invalid tracepoint nameMasami Hiramatsu (Google)
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)
2024-02-08tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)
2023-10-20tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-08-23tracing/probes: Add string type check with BTFMasami Hiramatsu (Google)
2023-08-23tracing/probes: Support BTF field access from $retvalMasami Hiramatsu (Google)
2023-08-23tracing/probes: Support BTF based data structure field accessMasami Hiramatsu (Google)
2023-08-23tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)
2023-08-07bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa
2023-06-06tracing/probes: Add BTF retval type supportMasami Hiramatsu (Google)
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 tracepoint support on fprobe_eventsMasami Hiramatsu (Google)
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)
2023-06-06tracing/probes: Avoid setting TPARG_FL_FENTRY and TPARG_FL_RETURNMasami Hiramatsu (Google)
2023-05-31tracing/probe: trace_probe_primary_from_call(): checked list_first_entryPietro Borrello
2023-02-24kernel/trace: Introduce trace_probe_print_args and use it in *probesSong Chen
2023-02-21tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng