summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
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-19tracing: Fix compilation warning on arm32Pan Taixi1-1/+1
2025-06-04tracing: Mark binary printing functions with __printf() attributeAndy Shevchenko2-15/+12
2025-05-22ftrace: Fix preemption accounting for stacktrace filter commandpengdonglin1-5/+1
2025-05-22ftrace: Fix preemption accounting for stacktrace trigger commandpengdonglin1-1/+1
2025-05-22tracing: probes: Fix a possible race in trace_probe_log APIsMasami Hiramatsu (Google)5-3/+27
2025-05-09tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park1-2/+3
2025-05-09tracing: Do not take trace_event_sem in print_event_fields()Steven Rostedt1-2/+2
2025-05-02bpf: Fix deadlock between rcu_tasks_trace and event_mutex.Alexei Starovoitov1-3/+4
2025-05-02tracing: Verify event formats that have "%*p.."Steven Rostedt1-0/+7
2025-04-25tracing: Fix filter string testingSteven Rostedt1-2/+2
2025-04-25ftrace: fix incorrect hash size in register_ftrace_direct()Menglong Dong1-3/+4
2025-04-25ftrace: Add cond_resched() to ftrace_graph_set_hash()zhoumin1-0/+1
2025-04-25tracing: Do not add length to print format in synthetic eventsSteven Rostedt1-1/+0
2025-04-25tracing: probe-events: Add comments about entry data storing codeMasami Hiramatsu (Google)1-0/+28
2025-04-25tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNRE...Gabriele Paoloni1-1/+3
2025-04-10tracing: Do not use PERF enums when perf is not definedSteven Rostedt1-2/+6
2025-04-10tracing/osnoise: Fix possible recursive locking for cpus_read_lock()Ran Xiaokai1-1/+0
2025-04-10tracing: Fix synth event printk format for str fieldsDouglas Raillard1-1/+1
2025-04-10tracing: Ensure module defining synth event cannot be unloaded while tracingDouglas Raillard1-1/+29
2025-04-10tracing: Fix use-after-free in print_graph_function_flags during tracer switc...Tengda Wu3-4/+1
2025-04-10tracing: Correct the refcount if the hist/hist_debug file fails to openTengda Wu1-6/+18
2025-04-10tracing/hist: Support POLLPRI event for poll on histogramMasami Hiramatsu (Google)1-3/+26
2025-04-10tracing/hist: Add poll(POLLIN) support on hist fileMasami Hiramatsu (Google)2-3/+81
2025-04-10tracing: Switch trace_events_hist.c code over to use guard()Steven Rostedt1-22/+10
2025-04-10tracing: Allow creating instances with specified system eventsSteven Rostedt (Google)4-8/+66
2025-04-10ring-buffer: Fix bytes_dropped calculation issueFeng Yang1-2/+2
2025-04-10bpf: Use preempt_count() directly in bpf_send_signal_common()Hou Tao1-1/+1
2025-03-13tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macroMasami Hiramatsu (Google)1-1/+0
2025-03-13tracing: tprobe-events: Fix a memory leak when tprobe with $retvalMasami Hiramatsu (Google)1-0/+2
2025-03-07ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov1-15/+12
2025-03-07tracing: Fix bad hist from corrupting named_triggers listSteven Rostedt1-15/+15
2025-02-27ftrace: Do not add duplicate entries in subops manager opsSteven Rostedt1-0/+3
2025-02-27ftrace: Correct preemption accounting for function tracing.Sebastian Andrzej Siewior1-4/+2
2025-02-17tracing/osnoise: Fix resetting of tracepointsSteven Rostedt1-3/+14
2025-02-08bpf: Send signals asynchronously if !preemptiblePuranjay Mohan1-1/+1
2025-02-08perf/core: Save raw sample data conditionally based on sample typeYabin Cui1-5/+6
2025-01-09tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt4-216/+83
2025-01-09tracing: Fix trace_check_vprintf() when tp_printk is usedSteven Rostedt1-2/+13
2025-01-09tracing: Handle old buffer mappings for event strings and functionsSteven Rostedt (Google)1-3/+39
2025-01-09seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook1-10/+1
2025-01-09tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)2-6/+10
2025-01-09tracing: Have process_string() also allow arraysSteven Rostedt1-0/+12
2025-01-02tracing: Prevent bad count for tracing_cpumask_writeLizhi Xu1-0/+3
2025-01-02tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...Masami Hiramatsu (Google)1-1/+1
2024-12-27tracing: Add "%s" check in test_event_printk()Steven Rostedt1-15/+89
2024-12-27tracing: Add missing helper functions in event pointer dereference checkSteven Rostedt1-2/+19