linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-02 14:27:41 to 2025-04-09 11:29:30 UTC [more...]

[PATCH 1/2] uprobes/x86: Add support to emulate nop5 instruction
 2025-04-09 11:28 UTC  (3+ messages)
` [PATCH 2/2] selftests/bpf: Add 5-byte nop uprobe trigger bench

[PATCH bpf-next v1] bpf, sockmap: Introduce tracing capability for sockmap
 2025-04-09 10:29 UTC 

[PATCH net-next v3 0/2] trace: add tracepoint for tcp_sendmsg_locked()
 2025-04-09  7:13 UTC  (6+ messages)
` [PATCH net-next v3 1/2] net: pass const to msg_data_left()
` [PATCH net-next v3 2/2] trace: tcp: Add tracepoint for tcp_sendmsg_locked()

[PATCH v2] selftests/ftrace: Convert poll to a gen_file
 2025-04-09  4:46 UTC 

[RFC bpf-next 00/13] bpf: Introduce modular verifier
 2025-04-09  3:34 UTC  (2+ messages)
` [RFC bpf-next 11/13] treewide: bpf: Export symbols used by verifier

[PATCH] tracing: Do not add length to print format in synthetic events
 2025-04-08 23:36 UTC  (2+ messages)

[PATCH] tracing: Add common_comm to histograms
 2025-04-08 23:32 UTC  (2+ messages)

[PATCH v4 01/12] riscv: ftrace: support fastcc in Clang for WITH_ARGS
 2025-04-08 22:31 UTC  (8+ messages)
` [PATCH v4 02/12] riscv: ftrace factor out code defined by !WITH_ARG
` [PATCH v4 04/12] kernel: ftrace: export ftrace_sync_ipi
` [PATCH v4 05/12] riscv: ftrace: prepare ftrace for atomic code patching
` [PATCH v4 06/12] riscv: ftrace: do not use stop_machine to update code
` [PATCH v4 10/12] riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS
` [PATCH v4 11/12] riscv: ftrace: support direct call using call_ops

[RFC PATCH v2] Introduce Hierarchical Per-CPU Counters
 2025-04-08 22:12 UTC  (12+ messages)

[PATCH RFCv3 00/23] uprobes: Add support to optimize usdt probes on x86_64
 2025-04-08 20:21 UTC  (13+ messages)
` [PATCH RFCv3 06/23] uprobes: Add orig argument to uprobe_write and uprobe_write_opcode
` [PATCH RFCv3 08/23] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCH RFCv3 10/23] uprobes/x86: Add support to emulate nop5 instruction

[PATCH] tracing: Always use memcpy() in histogram add_to_key()
 2025-04-08 19:32 UTC  (3+ messages)

[PATCH net-next v2 0/2] trace: add tracepoint to tcp_sendmsg_locked
 2025-04-08 18:06 UTC  (12+ messages)
` [PATCH net-next v2 1/2] net: pass const to msg_data_left()
` [PATCH net-next v2 2/2] trace: tcp: Add tracepoint for tcp_sendmsg_locked()

[PATCH v2] ftrace: properly merge notrace hash
 2025-04-08 18:03 UTC  (3+ messages)

[PATCH] ftrace: properly merge notrace hash
 2025-04-08 15:55 UTC  (3+ messages)

[PATCH] tracing: Allow the top level trace_marker to write into another instance
 2025-04-08 15:27 UTC 

[RFC PATCH v2] mm: use per-numa-node atomics instead of percpu_counters
 2025-04-08  7:46 UTC  (9+ messages)

[PATCH bpf-next v2] bpf: Remove duplicate judgments
 2025-04-08  7:11 UTC 

[PATCH v4 1/2] docs: tracing: Reduce maxdepth in index.rst for clarity
 2025-04-08  0:55 UTC  (4+ messages)
` [PATCH v4 2/2] docs: tracing: Refactor "

[PATCH v2 0/7] tracing: fprobe-events: Register fprobe only when the event is enabled
 2025-04-07 23:52 UTC  (3+ messages)
` [PATCH v2 2/7] tracing: fprobe: Cleanup fprobe hash when module unloading

[PATCH AUTOSEL 6.13 7/8] tracing: Enforce the persistent ring buffer to be page aligned
 2025-04-07 18:16 UTC 

[PATCH AUTOSEL 6.14 2/9] riscv: tracing: Fix __write_overflow_field in ftrace_partial_regs()
 2025-04-07 18:16 UTC  (2+ messages)
` [PATCH AUTOSEL 6.14 8/9] tracing: Enforce the persistent ring buffer to be page aligned

[PATCH v2 0/6] arm64: Enable UPROBES with GCS
 2025-04-07 17:05 UTC  (8+ messages)
` [PATCH v2 1/6] arm64/gcs: task_gcs_el0_enable() should use passed task
` [PATCH v2 2/6] arm64: probes: Break ret out from bl/blr
` [PATCH v2 3/6] arm64: uaccess: Add additional userspace GCS accessors
` [PATCH v2 4/6] arm64: probes: Add GCS support to bl/blr/ret
` [PATCH v2 5/6] arm64: uprobes: Add GCS support to uretprobes
` [PATCH v2 6/6] arm64: Kconfig: Remove GCS restrictions on UPROBES

[PATCH v2] tracing: Move histogram trigger variables from stack to per CPU structure
 2025-04-07 16:38 UTC 

[PATCH] tracing: Hide get_vm_area() from MMUless builds
 2025-04-07 16:01 UTC 

[PATCH v6 0/4] tracing: Clean up persistent ring buffer code
 2025-04-07 15:57 UTC  (11+ messages)
` [PATCH v6 1/4] tracing: Enforce the persistent ring buffer to be page aligned
` [PATCH v6 2/4] tracing: Have reserve_mem use phys_to_virt() and separate from memmap buffer
` [PATCH v6 3/4] tracing: Use vmap_page_range() to map memmap ring buffer
` [PATCH v6 4/4] ring-buffer: Use flush_kernel_vmap_range() over flush_dcache_folio()

[PATCH v3] tracing: Move histogram trigger variables from stack to per CPU structure
 2025-04-07 14:47 UTC  (3+ messages)

[BUG?] ppc64le: fentry BPF not triggered after live patch (v6.14)
 2025-04-07  8:42 UTC  (8+ messages)

[PATCH] memblock tests: Fix mutex related build error
 2025-04-07  6:34 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf: Check link_create parameter for multi_kprobe
 2025-04-07  3:57 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] bpf: Check link_create parameter for multi_uprobe

[PATCH v4 0/2] tracing: Make persistent ring buffer freeable
 2025-04-07  1:40 UTC  (5+ messages)
` [PATCH v4 1/2] mm/memblock: Add reserved memory release function

[PATCH bpf-next 1/2] bpf: Check link_create parameter for multi_kprobe
 2025-04-05 23:05 UTC  (9+ messages)
` [PATCH bpf-next 2/2] bpf: Check link_create parameter for multi_uprobe

[RFC PATCH] Introduce Hierarchical Per-CPU Counters
 2025-04-05 14:52 UTC 

[PATCH v2 tip/perf] uprobes: avoid false lockdep splat in uprobe timer callback
 2025-04-04 20:03 UTC  (2+ messages)

[PATCH v3] tracing: Replace deprecated strncpy() with strscpy() for stack_trace_filter_buf
 2025-04-04 18:58 UTC  (3+ messages)

[PATCH v4] tracing: Replace deprecated strncpy() with strscpy() for stack_trace_filter_buf
 2025-04-04 18:58 UTC 

[PATCH v2] tracing: Move histogram trigger variables from stack to per CPU structure
 2025-04-04 15:27 UTC 

[PATCH] tracing: Move histogram trigger variables from stack to per CPU structure
 2025-04-04 14:04 UTC  (3+ messages)

[PATCH v2] tracing: Replace deprecated strncpy() with strscpy() for stack_trace_filter_buf
 2025-04-04 13:57 UTC  (3+ messages)

[PATCH] tracing: Replace deprecated strncpy() with memcpy() for stack_trace_filter_buf
 2025-04-04 13:38 UTC  (6+ messages)

[RFC PATCH 1/9] tools/rv: Do not skip idle in trace
 2025-04-04  8:45 UTC  (8+ messages)
` [RFC PATCH 2/9] tools/rv: Stop gracefully also on SIGTERM
` [RFC PATCH 3/9] rv: Add da_handle_start_run_event_ to per-task monitors
` [RFC PATCH 4/9] rv: Remove trailing whitespace from tracepoint string
` [RFC PATCH 5/9] sched: Add sched tracepoints for RV task model
` [RFC PATCH 7/9] rv: Retry when da monitor detects race conditions
` [RFC PATCH 8/9] rv: Replace tss monitor with more complete sts
` [RFC PATCH 9/9] rv: Add srs per-task monitor

[PATCH tip/perf] uprobes: avoid false lockdep splat in uprobe timer callback
 2025-04-04  8:36 UTC  (7+ messages)

[PATCH] exit: document sched_process_exit and sched_process_template relation
 2025-04-04  8:32 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 05/10] bpf: Fix deadlock between rcu_tasks_trace and event_mutex
 2025-04-04  0:06 UTC 

[PATCH AUTOSEL 6.6 06/16] bpf: Fix deadlock between rcu_tasks_trace and event_mutex
 2025-04-04  0:06 UTC 

[PATCH AUTOSEL 6.12 10/20] bpf: Fix deadlock between rcu_tasks_trace and event_mutex
 2025-04-04  0:05 UTC 

[PATCH AUTOSEL 6.13 11/22] bpf: Fix deadlock between rcu_tasks_trace and event_mutex
 2025-04-04  0:04 UTC 

[PATCH AUTOSEL 6.14 11/23] bpf: Fix deadlock between rcu_tasks_trace and event_mutex
 2025-04-04  0:03 UTC 

[PATCH AUTOSEL 6.6 21/23] tracing: probe-events: Add comments about entry data storing code
 2025-04-03 19:18 UTC 

[PATCH AUTOSEL 6.12 30/33] tracing: probe-events: Add comments about entry data storing code
 2025-04-03 19:16 UTC 

[PATCH AUTOSEL 6.13 34/37] tracing: probe-events: Add comments about entry data storing code
 2025-04-03 19:15 UTC 

[PATCH AUTOSEL 6.14 40/44] tracing: probe-events: Log error for exceeding the number of arguments
 2025-04-03 19:13 UTC  (2+ messages)
` [PATCH AUTOSEL 6.14 41/44] tracing: probe-events: Add comments about entry data storing code

[PATCH AUTOSEL 5.4 13/14] tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNREGISTER
 2025-04-03 19:10 UTC 

[PATCH AUTOSEL 5.10 14/15] tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNREGISTER
 2025-04-03 19:10 UTC 

[PATCH AUTOSEL 5.15 15/16] tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNREGISTER
 2025-04-03 19:09 UTC 

[PATCH AUTOSEL 6.1 16/18] tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNREGISTER
 2025-04-03 19:08 UTC 

[PATCH AUTOSEL 6.6 24/26] tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNREGISTER
 2025-04-03 19:07 UTC 

[PATCH AUTOSEL 6.12 40/47] tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNREGISTER
 2025-04-03 19:05 UTC 

[PATCH AUTOSEL 6.13 40/49] tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNREGISTER
 2025-04-03 19:03 UTC 

[PATCH AUTOSEL 6.14 44/54] tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNREGISTER
 2025-04-03 19:01 UTC 

[PATCH v2 0/2] ring-buffer: Allow persistent memory to be user space mmapped
 2025-04-03 17:15 UTC  (7+ messages)
` [PATCH v2 1/2] tracing: ring-buffer: Have the ring buffer code do the vmap of physical memory

[PATCH v2 1/2] tracing: ring-buffer: Have the ring buffer code do the vmap of physical memory
 2025-04-03 16:47 UTC  (3+ messages)

[PATCH v2] exit: move and extend sched_process_exit() tracepoint
 2025-04-03 16:01 UTC  (7+ messages)

[PATCH net-next] trace: tcp: Add tracepoint for tcp_sendmsg()
 2025-04-03 11:38 UTC  (12+ messages)

[PATCH v5 0/4] tracing: Clean up persistent ring buffer code
 2025-04-02 17:46 UTC  (16+ messages)
` [PATCH v5 1/4] tracing: Enforce the persistent ring buffer to be page aligned
` [PATCH v5 2/4] tracing: Have reserve_mem use phys_to_virt() and separate from memmap buffer
` [PATCH v5 3/4] tracing: Use vmap_page_range() to map memmap ring buffer

[PATCH] exit: add trace_task_exit() tracepoint before current->mm is reset
 2025-04-02 15:56 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).