summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2025-10-29tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen3-10/+22
2025-09-04ftrace: Fix potential warning in trace_printk_seq during ftrace_dumpTengda Wu1-2/+2
2025-08-28tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt1-0/+5
2025-08-28ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt1-9/+10
2025-06-27ftrace: Fix UAF when lookup kallsym after ftrace disabledYe Bin1-3/+7
2025-06-27bpf: Fix WARN() in get_bpf_raw_tp_regsTao Chen1-1/+1
2025-06-27tracing: Fix compilation warning on arm32Pan Taixi1-1/+1
2025-06-04tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park1-2/+3
2025-05-02ftrace: Add cond_resched() to ftrace_graph_set_hash()zhoumin1-0/+1
2025-05-02tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNRE...Gabriele Paoloni1-1/+3
2025-04-10tracing: Fix use-after-free in print_graph_function_flags during tracer switc...Tengda Wu3-4/+1
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-13ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov1-15/+12
2025-03-13bpf: Send signals asynchronously if !preemptiblePuranjay Mohan1-1/+1
2025-01-09ftrace: use preempt_enable/disable notrace macros to avoid double faultKoichiro Den1-2/+2
2025-01-09tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...Masami Hiramatsu (Google)1-1/+1
2024-12-19tracing/kprobes: Skip symbol counting logic for module symbols in create_loca...Nikolay Kuratov1-1/+1
2024-12-14tracing: Use atomic64_inc_return() in trace_clock_counter()Uros Bizjak1-1/+1
2024-12-14tracing: Fix cmp_entries_dup() to respect sort() comparison rulesKuan-Wei Chiu1-5/+1
2024-12-14ftrace: Fix regression with module command in stack_trace_filterguoweikang1-0/+3
2024-12-14trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun1-0/+6
2024-11-17ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian1-9/+21
2024-11-08tracing: Consider the NULL character when validating the event lengthLeo Yan1-1/+1
2024-11-08tracing/kprobes: Fix symbol counting logic by looking at modules as wellAndrii Nakryiko1-0/+2
2024-11-08tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel2-0/+75
2024-11-08tracing: Have saved_cmdlines arrays all in one allocationSteven Rostedt (Google)1-10/+8
2024-11-08tracing: Remove precision vsnprintf() check from print eventSteven Rostedt (Google)1-4/+2
2024-09-12tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian1-0/+2
2024-09-12ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()Steven Rostedt (VMware)3-20/+9
2024-08-19tracing: Fix overflow in get_free_elt()Tze-nan Wu1-3/+3
2024-07-05tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson1-0/+1
2024-06-16ring-buffer: Fix a race between readers and resize checksPetr Pavlu1-0/+9
2024-05-02tracing: Show size of requested perf bufferRobin H. Johnson1-1/+2
2024-05-02Revert "tracing/trigger: Fix to return error if failed to alloc snapshot"Siddh Raman Pant1-4/+2
2024-04-13ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)1-7/+20
2024-04-13ring-buffer: Fix resetting of shortest_fullSteven Rostedt (Google)1-7/+23
2024-02-23tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)1-0/+3
2024-02-23ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort1-1/+1
2024-02-23tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)1-38/+37
2024-02-23tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)1-2/+4
2024-02-23tracing: Ensure visibility when inserting an element into tracing_mapPetr Pavlu1-1/+6
2024-01-25ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)1-0/+6
2024-01-25tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)1-2/+4
2024-01-25tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)1-1/+5
2024-01-08ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)1-2/+7
2023-12-20ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)1-0/+2
2023-12-13tracing: Fix a possible race when disabling buffered eventsPetr Pavlu1-4/+8
2023-12-13tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu1-8/+4
2023-12-13tracing: Always update snapshot buffer sizeSteven Rostedt (Google)1-2/+1