summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
3 daystracing: Do not register unsupported perf eventsSteven Rostedt
2025-12-07tracing: Fix memory leaks in create_field_var()Zilin Guan
2025-12-07tracing: fix declaration-after-statement warningMatthieu Baerts (NGI0)
2025-10-29minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds
2025-10-29tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen
2025-10-02tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)
2025-10-02tracing: Fix tracing_marker may trigger page fault during preempt_disableLuo Gengkun
2025-09-04ftrace: Fix potential warning in trace_printk_seq during ftrace_dumpTengda Wu
2025-08-28tracing: Limit access to parser->buffer when trace_get_user failedPu Lehui
2025-08-28tracing: Remove unneeded goto out logicSteven Rostedt
2025-08-28tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt
2025-08-28ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt
2025-06-27ftrace: Fix UAF when lookup kallsym after ftrace disabledYe Bin
2025-06-27bpf: Fix WARN() in get_bpf_raw_tp_regsTao Chen
2025-06-27tracing: Fix compilation warning on arm32Pan Taixi
2025-06-04tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park
2025-05-02tracing: Fix synth event printk format for str fieldsDouglas Raillard
2025-05-02tracing: Allow synthetic events to pass around stacktracesSteven Rostedt (Google)
2025-05-02tracing: Fix filter string testingSteven Rostedt
2025-05-02ftrace: Add cond_resched() to ftrace_graph_set_hash()zhoumin
2025-05-02tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNRE...Gabriele Paoloni
2025-04-10tracing: Do not use PERF enums when perf is not definedSteven Rostedt
2025-04-10tracing: Ensure module defining synth event cannot be unloaded while tracingDouglas Raillard
2025-04-10tracing: Fix use-after-free in print_graph_function_flags during tracer switc...Tengda Wu
2025-04-10ring-buffer: Fix bytes_dropped calculation issueFeng Yang
2025-04-10bpf: Use preempt_count() directly in bpf_send_signal_common()Hou Tao
2025-03-13ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov
2025-03-13bpf: Send signals asynchronously if !preemptiblePuranjay Mohan
2025-01-09tracing: Prevent bad count for tracing_cpumask_writeLizhi Xu
2025-01-09kernel: Initialize cpumask before parsingTetsuo Handa
2025-01-09tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...Masami Hiramatsu (Google)
2024-12-19tracing/kprobes: Skip symbol counting logic for module symbols in create_loca...Nikolay Kuratov
2024-12-14tracing: Use atomic64_inc_return() in trace_clock_counter()Uros Bizjak
2024-12-14tracing: Fix cmp_entries_dup() to respect sort() comparison rulesKuan-Wei Chiu
2024-12-14trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun
2024-12-14ftrace: Fix regression with module command in stack_trace_filterguoweikang
2024-11-08tracing: Consider the NULL character when validating the event lengthLeo Yan
2024-10-17tracing/kprobes: Fix symbol counting logic by looking at modules as wellAndrii Nakryiko
2024-10-17tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel
2024-10-17tracing: Have saved_cmdlines arrays all in one allocationSteven Rostedt (Google)
2024-10-17tracing: Remove precision vsnprintf() check from print eventSteven Rostedt (Google)
2024-10-17ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian
2024-10-17x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra
2024-09-12tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian
2024-08-19tracing: Fix overflow in get_free_elt()Tze-nan Wu
2024-07-05tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson
2024-07-05tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)
2024-06-21module: use RCU to synchronize find_moduleChristoph Hellwig
2024-06-16ring-buffer: Fix a race between readers and resize checksPetr Pavlu
2024-05-02tracing: Show size of requested perf bufferRobin H. Johnson