summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2024-10-03tracing/hwlat: Fix a race during cpuhp processingWei Li
2024-10-03tracing/timerlat: Fix a race during cpuhp processingWei Li
2024-10-03tracing/timerlat: Drop interface_lock in stop_kthread()Wei Li
2024-10-03tracing/timerlat: Fix duplicated kthread creation due to CPU online/offlineWei Li
2024-10-03tracing: Fix trace_check_vprintf() when tp_printk is usedSteven Rostedt
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-26Merge tag 'probes-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-09-25tracing/fprobe: Support raw tracepoints on future loaded modulesMasami Hiramatsu (Google)
2024-09-25tracing/fprobe: Support raw tracepoint events on modulesMasami Hiramatsu (Google)
2024-09-25uprobes: turn trace_uprobe's nhit counter to be per-CPU oneAndrii Nakryiko
2024-09-22Merge tag 'trace-ring-buffer-v6.12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-09-18Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-13bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-09-11bpf: Use fake pt_regs when doing bpf syscall tracepoint tracingYonghong Song
2024-09-11bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpersAndrii Nakryiko
2024-09-09tracing: Drop unused helper function to fix the buildAndy Shevchenko
2024-09-09tracing/osnoise: Fix build when timerlat is not enabledSteven Rostedt
2024-09-05bpf: Fix uprobe multi pid filter checkJiri Olsa
2024-09-05tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthre...Steven Rostedt
2024-09-05tracing/timerlat: Only clear timer if a kthread existsSteven Rostedt
2024-09-05tracing/osnoise: Use a cpumask to know what threads are kthreadsSteven Rostedt
2024-09-05perf/uprobe: split uprobe_unregister()Peter Zijlstra
2024-09-05uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacksAndrii Nakryiko
2024-09-05bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()Oleg Nesterov
2024-09-05tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian
2024-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2024-08-26tracing: Add option to set an instance to be the trace_printk destinationSteven Rostedt
2024-08-26tracing: Have trace_printk not use binary prints if boot bufferSteven Rostedt
2024-08-26tracing: Allow trace_printk() to go to other instance buffersSteven Rostedt
2024-08-26tracing: Add "traceoff" flag to boot time tracing instancesSteven Rostedt
2024-08-26ring-buffer: Align meta-page to sub-buffers for improved TLB usageVincent Donnefort
2024-08-26ring-buffer: Add magic and struct size to boot up meta dataSteven Rostedt
2024-08-26ring-buffer: Don't reset persistent ring-buffer meta saved addressesSteven Rostedt
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-08-21tracing: Fix memory leak in fgraph storage selftestMasami Hiramatsu (Google)
2024-08-21tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subo...Masami Hiramatsu (Google)
2024-08-19bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*Matteo Croce
2024-08-15rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs()Valentin Schneider
2024-08-15tracing/fgraph: Have fgraph handle previous boot function addressesSteven Rostedt
2024-08-15tracing: Allow boot instances to use reserve_mem boot memorySteven Rostedt (Google)
2024-08-14tracing: Fix ifdef of snapshots to not prevent last_boot_info fileSteven Rostedt
2024-08-14Merge tag 'v6.11-rc3' into trace/ring-buffer/coreSteven Rostedt
2024-08-09tracing: Return from tracing_buffers_read() if the file has been closedSteven Rostedt
2024-08-07ring-buffer: Remove unused function ring_buffer_nr_pages()Jianhui Zhou
2024-08-07tracing: Fix overflow in get_free_elt()Tze-nan Wu
2024-08-07function_graph: Fix the ret_stack used by ftrace_graph_ret_addr()Petr Pavlu
2024-08-07tracing: Use refcount for trace_event_file reference counterSteven Rostedt