summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2025-01-02tracing: Prevent bad count for tracing_cpumask_writeLizhi Xu
2025-01-02tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...Masami Hiramatsu (Google)
2024-12-27tracing: Add "%s" check in test_event_printk()Steven Rostedt
2024-12-27tracing: Add missing helper functions in event pointer dereference checkSteven Rostedt
2024-12-27tracing: Fix test_event_printk() to process entire print argumentSteven Rostedt
2024-12-19tracing/kprobes: Skip symbol counting logic for module symbols in create_loca...Nikolay Kuratov
2024-12-19bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_progJiri Olsa
2024-12-19bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavorsJann Horn
2024-12-14bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-12-14tracing/eprobe: Fix to release eprobe when failed to add dyn_eventMasami Hiramatsu (Google)
2024-12-14tracing: Use atomic64_inc_return() in trace_clock_counter()Uros Bizjak
2024-12-14tracing/ftrace: disable preemption in syscall probeMathieu Desnoyers
2024-12-14tracing: Fix cmp_entries_dup() to respect sort() comparison rulesKuan-Wei Chiu
2024-12-14ftrace: Fix regression with module command in stack_trace_filterguoweikang
2024-12-14trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun
2024-11-17uprobe: avoid out-of-bounds memory access of fetching argsQiao Ma
2024-11-17uprobes: encapsulate preparation of uprobe args bufferAndrii Nakryiko
2024-11-01bpf,perf: Fix perf_event_detach_bpf_prog error handlingJiri Olsa
2024-11-01tracing: Consider the NULL character when validating the event lengthLeo Yan
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-17tracing/timerlat: Fix a race during cpuhp processingWei Li
2024-10-17tracing/hwlat: Fix a race during cpuhp processingWei Li
2024-09-12tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian
2024-08-14tracing: Fix overflow in get_free_elt()Tze-nan Wu
2024-08-03trace/pid_list: Change gfp flags in pid_list_fill_irq()levi.yun
2024-06-27tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson
2024-06-27tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)
2024-06-12rv: Update rv_en(dis)able_monitor doc to match kernel-docYang Li
2024-06-12ring-buffer: Fix a race between readers and resize checksPetr Pavlu
2024-06-12ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian
2024-04-17tracing: hide unused ftrace_event_id_fopsArnd Bergmann
2024-04-17ring-buffer: Only update pages_touched when a new page is touchedSteven Rostedt (Google)
2024-04-13ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...linke li
2024-04-03tracing: Use .flush() call to wake up readersSteven Rostedt (Google)
2024-04-03ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()Steven Rostedt (Google)
2024-04-03ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)
2024-04-03ring-buffer: Fix resetting of shortest_fullSteven Rostedt (Google)
2024-04-03ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)
2024-04-03ring-buffer: Fix waking up ring buffer readersSteven Rostedt (Google)
2024-02-23bpf: Remove trace_printk_lockJiri Olsa
2024-02-23bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa
2024-02-23bpf: Add struct for bin_args arg in bpf_bprintf_prepareJiri Olsa
2024-02-23tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)
2024-02-23ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort
2024-02-23tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)
2024-02-23tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)
2024-01-31tracing: Ensure visibility when inserting an element into tracing_mapPetr Pavlu
2024-01-20ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)
2024-01-20tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian