summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
6 daystracing/probes: Limit size of event probe to 3KSteven Rostedt
7 daystracing: branch: Fix inverted check on stat tracer registrationBreno Leitao
11 daysMerge tag 'trace-ring-buffer-v7.1-3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
11 daysring-buffer: Do not double count the reader_pageMasami Hiramatsu (Google)
13 daysMerge tag 'trace-ring-buffer-v7.1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
13 daystracing: Make undefsyms_base.c a first-class citizenPaolo Bonzini
13 daystracing/fprobe: Fix to unregister ftrace_ops if it is empty on module unloadingMasami Hiramatsu (Google)
14 daystracing/fprobe: Check the same type fprobe on table as the unregistered oneMasami Hiramatsu (Google)
14 daystracing/fprobe: Avoid kcalloc() in rcu_read_lock sectionMasami Hiramatsu (Google)
14 daystracing/fprobe: Remove fprobe from hash in failure pathMasami Hiramatsu (Google)
14 daystracing/fprobe: Unregister fprobe even if memory allocation failsMasami Hiramatsu (Google)
14 daystracing/fprobe: Reject registration of a registered fprobe before initMasami Hiramatsu (Google)
2026-04-20tracing: tell git to ignore the generated 'undefsyms_base.c' fileLinus Torvalds
2026-04-17Merge tag 'trace-latency-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-04-17Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2026-04-17Merge tag 'probes-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-04-16tracing/osnoise: Add option to align tlat threadsTomas Glozar
2026-04-15Merge tag 'trace-rv-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2026-04-15Merge tag 'trace-ringbuffer-v7.1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-15Merge tag 'ftrace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-04-14Merge tag 'timers-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-14tracing: Fix fully-qualified variable reference printing in histogramsTom Zanussi
2026-04-14ring-buffer: Prevent off-by-one array access in ring_buffer_desc_page()Vincent Donnefort
2026-04-14tracing: Rebuild full_name on each hist_field_name() callPengpeng Hou
2026-04-14ring-buffer: Report header_page overwrite as charCao Ruichuang
2026-04-13Merge tag 'kvmarm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2026-04-11Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2026-04-07bpf: Prefer vmlinux symbols over module symbols for unqualified kprobesAndrey Grodzovsky
2026-04-06tracing/probe: reject non-closed empty immediate stringsPengpeng Hou
2026-04-02tracing: Allow backup to save persistent ring buffer before it startsSteven Rostedt
2026-04-02tracing: Remove the backup instance automatically after readMasami Hiramatsu (Google)
2026-04-02tracing: Make the backup instance non-reusableMasami Hiramatsu (Google)
2026-04-02ring-buffer: Enforce read ordering of trace_buffer cpumask and buffersVincent Donnefort
2026-04-02bpf: Reject sleepable kprobe_multi programs at attach timeVarun R Mallya
2026-04-02tracing: Non-consuming read for trace remotes with an offline CPUVincent Donnefort
2026-04-01ftrace: Use kallsyms binary search for single-symbol lookupAndrey Grodzovsky
2026-04-01rv: Allow epoll in rtapp-sleep monitorNam Cao
2026-03-31tracing: Remove duplicate latency_fsnotify() stubSteven Rostedt
2026-03-31tracing: Preserve repeated trace_trigger boot parametersWesley Atwell
2026-03-31tracing: Append repeated boot-time tracing parametersWesley Atwell
2026-03-31rv: Add nomiss deadline monitorGabriele Monaco
2026-03-31rv: Convert the opid monitor to a hybrid automatonGabriele Monaco
2026-03-31rv: Add sample hybrid monitor stallGabriele Monaco
2026-03-31rv: Add Hybrid Automata monitor typeGabriele Monaco
2026-03-28tracing: Remove spurious default precision from show_event_trigger/filter for...David Laight
2026-03-28tracing: Remove tracing_alloc_snapshot() when snapshot isn't definedSteven Rostedt
2026-03-28tracing: Drain deferred trigger frees if kthread creation failsWesley Atwell
2026-03-27tracing: Fix potential deadlock in cpu hotplug with osnoiseLuo Haiyang