summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2025-11-26tracing: Remove unused variable in tracing_trace_options_show()Steven Rostedt
2025-11-26fgraph: Make fgraph_no_sleep_time signedSteven Rostedt
2025-11-25tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey
2025-11-24ftrace: Introduce FTRACE_OPS_FL_JMPMenglong Dong
2025-11-19tracing: Switch to use %ptSpAndy Shevchenko
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-11-14tracing: Convert function graph set_flags() to use a switch() statementSteven Rostedt
2025-11-14tracing: Have function graph tracer option sleep-time be per instanceSteven Rostedt
2025-11-14tracing: Move graph-time out of function graph optionsSteven Rostedt
2025-11-14tracing: Have function graph tracer option funcgraph-irqs be per instanceSteven Rostedt
2025-11-13trace/pid_list: optimize pid_list->lock contentionYongliang Gao
2025-11-13tracing: Have function graph tracer define options per instanceSteven Rostedt
2025-11-12tracing: Have function tracer define options per instanceSteven Rostedt
2025-11-12tracing: Have tracer option be instance specificSteven Rostedt
2025-11-11tracing: fprobe: use ftrace if CONFIG_DYNAMIC_FTRACE_WITH_ARGSMenglong Dong
2025-11-11tracing: fprobe: optimization for entry only caseMenglong Dong
2025-11-11tracing: fprobe: Fix to init fprobe_ip_table earlierMasami Hiramatsu (Google)
2025-11-11rv: Add explicit lockdep context for reactorsThomas Weißschuh
2025-11-11rv: Make rv_reacting_on() staticThomas Weißschuh
2025-11-11rv: Pass va_list to reactorsThomas Weißschuh
2025-11-10tracing: Report wrong dynamic event commandMasami Hiramatsu (Google)
2025-11-10tracing: Use switch statement instead of ifs in set_tracer_flag()Steven Rostedt
2025-11-10tracing: Exit out immediately after update_marker_trace()Steven Rostedt
2025-11-10tracing: Have add_tracer_options() error pass up to callersSteven Rostedt
2025-11-10tracing: Remove dummy options and flagsSteven Rostedt
2025-11-10tracing: Hide __NR_utimensat and _NR_mq_timedsend when not definedSteven Rostedt
2025-11-07Merge tag 'trace-v6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-11-06tracing: Fix memory leaks in create_field_var()Zilin Guan
2025-11-06ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches upSteven Rostedt
2025-11-07tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobeMasami Hiramatsu (Google)
2025-11-07tracing: tprobe-events: Fix to register tracepoint correctlyMasami Hiramatsu (Google)
2025-11-05trace: use override credential guardChristian Brauner
2025-11-05trace: use prepare credential guardChristian Brauner
2025-11-04Merge branch 'topic/func-profiler-offset' of git://git.kernel.org/pub/scm/lin...Steven Rostedt
2025-11-04tracing: Add an option to show symbols in _text+offset for function profilerMasami Hiramatsu (Google)
2025-11-04tracing: Allow tracer to add more than 32 optionsMasami Hiramatsu (Google)
2025-11-03ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu
2025-11-03ftrace: Fix BPF fexit with livepatchSong Liu
2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov
2025-11-03blktrace: add support for REQ_OP_WRITE_ZEROES tracingChaitanya Kulkarni
2025-11-01tracing: fprobe: Remove unused local variableMasami Hiramatsu (Google)
2025-11-01tracing: probes: Replace strcpy() with memcpy() in __trace_probe_log_err()Thorsten Blum
2025-11-01tracing: fprobe: fix suspicious rcu usage in fprobe_entryMenglong Dong
2025-11-01tracing: uprobe: eprobes: Allocate traceprobe_parse_context per probeMasami Hiramatsu (Google)
2025-11-01tracing: uprobes: Cleanup __trace_uprobe_create() with __free()Masami Hiramatsu (Google)
2025-11-01tracing: eprobe: Cleanup eprobe event using __free()Masami Hiramatsu (Google)
2025-11-01tracing: probes: Use __free() for trace_probe_logMasami Hiramatsu (Google)
2025-11-01tracing: fprobe: use rhltable for fprobe_ip_tableMenglong Dong
2025-10-28tracing: Have persistent ring buffer print syscalls normallySteven Rostedt