summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2025-08-20tracing: fprobe: Fix infinite recursion using preempt_*_notrace()Masami Hiramatsu (Google)
2025-08-20rv: Add #undef TRACE_INCLUDE_FILENam Cao
2025-08-15kernel: trace: preemptirq_delay_test: use offstack cpu maskArnd Bergmann
2025-08-15tracing: Use queue_rcu_work() to free filtersSteven Rostedt
2025-08-15rv: Adjust monitor dependenciesGabriele Monaco
2025-08-15ring-buffer: Remove ring_buffer_read_prepare_sync()Steven Rostedt
2025-08-15PM: cpufreq: powernv/tracing: Move powernv_throttle trace eventSteven Rostedt
2025-07-24tracing/osnoise: Fix crash in timerlat_dump_stack()Tomas Glozar
2025-07-24tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt
2025-07-24tracing/probes: Avoid using params uninitialized in parse_btf_arg()Nathan Chancellor
2025-06-27tracing: Do not free "head" on error path of filter_free_subsystem_filters()Steven Rostedt
2025-06-27fgraph: Do not enable function_graph tracer when setting funcgraph-argsSteven Rostedt
2025-06-27tracing: Fix regression of filter waiting a long time on RCU synchronizationSteven Rostedt
2025-06-27tracing: Only return an adjusted address if it matches the kernel addressSteven Rostedt
2025-06-27ftrace: Fix UAF when lookup kallsym after ftrace disabledYe Bin
2025-06-19ring-buffer: Move cpus_read_lock() outside of buffer->mutexSteven Rostedt
2025-06-19ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()Dmitry Antipov
2025-06-19ring-buffer: Do not trigger WARN_ON() due to a commit_overrunSteven Rostedt
2025-06-19bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe...Di Shen
2025-06-19bpf: Fix WARN() in get_bpf_raw_tp_regsTao Chen
2025-06-19tracing: Fix error handling in event_trigger_parse()Miaoqian Lin
2025-06-19tracing: Rename event_trigger_alloc() to trigger_data_alloc()Steven Rostedt
2025-06-19tracing: Move histogram trigger variables from stack to per CPU structureSteven Rostedt
2025-06-19bpf: Check link_create.flags parameter for multi_uprobeTao Chen
2025-06-19bpf: Check link_create.flags parameter for multi_kprobeTao Chen
2025-06-10tracing: Fix compilation warning on arm32Pan Taixi
2025-05-14Merge tag 'trace-v6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-05-14ring-buffer: Fix persistent buffer when commit page is the reader pageSteven Rostedt
2025-05-14ftrace: Fix preemption accounting for stacktrace filter commandpengdonglin
2025-05-14ftrace: Fix preemption accounting for stacktrace trigger commandpengdonglin
2025-05-13tracing: probes: Fix a possible race in trace_probe_log APIsMasami Hiramatsu (Google)
2025-05-10tracing: add missing trace_probe_log_clear for eprobesPaul Cacheux
2025-05-10tracing: fprobe: Fix RCU warning message in list traversalBreno Leitao
2025-05-01tracing: Do not take trace_event_sem in print_event_fields()Steven Rostedt
2025-05-01tracing: Fix trace_adjust_address() when there is no modules in scratch areaSteven Rostedt
2025-05-01ftrace: Fix NULL memory allocation checkColin Ian King
2025-05-01tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park
2025-04-17tracing: Fix filter string testingSteven Rostedt
2025-04-17ftrace: Fix type of ftrace_graph_ent_entry.depthIlya Leoshkevich
2025-04-17ftrace: fix incorrect hash size in register_ftrace_direct()Menglong Dong
2025-04-17ftrace: Free ftrace hashes after they are replaced in the subops codeSteven Rostedt
2025-04-17ftrace: Reinitialize hash to EMPTY_HASH after freeingSteven Rostedt
2025-04-17ftrace: Initialize variables for ftrace_startup/shutdown_subops()Steven Rostedt
2025-04-12Merge tag 'trace-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-04-12rv: Fix out-of-bound memory access in rv_is_container_monitor()Nam Cao
2025-04-12ftrace: Do not have print_graph_retval() add a newlineSteven Rostedt
2025-04-11ftrace: Fix accounting of subop hashesSteven Rostedt
2025-04-11ftrace: Properly merge notrace hashesAndy Chiu
2025-04-09tracing: Do not add length to print format in synthetic eventsSteven Rostedt
2025-04-08Merge tag 'probes-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds