summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
5 daystracing: fprobe: Fix infinite recursion using preempt_*_notrace()Masami Hiramatsu (Google)1-2/+2
5 daysrv: Add #undef TRACE_INCLUDE_FILENam Cao1-1/+2
10 dayskernel: trace: preemptirq_delay_test: use offstack cpu maskArnd Bergmann1-4/+9
10 daystracing: Use queue_rcu_work() to free filtersSteven Rostedt1-8/+20
10 daysrv: Adjust monitor dependenciesGabriele Monaco4-4/+4
10 daysring-buffer: Remove ring_buffer_read_prepare_sync()Steven Rostedt3-68/+17
10 daysPM: cpufreq: powernv/tracing: Move powernv_throttle trace eventSteven Rostedt1-1/+0
2025-07-24tracing/osnoise: Fix crash in timerlat_dump_stack()Tomas Glozar1-1/+1
2025-07-24tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt1-0/+5
2025-07-24tracing/probes: Avoid using params uninitialized in parse_btf_arg()Nathan Chancellor1-1/+1
2025-06-27tracing: Do not free "head" on error path of filter_free_subsystem_filters()Steven Rostedt1-3/+1
2025-06-27fgraph: Do not enable function_graph tracer when setting funcgraph-argsSteven Rostedt1-0/+6
2025-06-27tracing: Fix regression of filter waiting a long time on RCU synchronizationSteven Rostedt1-48/+138
2025-06-27tracing: Only return an adjusted address if it matches the kernel addressSteven Rostedt1-1/+4
2025-06-27ftrace: Fix UAF when lookup kallsym after ftrace disabledYe Bin1-3/+7
2025-06-19ring-buffer: Move cpus_read_lock() outside of buffer->mutexSteven Rostedt1-5/+6
2025-06-19ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()Dmitry Antipov1-3/+1
2025-06-19ring-buffer: Do not trigger WARN_ON() due to a commit_overrunSteven Rostedt1-8/+18
2025-06-19bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe...Di Shen1-0/+2
2025-06-19bpf: Fix WARN() in get_bpf_raw_tp_regsTao Chen1-1/+1
2025-06-19tracing: Fix error handling in event_trigger_parse()Miaoqian Lin1-2/+2
2025-06-19tracing: Rename event_trigger_alloc() to trigger_data_alloc()Steven Rostedt3-14/+12
2025-06-19tracing: Move histogram trigger variables from stack to per CPU structureSteven Rostedt1-15/+105
2025-06-19bpf: Check link_create.flags parameter for multi_uprobeTao Chen1-0/+3
2025-06-19bpf: Check link_create.flags parameter for multi_kprobeTao Chen1-0/+3
2025-06-10tracing: Fix compilation warning on arm32Pan Taixi1-1/+1
2025-05-14Merge tag 'trace-v6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-9/+7
2025-05-14ring-buffer: Fix persistent buffer when commit page is the reader pageSteven Rostedt1-3/+5
2025-05-14ftrace: Fix preemption accounting for stacktrace filter commandpengdonglin1-5/+1
2025-05-14ftrace: Fix preemption accounting for stacktrace trigger commandpengdonglin1-1/+1
2025-05-13tracing: probes: Fix a possible race in trace_probe_log APIsMasami Hiramatsu (Google)5-3/+27
2025-05-10tracing: add missing trace_probe_log_clear for eprobesPaul Cacheux1-0/+3
2025-05-10tracing: fprobe: Fix RCU warning message in list traversalBreno Leitao1-1/+2
2025-05-01tracing: Do not take trace_event_sem in print_event_fields()Steven Rostedt1-2/+2
2025-05-01tracing: Fix trace_adjust_address() when there is no modules in scratch areaSteven Rostedt1-1/+3
2025-05-01ftrace: Fix NULL memory allocation checkColin Ian King1-1/+1
2025-05-01tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park1-2/+3
2025-04-17tracing: Fix filter string testingSteven Rostedt1-2/+2
2025-04-17ftrace: Fix type of ftrace_graph_ent_entry.depthIlya Leoshkevich1-2/+2
2025-04-17ftrace: fix incorrect hash size in register_ftrace_direct()Menglong Dong1-3/+4
2025-04-17ftrace: Free ftrace hashes after they are replaced in the subops codeSteven Rostedt1-1/+7
2025-04-17ftrace: Reinitialize hash to EMPTY_HASH after freeingSteven Rostedt1-0/+4
2025-04-17ftrace: Initialize variables for ftrace_startup/shutdown_subops()Steven Rostedt1-4/+4
2025-04-12Merge tag 'trace-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-145/+195
2025-04-12rv: Fix out-of-bound memory access in rv_is_container_monitor()Nam Cao1-1/+6
2025-04-12ftrace: Do not have print_graph_retval() add a newlineSteven Rostedt1-6/+5
2025-04-11ftrace: Fix accounting of subop hashesSteven Rostedt1-137/+177
2025-04-11ftrace: Properly merge notrace hashesAndy Chiu1-4/+4
2025-04-09tracing: Do not add length to print format in synthetic eventsSteven Rostedt1-1/+0
2025-04-08Merge tag 'probes-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-30/+166