aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2023-09-13Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 6-30/+88
2023-09-12eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()Gravatar Jinjie Ruan 1-4/+9
2023-09-11tracing/synthetic: Print out u64 values properlyGravatar Tero Kristo 1-1/+1
2023-09-08tracing: Remove unused trace_event_file dir fieldGravatar Steven Rostedt (Google) 1-13/+0
2023-09-08tracing: Use the new eventfs descriptor for print triggerGravatar Steven Rostedt (Google) 1-2/+2
2023-09-08ring-buffer: Do not attempt to read past "commit"Gravatar Steven Rostedt (Google) 1-0/+5
2023-09-07ring-buffer: Avoid softlockup in ring_buffer_resize()Gravatar Zheng Yejian 1-0/+2
2023-09-07tracing: Have event inject files inc the trace array ref countGravatar Steven Rostedt (Google) 1-1/+2
2023-09-07tracing: Have option files inc the trace array ref countGravatar Steven Rostedt (Google) 1-1/+22
2023-09-07tracing: Have current_trace inc the trace array ref countGravatar Steven Rostedt (Google) 1-1/+2
2023-09-07tracing: Have tracing_max_latency inc the trace array ref countGravatar Steven Rostedt (Google) 1-5/+10
2023-09-07tracing: Increase trace array ref count on enable and filter filesGravatar Steven Rostedt (Google) 3-2/+33
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Gravatar Linus Torvalds 10-164/+582
2023-09-01tracing/filters: Fix coding style issuesGravatar Valentin Schneider 1-2/+4
2023-09-01tracing/filters: Change parse_pred() cpulist ternary into an if blockGravatar Valentin Schneider 1-2/+6
2023-09-01tracing/filters: Fix double-free of struct filter_pred.maskGravatar Valentin Schneider 1-0/+1
2023-09-01tracing/filters: Fix error-handling of cpulist parsing bufferGravatar Valentin Schneider 1-2/+8
2023-09-01tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYGravatar Brian Foster 1-2/+2
2023-09-01ftrace: Use LIST_HEAD to initialize clear_hashGravatar Ruan Jinjie 1-3/+1
2023-09-01ftrace: Use within_module to check rec->ip within specified module.Gravatar Levi Yun 1-4/+2
2023-09-01tracing: Fix race issue between cpu buffer write and swapGravatar Zheng Yejian 1-5/+12
2023-09-01tracing: Remove extra space at the end of hwlat_detector/modeGravatar Mikhail Kobuk 1-1/+1
2023-09-01Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 8-148/+389
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 5-42/+411
2023-08-23tracing/fprobe-event: Assume fprobe is a return event by $retvalGravatar Masami Hiramatsu (Google) 1-14/+44
2023-08-23tracing/probes: Add string type check with BTFGravatar Masami Hiramatsu (Google) 2-3/+89
2023-08-23tracing/probes: Support BTF field access from $retvalGravatar Masami Hiramatsu (Google) 2-102/+86
2023-08-23tracing/probes: Support BTF based data structure field accessGravatar Masami Hiramatsu (Google) 3-28/+216
2023-08-23tracing/probes: Add a function to search a member of a struct/unionGravatar Masami Hiramatsu (Google) 2-0/+73
2023-08-23tracing/probes: Move finding func-proto API and getting func-param API to tra...Gravatar Masami Hiramatsu (Google) 4-40/+72
2023-08-23tracing/probes: Support BTF argument on module functionsGravatar Masami Hiramatsu (Google) 6-48/+73
2023-08-23tracing/eprobe: Iterate trace_eprobe directlyGravatar Chuang Wang 1-9/+9
2023-08-22tracing/user_events: Optimize safe list traversalsGravatar Eric Vaughn 1-7/+8
2023-08-22tracing: Remove unused function declarationsGravatar Yue Haibing 1-2/+0
2023-08-22tracing/filters: Further optimise scalar vs cpumask comparisonGravatar Valentin Schneider 1-6/+20
2023-08-22tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a si...Gravatar Valentin Schneider 1-2/+7
2023-08-22tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a...Gravatar Valentin Schneider 1-1/+6
2023-08-22tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a si...Gravatar Valentin Schneider 1-1/+34
2023-08-22tracing/filters: Enable filtering the CPU common field by a cpumaskGravatar Valentin Schneider 1-0/+14
2023-08-22tracing/filters: Enable filtering a scalar field by a cpumaskGravatar Valentin Schneider 1-11/+81
2023-08-22tracing/filters: Enable filtering a cpumask field by another cpumaskGravatar Valentin Schneider 1-2/+95
2023-08-22tracing/filters: Dynamically allocate filter_pred.regexGravatar Valentin Schneider 1-25/+39
2023-08-21bpf: Add bpf_get_func_ip helper support for uprobe linkGravatar Jiri Olsa 1-3/+30
2023-08-21bpf: Add pid filter support for uprobe_multi linkGravatar Jiri Olsa 1-0/+33
2023-08-21bpf: Add cookies support for uprobe_multi linkGravatar Jiri Olsa 1-4/+41
2023-08-21bpf: Add multi uprobe linkGravatar Jiri Olsa 1-0/+233
2023-08-21tracing: Introduce pipe_cpumask to avoid race on trace_pipesGravatar Zheng Yejian 2-7/+50
2023-08-17tracing: Fix memleak due to race between current_tracer and traceGravatar Zheng Yejian 3-2/+12
2023-08-16tracing/synthetic: Allocate one additional element for sizeGravatar Sven Schnelle 1-1/+2
2023-08-16tracing/synthetic: Skip first entry for stack tracesGravatar Sven Schnelle 1-13/+4