public inbox for linux-trace-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-10 21:07:06 to 2026-02-20 10:09:27 UTC [more...]

[PATCH bpf-next 00/17] bpf: tracing_multi link
 2026-02-20 10:06 UTC  (12+ messages)
` [PATCH bpf-next 01/17] ftrace: Add ftrace_hash_count function
` [PATCH bpf-next 02/17] bpf: Use mutex lock pool for bpf trampolines
` [PATCH bpf-next 03/17] bpf: Add struct bpf_trampoline_ops object
` [PATCH bpf-next 04/17] bpf: Add struct bpf_tramp_node object
` [PATCH bpf-next 05/17] bpf: Factor fsession link to use struct bpf_tramp_node
` [PATCH bpf-next 06/17] bpf: Add multi tracing attach types
` [PATCH bpf-next 07/17] bpf: Add bpf_trampoline_multi_attach/detach functions
` [PATCH bpf-next 08/17] bpf: Add support for tracing multi link
` [PATCH bpf-next 09/17] bpf: Add support for tracing_multi link cookies
` [PATCH bpf-next 10/17] bpf: Add support for tracing_multi link session
` [PATCH bpf-next 11/17] libbpf: Add support to create tracing multi link

[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
 2026-02-20  9:09 UTC  (8+ messages)
` [RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v2 33/37] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe

[BUG] suspicious RCU usage in event_filter_pid_sched_process_fork()
 2026-02-20  8:35 UTC 

[PATCH] mm/tracing: rss_stat: Ensure curr is false from kthread context
 2026-02-20  5:17 UTC  (4+ messages)

[PATCH 0/5] uprobes: transition from kmap_atomic to kmap_local_page
 2026-02-20  4:10 UTC  (2+ messages)

[PATCH 1/2] x86: Prevent syscall hooking
 2026-02-20  2:45 UTC  (7+ messages)

[PATCH v12 00/30] Tracefs support for pKVM
 2026-02-19 19:11 UTC  (36+ messages)
` [PATCH v12 01/30] ring-buffer: Add page statistics to the meta-page
` [PATCH v12 02/30] ring-buffer: Store bpage pointers into subbuf_ids
` [PATCH v12 03/30] ring-buffer: Introduce ring-buffer remotes
` [PATCH v12 04/30] ring-buffer: Add non-consuming read for "
` [PATCH v12 05/30] tracing: Introduce trace remotes
` [PATCH v12 06/30] tracing: Add reset to "
` [PATCH v12 07/30] tracing: Add non-consuming read "
` [PATCH v12 08/30] tracing: Add init callback "
` [PATCH v12 09/30] tracing: Add events "
` [PATCH v12 10/30] tracing: Add events/ root files "
` [PATCH v12 11/30] tracing: Add helpers to create trace remote events
` [PATCH v12 12/30] ring-buffer: Export buffer_data_page and macros
` [PATCH v12 13/30] tracing: Introduce simple_ring_buffer
` [PATCH v12 14/30] tracing: Add a trace remote module for testing
` [PATCH v12 15/30] tracing: selftests: Add trace remote tests
` [PATCH v12 16/30] Documentation: tracing: Add tracing remotes
` [PATCH v12 17/30] tracing: load/unload page callbacks for simple_ring_buffer
` [PATCH v12 18/30] tracing: Check for undefined symbols in simple_ring_buffer
` [PATCH v12 19/30] KVM: arm64: Add PKVM_DISABLE_STAGE2_ON_PANIC
` [PATCH v12 20/30] KVM: arm64: Add clock support to nVHE/pKVM hyp
` [PATCH v12 21/30] KVM: arm64: Initialise hyp_nr_cpus for nVHE hyp
` [PATCH v12 22/30] KVM: arm64: Support unaligned fixmap in the pKVM hyp
` [PATCH v12 23/30] KVM: arm64: Add tracing capability for the nVHE/pKVM hyp
` [PATCH v12 24/30] KVM: arm64: Add trace remote "
` [PATCH v12 25/30] KVM: arm64: Sync boot clock with "
` [PATCH v12 26/30] KVM: arm64: Add trace reset to "
` [PATCH v12 27/30] KVM: arm64: Add event support to the nVHE/pKVM hyp and trace remote
` [PATCH v12 28/30] KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hyp
` [PATCH v12 29/30] KVM: arm64: Add selftest event support "
` [PATCH v12 30/30] tracing: selftests: Add hypervisor trace remote tests

[PATCH] pstore: fix ftrace dump, when ECC is enabled
 2026-02-19 18:39 UTC  (3+ messages)

[PATCH v3 0/5] Clean up access to trace_event_file from a file struct
 2026-02-19 16:27 UTC  (6+ messages)
` [PATCH v3 1/5] tracing: Fix checking of freed trace_event_file for hist files
` [PATCH v3 2/5] tracing: Wake up poll waiters for hist files when removing an event
` [PATCH v3 3/5] tracing: Remove unnecessary check for EVENT_FILE_FL_FREED
` [PATCH v3 4/5] tracing: Clean up access to trace_event_file from a file pointer
` [PATCH v3 5/5] tracing: Free up file->private_data for use by individual events

[PATCH v11 00/30] Tracefs support for pKVM
 2026-02-19 14:36 UTC  (5+ messages)
` [PATCH v11 15/30] tracing: selftests: Add trace remote tests

[PATCH v2 0/4] Clean up access to trace_event_file from a file struct
 2026-02-19  0:01 UTC  (7+ messages)
` [PATCH v2 1/4] tracing: Fix checking of freed trace_event_file for hist files
` [PATCH v2 2/4] tracing: Remove unnecessary check for EVENT_FILE_FL_FREED
` [PATCH v2 3/4] tracing: Clean up access to trace_event_file from a file pointer
` [PATCH v2 4/4] tracing: Free up file->private_data for use by individual events

[PATCH] fgraph: Do not call handlers direct when not using ftrace_ops
 2026-02-18 15:42 UTC 

[PATCH v2 0/4] ring-buffer: Making persistent ring buffers robust
 2026-02-18 10:14 UTC  (5+ messages)
` [PATCH v2 1/4] ring-buffer: Fix to check event length before using
` [PATCH v2 2/4] ring-buffer: Flush and stop persistent ring buffer on panic
` [PATCH v2 3/4] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [PATCH v2 4/4] ring-buffer: Record invalid buffer event

[PATCH] tracing: ring-buffer: Fix to check event length before using
 2026-02-18  8:13 UTC  (2+ messages)

[RFC bpf-next 12/12] selftests/bpf: Add tracing multi benchmark test
 2026-02-17 22:06 UTC  (3+ messages)

[RFC bpf-next 10/12] selftests/bpf: Add fentry tracing multi func test
 2026-02-17 22:06 UTC  (3+ messages)

[RFC bpf-next 00/12] bpf: tracing_multi link
 2026-02-17 22:06 UTC  (9+ messages)
` [RFC bpf-next 09/12] libbpf: Add support to create tracing multi link
` [RFC bpf-next 06/12] bpf: Add bpf_trampoline_multi_attach/detach functions

[RFC bpf-next 07/12] bpf: Add support to create tracing multi link
 2026-02-17 22:05 UTC  (3+ messages)

[RFC bpf-next 06/12] bpf: Add bpf_trampoline_multi_attach/detach functions
 2026-02-17 22:05 UTC  (3+ messages)

[RFC bpf-next 05/12] bpf: Add multi tracing attach types
 2026-02-17 22:05 UTC  (3+ messages)

[PATCH v17 0/3] Improve proc RSS accuracy
 2026-02-17 16:10 UTC  (4+ messages)
` [PATCH v17 1/3] lib: Introduce hierarchical per-cpu counters
` [PATCH v17 2/3] lib: Test "
` [PATCH v17 3/3] mm: Improve RSS counter approximation accuracy for proc interfaces

[PATCH v2] blk-mq: use NOIO context to prevent deadlock during debugfs creation
 2026-02-17 15:37 UTC  (5+ messages)

Enhancing Conditional Filtering for Function Graph Tracer
 2026-02-17  3:09 UTC  (5+ messages)

[PATCH v5 0/3] mm: vmscan: add PID and cgroup ID to vmscan tracepoints
 2026-02-17  0:54 UTC  (8+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/3] tracing: Add __event_in_*irq() helpers
  ` [PATCH v6 2/3] mm: vmscan: add cgroup IDs to vmscan tracepoints
  ` [PATCH v6 3/3] mm: vmscan: add PIDs "

[PATCH v3] rv: Fix multiple definition of __pcpu_unique_da_mon_this
 2026-02-16 19:26 UTC  (2+ messages)

[PATCH mm-unstable v14 00/16] khugepaged: mTHP support
 2026-02-16 15:20 UTC  (9+ messages)
` [PATCH mm-unstable v14 07/16] khugepaged: introduce collapse_max_ptes_none helper function
` [PATCH mm-unstable v14 08/16] khugepaged: generalize collapse_huge_page for mTHP collapse

[PATCH] rv: Fix multiple definition of __pcpu_unique_da_mon_this
 2026-02-16 15:14 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] ring-buffer: Fix possible dereference of uninitialized pointer
 2026-02-16  8:00 UTC  (2+ messages)

[linus:master] [tracing] a46023d561: EIP:do_user_addr_fault
 2026-02-16  2:09 UTC 

[PATCH AUTOSEL 6.19-5.15] tracing: Fix false sharing in hwlat get_sample()
 2026-02-15 15:03 UTC 

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_startstop
 2026-02-15 14:17 UTC  (2+ messages)

[PATCH v1] Documentation/rtla: Add hwnoise to main page
 2026-02-15 13:12 UTC 

[PATCH v3 0/5] tools/rtla: Consolidate nr_cpus usage
 2026-02-13 13:54 UTC  (7+ messages)
` [PATCH v3 1/5] tools/rtla: Consolidate nr_cpus usage across all tools
` [PATCH v3 2/5] tools/rtla: Remove unneeded nr_cpus arguments
` [PATCH v3 3/5] tools/rtla: Remove unneeded nr_cpus members
` [PATCH v3 4/5] tools/rtla: Remove unneeded nr_cpus from for_each_monitored_cpu
` [PATCH v3 5/5] tools/rtla: Remove unneeded cpus parameter from timerlat BPF functions

[PATCH] function_graph: restore direct mode when callbacks drop to one
 2026-02-13  6:34 UTC  (3+ messages)

[PATCH RESEND] function_graph: restore direct mode when callbacks drop to one
 2026-02-13  6:29 UTC 

[PATCH] blk-mq: use NOIO context to prevent deadlock during debugfs creation
 2026-02-13  5:39 UTC  (5+ messages)

[PATCH] objpool: fix minimum alignment of 'struct objpool_slot'
 2026-02-13  2:15 UTC 

[PATCH V4] blktrace: log dropped REQ_OP_ZONE_XXX events ver1
 2026-02-12 23:37 UTC  (2+ messages)

[PATCH 00/11] v4l2: Add tracing for stateless codecs
 2026-02-12 16:23 UTC  (12+ messages)
` [PATCH 01/11] media: Move visl traces to v4l2-core
` [PATCH 02/11] media: Reformat v4l2-requests trace event printk
` [PATCH 03/11] media: Add tgid and fd fields in v4l2_fh struct
` [PATCH 04/11] media: Add tgid and fd to the v4l2-requests trace fields
` [PATCH 05/11] media: Add missing types to v4l2_ctrl_ptr
` [PATCH 06/11] media: Trace the stateless controls when set in v4l2-ctrls-core.c
` [PATCH 07/11] media: Add stream on/off traces and run them in the ioctl
` [PATCH 08/11] media: Add HW run/done trace events
` [PATCH 09/11] media: hantro: Add v4l2_hw run/done traces
` [PATCH 10/11] media: v4l2: Add callback for show_fdinfo
` [PATCH 11/11] media: hantro: Add fdinfo callback

[PATCH 0/5] Clean up access to trace_event_file from a file struct
 2026-02-12  8:15 UTC  (6+ messages)
` [PATCH 2/5] tracing: Fix checking of freed trace_event_file for id files
` [PATCH 4/5] tracing: Clean up access to trace_event_file from a file pointer

[PATCH v8 0/6] tracing: Remove backup instance after read all
 2026-02-12  6:15 UTC  (4+ messages)
` [PATCH v8 3/6] tracefs: Check file permission even if user has CAP_DAC_OVERRIDE

[PATCH v6 0/4] tracing: Remove backup instance after read all
 2026-02-12  4:24 UTC  (13+ messages)
` [PATCH v6 1/4] tracing: Reset last_boot_info if ring buffer is reset
` [PATCH v6 2/4] tracing: Make the backup instance non-reusable

[PATCH AUTOSEL 6.19-6.18] arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
 2026-02-12  1:09 UTC 

[PATCH] tracing: make tr->d_max_latency accessible without CONFIG_FSNOTIFY
 2026-02-11 18:15 UTC  (3+ messages)

[PATCH 1/5] tracing: Fix checking of freed trace_event_file for hist files
 2026-02-11 16:28 UTC  (3+ messages)

[PATCH v13 00/18] unwind_deferred: Implement sframe handling
 2026-02-11 16:15 UTC  (7+ messages)

[PATCH v4 0/3] PCI Controller event and LTSSM tracepoint support
 2026-02-11 15:40 UTC  (3+ messages)

[PATCH 0/4] mm: zone lock tracepoint instrumentation
 2026-02-11 15:22 UTC  (5+ messages)
` [PATCH 1/4] mm: introduce zone lock wrappers
` [PATCH 2/4] mm: convert zone lock users to wrappers
` [PATCH 3/4] mm: convert compaction to zone lock wrappers
` [PATCH 4/4] mm: add tracepoints for zone lock

[PATCH v9 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-02-11 14:13 UTC  (7+ messages)
` [PATCH v9 1/6] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v9 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v9 3/6] x86/asm: Use CFI_* macros in SYM_FUNC_* macros so they can be added to VDSO
` [PATCH v9 4/6] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v9 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v9 6/6] x86/vdso: Enable sframe generation in VDSO

[PATCH v2 0/4] tools/rtla: Consolidate nr_cpus usage
 2026-02-11 11:15 UTC  (7+ messages)
` [PATCH v2 1/4] tools/rtla: Consolidate nr_cpus usage across all tools
` [PATCH v2 2/4] tools/rtla: Remove unneeded nr_cpus arguments

[PATCH 1/2] selftests/tracing: Fix to make --logdir option work again
 2026-02-11  8:16 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox