index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_probe.h
Age
Commit message (
Expand
)
Author
4 days
tracing/probes: Fix use-after-free on field name/type of events with multiple...
Henry Martin
2026-07-28
tracing/probes: Treating longer symbol name on event comparation
Masami Hiramatsu (Google)
2026-07-21
tracing/probes: Remove redundant boolean conversion in trace_probe_has_single...
Masami Hiramatsu (Google)
2026-07-21
tracing/probes: Remove duplicate MAX_ARRAY_LEN macro definition
Masami Hiramatsu (Google)
2026-07-14
tracing/probes: Eliminate recursion in parse_probe_arg()
Masami Hiramatsu
2026-07-14
tracing/probes: Extend max length of argument string
Masami Hiramatsu
2026-07-14
tracing/probes: Sort ERRORS list in trace_probe.h alphabetically
Masami Hiramatsu
2026-07-14
tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to ...
Masami Hiramatsu (Google)
2026-07-14
tracing/probes: Add $current variable support
Masami Hiramatsu (Google)
2026-07-14
tracing/probes: Support field specifier option for typecast
Masami Hiramatsu (Google)
2026-07-14
tracing/probes: Type casting always involves nested calls
Masami Hiramatsu (Google)
2026-07-14
tracing/probes: Support nested typecast
Masami Hiramatsu (Google)
2026-07-14
tracing/probes: Support typecast for various probe events
Masami Hiramatsu (Google)
2026-07-02
tracing/probes: Support dumping fetcharg program for debugging dynamic events
Masami Hiramatsu (Google)
2026-07-02
tracing/probes: Allow eprobe to use variable without $ prefix
Masami Hiramatsu (Google)
2026-07-02
tracing/probes: Rename FETCH_OP_DATA to FETCH_OP_IMMSTR
Masami Hiramatsu (Google)
2026-07-02
tracing/probes: make file offset error message probe-agnostic
Yudistira Putra
2026-06-25
tracing: probes: fix typo in a log message
Martin Kaiser
2026-06-02
tracing/eprobes: Allow use of BTF names to dereference pointers
Steven Rostedt
2026-06-01
tracing: Use flexible array for entry fetch code
Rosen Penev
2026-04-29
tracing/probes: Limit size of event probe to 3K
Steven Rostedt
2025-11-01
tracing: probes: Use __free() for trace_probe_log
Masami Hiramatsu (Google)
2025-10-02
tracing: Fix race condition in kprobe initialization causing NULL pointer der...
Yuan Chen
2025-07-24
tracing: probe: Allocate traceprobe_parse_context from heap
Masami Hiramatsu (Google)
2025-07-24
tracing: probes: Sort #include alphabetically
Masami Hiramatsu (Google)
2025-03-27
tracing: probe-events: Log error for exceeding the number of arguments
Masami Hiramatsu (Google)
2025-03-03
tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macro
Masami Hiramatsu (Google)
2025-02-27
tracing: fprobe-events: Log error for exceeding the number of entry args
Masami Hiramatsu (Google)
2025-02-27
tracing: tprobe-events: Reject invalid tracepoint name
Masami Hiramatsu (Google)
2024-05-01
tracing/probes: support '%pd' type for print struct dentry's name
Ye Bin
2024-03-07
tracing/probes: Support $argN in return probe (kprobe and fprobe)
Masami Hiramatsu (Google)
2024-03-07
tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_init
Masami Hiramatsu (Google)
2024-02-08
tracing/probes: Fix to show a parse error for bad type for $comm
Masami Hiramatsu (Google)
2023-10-20
tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
Francis Laniel
2023-09-02
Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2023-08-23
tracing/probes: Add string type check with BTF
Masami Hiramatsu (Google)
2023-08-23
tracing/probes: Support BTF field access from $retval
Masami Hiramatsu (Google)
2023-08-23
tracing/probes: Support BTF based data structure field access
Masami Hiramatsu (Google)
2023-08-23
tracing/probes: Support BTF argument on module functions
Masami Hiramatsu (Google)
2023-08-07
bpf: Add support for bpf_get_func_ip helper for uprobe program
Jiri Olsa
2023-06-06
tracing/probes: Add BTF retval type support
Masami Hiramatsu (Google)
2023-06-06
tracing/probes: Add $arg* meta argument for all function args
Masami Hiramatsu (Google)
2023-06-06
tracing/probes: Support function parameters if BTF is available
Masami Hiramatsu (Google)
2023-06-06
tracing/probes: Move event parameter fetching code to common parser
Masami Hiramatsu (Google)
2023-06-06
tracing/probes: Add tracepoint support on fprobe_events
Masami Hiramatsu (Google)
2023-06-06
tracing/probes: Add fprobe events for tracing function entry and exit.
Masami Hiramatsu (Google)
2023-06-06
tracing/probes: Avoid setting TPARG_FL_FENTRY and TPARG_FL_RETURN
Masami Hiramatsu (Google)
2023-05-31
tracing/probe: trace_probe_primary_from_call(): checked list_first_entry
Pietro Borrello
2023-02-24
kernel/trace: Introduce trace_probe_print_args and use it in *probes
Song Chen
2023-02-21
tracing/probe: add a char type to show the character value of traced arguments
Donglin Peng
[next]