summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2024-11-01tracing: Replace strncpy() with strscpy() when copying commJinjie Ruan
2024-11-01tracing: Remove TRACE_FLAG_IRQS_NOSUPPORTSebastian Andrzej Siewior
2024-11-01tracing: Document tracefs gid mount optionKalesh Singh
2024-10-30tracing: Replace multiple deprecated strncpy with memcpyJustin Stitt
2024-10-30tracing: Make percpu stack trace buffer invariant to PAGE_SIZERyan Roberts
2024-10-30ftrace: Show timings of how long nop patching tookSteven Rostedt
2024-10-29ftrace: Use guard to take ftrace_lock in ftrace_graph_set_hash()Steven Rostedt
2024-10-29ftrace: Use guard to take the ftrace_lock in release_probe()Steven Rostedt
2024-10-29ftrace: Use guard to lock ftrace_lock in cache_mod()Steven Rostedt
2024-10-29ftrace: Use guard for match_records()Steven Rostedt
2024-10-29fgraph: Use guard(mutex)(&ftrace_lock) for unregister_ftrace_graph()Steven Rostedt
2024-10-29fgraph: Give ret_stack its own kmem cacheSteven Rostedt
2024-10-29fgraph: Separate size of ret_stack from PAGE_SIZESteven Rostedt
2024-10-29Merge tag 'ftrace-v6.12-rc4' into trace/ftrace/coreSteven Rostedt
2024-10-27Merge tag 'ftrace-v6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-24fgraph: Change the name of cpuhp state to "fgraph:online"Steven Rostedt
2024-10-24fgraph: Fix missing unlock in register_ftrace_graph()Li Huafei
2024-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-10-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-23bpf,perf: Fix perf_event_detach_bpf_prog error handlingJiri Olsa
2024-10-23uprobe: Add data pointer to consumer handlersJiri Olsa
2024-10-23tracing: Consider the NULL character when validating the event lengthLeo Yan
2024-10-23tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski
2024-10-22bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-10-21bpf: Implement bpf_send_signal_task() kfuncPuranjay Mohan
2024-10-21uprobe: avoid out-of-bounds memory access of fetching argsQiao Ma
2024-10-20Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-10-19Merge tag 'ftrace-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-19ring-buffer: Use str_low_high() helper in ring_buffer_producer()Thorsten Blum
2024-10-19ring-buffer: Reorganize kerneldoc parameter namesJulia Lawall
2024-10-19ring-buffer: Limit time with disabled interrupts in rb_check_pages()Petr Pavlu
2024-10-18fgraph: Allocate ret_stack_list with proper sizeSteven Rostedt
2024-10-18fgraph: Use CPU hotplug mechanism to initialize idle shadow stacksSteven Rostedt
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-17Merge branch 'linus' into sched/urgent, to resolve conflictIngo Molnar
2024-10-15ring-buffer: Fix reader locking when changing the sub buffer orderPetr Pavlu
2024-10-14ring-buffer: Fix refcount setting of boot mapped buffersSteven Rostedt
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra
2024-10-10bpf: Fix unpopulated path_size when uprobe_multi fields unsetTyrone Wu
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt
2024-10-10fgragh: No need to invoke the function call_filter_check_discard()Steven Rostedt
2024-10-10fgraph: Simplify return address printing in function graph tracerMasami Hiramatsu (Google)
2024-10-09tracing: Use atomic64_inc_return() in trace_clock_counter()Uros Bizjak
2024-10-09trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun
2024-10-09tracing/perf: Add might_fault check to syscall probesMathieu Desnoyers
2024-10-09tracing/ftrace: Add might_fault check to syscall probesMathieu Desnoyers
2024-10-09tracing/perf: disable preemption in syscall probeMathieu Desnoyers
2024-10-09tracing/ftrace: disable preemption in syscall probeMathieu Desnoyers
2024-10-09ring-buffer: Do not have boot mapped buffers hook to CPU hotplugSteven Rostedt
2024-10-08tracing: Remove definition of trace_*_rcuidle()Steven Rostedt