summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2023-09-08bpf: Add override check to kprobe multi link attachJiri Olsa
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-09-01tracing/filters: Fix coding style issuesValentin Schneider
2023-09-01tracing/filters: Change parse_pred() cpulist ternary into an if blockValentin Schneider
2023-09-01tracing/filters: Fix double-free of struct filter_pred.maskValentin Schneider
2023-09-01tracing/filters: Fix error-handling of cpulist parsing bufferValentin Schneider
2023-09-01tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster
2023-09-01ftrace: Use LIST_HEAD to initialize clear_hashRuan Jinjie
2023-09-01ftrace: Use within_module to check rec->ip within specified module.Levi Yun
2023-09-01tracing: Fix race issue between cpu buffer write and swapZheng Yejian
2023-09-01tracing: Remove extra space at the end of hwlat_detector/modeMikhail Kobuk
2023-09-01Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-08-23tracing/fprobe-event: Assume fprobe is a return event by $retvalMasami Hiramatsu (Google)
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: Add a function to search a member of a struct/unionMasami Hiramatsu (Google)
2023-08-23tracing/probes: Move finding func-proto API and getting func-param API to tra...Masami Hiramatsu (Google)
2023-08-23tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)
2023-08-23tracing/eprobe: Iterate trace_eprobe directlyChuang Wang
2023-08-22tracing/user_events: Optimize safe list traversalsEric Vaughn
2023-08-22tracing: Remove unused function declarationsYue Haibing
2023-08-22tracing/filters: Further optimise scalar vs cpumask comparisonValentin Schneider
2023-08-22tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a si...Valentin Schneider
2023-08-22tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a...Valentin Schneider
2023-08-22tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a si...Valentin Schneider
2023-08-22tracing/filters: Enable filtering the CPU common field by a cpumaskValentin Schneider
2023-08-22tracing/filters: Enable filtering a scalar field by a cpumaskValentin Schneider
2023-08-22tracing/filters: Enable filtering a cpumask field by another cpumaskValentin Schneider
2023-08-22tracing/filters: Dynamically allocate filter_pred.regexValentin Schneider
2023-08-21bpf: Add bpf_get_func_ip helper support for uprobe linkJiri Olsa
2023-08-21bpf: Add pid filter support for uprobe_multi linkJiri Olsa
2023-08-21bpf: Add cookies support for uprobe_multi linkJiri Olsa
2023-08-21bpf: Add multi uprobe linkJiri Olsa
2023-08-21tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian
2023-08-17tracing: Fix memleak due to race between current_tracer and traceZheng Yejian
2023-08-16tracing/synthetic: Allocate one additional element for sizeSven Schnelle
2023-08-16tracing/synthetic: Skip first entry for stack tracesSven Schnelle
2023-08-16tracing/synthetic: Use union instead of castsSven Schnelle
2023-08-16tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian
2023-08-07bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-03Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-02bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann
2023-08-01tracing: bpf: use struct trace_entry in struct syscall_tp_tYauheni Kaliuta
2023-07-31eventfs: Move tracing/events to eventfsAjay Kaher
2023-07-30tracing: Require all trace events to have a TRACE_SYSTEMSteven Rostedt (Google)