linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-08 13:23:48 to 2025-07-10 17:09:08 UTC [more...]

[PATCH v13 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-07-10 17:08 UTC  (7+ messages)
` [PATCH v13 02/14] unwind_user: Add frame pointer support

[RFC PATCH v1 00/16] s390: SFrame user space unwinding
 2025-07-10 16:35 UTC  (17+ messages)
` [RFC PATCH v1 01/16] fixup! unwind_user: Add frame pointer support
` [RFC PATCH v1 02/16] s390: asm/dwarf.h should only be included in assembly files
` [RFC PATCH v1 03/16] s390/vdso: Avoid emitting DWARF CFI for non-vDSO
` [RFC PATCH v1 04/16] s390/vdso: Enable SFrame generation in vDSO
` [RFC PATCH v1 05/16] s390/vdso: Keep function symbols "
` [RFC PATCH v1 06/16] unwind_user: Enable archs that define CFA = SP_callsite + offset
` [RFC PATCH v1 07/16] unwind_user: Enable archs that do not necessarily save RA
` [RFC PATCH v1 08/16] unwind_user: Enable archs that save RA/FP in other registers
` [RFC PATCH v1 09/16] unwind_user/sframe: Enable archs with encoded SFrame CFA offsets
` [RFC PATCH v1 10/16] s390/ptrace: Enable HAVE_USER_RA_REG
` [RFC PATCH v1 11/16] s390/unwind_user/sframe: Enable HAVE_UNWIND_USER_SFRAME
` [RFC PATCH v1 12/16] unwind_user/backchain: Introduce back chain user space unwinding
` [RFC PATCH v1 13/16] s390/unwind_user/backchain: Enable HAVE_UNWIND_USER_BACKCHAIN
` [RFC PATCH v1 14/16] PREREQ: x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [RFC PATCH v1 15/16] PREREQ: x86/vdso: Enable sframe generation in VDSO
` [RFC PATCH v1 16/16] WIP: fixup! s390/unwind_user/sframe: Enable HAVE_UNWIND_USER_SFRAME

[PATCH V2] riscv: ftrace: Fix the logic issue in DYNAMIC_FTRACE selection
 2025-07-10 15:56 UTC  (6+ messages)

[PATCH v8 00/12] unwind_deferred: Implement sframe handling
 2025-07-10 15:30 UTC  (23+ messages)
` [PATCH v8 06/12] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v8 10/12] unwind_user/sframe: Enable debugging in uaccess regions

[PATCH] tracing: Fix comment in trace_module_remove_events()
 2025-07-10 13:56 UTC 

[PATCH 0/2] tracing: Fix an event field filter issue
 2025-07-10 13:53 UTC  (8+ messages)
` [PATCH 1/2] tracing: Remove "__attribute__()" from the type field of event format

[PATCHv4 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-07-10 13:42 UTC  (25+ messages)
` [PATCHv4 perf/core 01/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCHv4 perf/core 02/22] uprobes: Rename arch_uretprobe_trampoline function
` [PATCHv4 perf/core 03/22] uprobes: Make copy_from_page global
` [PATCHv4 perf/core 04/22] uprobes: Add uprobe_write function
` [PATCHv4 perf/core 05/22] uprobes: Add nbytes argument to uprobe_write
` [PATCHv4 perf/core 06/22] uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
` [PATCHv4 perf/core 07/22] uprobes: Add do_ref_ctr argument to uprobe_write function
` [PATCHv4 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCHv4 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCHv4 perf/core 10/22] uprobes/x86: Add support to optimize uprobes
` [PATCHv4 perf/core 11/22] selftests/bpf: Import usdt.h from libbpf/usdt project
` [PATCHv4 perf/core 12/22] selftests/bpf: Reorg the uprobe_syscall test function
` [PATCHv4 perf/core 13/22] selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multi
` [PATCHv4 perf/core 14/22] selftests/bpf: Add uprobe/usdt syscall tests
` [PATCHv4 perf/core 15/22] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCHv4 perf/core 16/22] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCHv4 perf/core 17/22] selftests/bpf: Add optimized usdt variant for basic usdt test
` [PATCHv4 perf/core 18/22] selftests/bpf: Add uprobe_regs_equal test
` [PATCHv4 perf/core 19/22] selftests/bpf: Change test_uretprobe_regs_change for uprobe and uretprobe
` [PATCHv4 perf/core 20/22] seccomp: passthrough uprobe systemcall without filtering
` [PATCHv4 perf/core 21/22] selftests/seccomp: validate uprobe syscall passes through seccomp
` [PATCHv4 22/22] man2: Add uprobe syscall page

[PATCH v2 0/8] x86: enable EXECMEM_ROX_CACHE for ftrace and kprobes
 2025-07-10 13:25 UTC  (11+ messages)
` [PATCH v2 1/8] execmem: drop unused execmem_update_copy()
` [PATCH v2 2/8] execmem: introduce execmem_alloc_rw()
` [PATCH v2 3/8] execmem: rework execmem_cache_free()
` [PATCH v2 4/8] execmem: move execmem_force_rw() and execmem_restore_rox() before use
` [PATCH v2 5/8] execmem: add fallback for failures in vmalloc(VM_ALLOW_HUGE_VMAP)
` [PATCH v2 6/8] execmem: drop writable parameter from execmem_fill_trapping_insns()
` [PATCH v2 7/8] x86/kprobes: enable EXECMEM_ROX_CACHE for kprobes allocations
` [PATCH v2 8/8] x86/ftrace: enable EXECMEM_ROX_CACHE for ftrace allocations

[PATCH -next] selftests/ftrace: Prevent potential failure in subsystem-enable test case
 2025-07-10 13:01 UTC 

[PATCH 0/2] input: Add tracepoint support
 2025-07-10  7:31 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests: input: Add tracepoint testing script

[PATCH] riscv: ftrace: Properly acquire text_mutex to fix a race condition
 2025-07-10  6:21 UTC  (5+ messages)

[PATCH v2 bpf-next] bpf: Clean up individual BTF_ID code
 2025-07-10  5:54 UTC 

[PATCH bpf-next v4 0/7] Move attach_type into bpf_link
 2025-07-10  3:20 UTC  (8+ messages)
` [PATCH bpf-next v4 1/7] bpf: Add attach_type in bpf_link
` [PATCH bpf-next v4 2/7] bpf: Remove attach_type in bpf_cgroup_link
` [PATCH bpf-next v4 3/7] bpf: Remove attach_type in sockmap_link
` [PATCH bpf-next v4 4/7] bpf: Remove location field in tcx_link
` [PATCH bpf-next v4 5/7] bpf: Remove attach_type in bpf_netns_link
` [PATCH bpf-next v4 6/7] bpf: Remove attach_type in bpf_tracing_link
` [PATCH bpf-next v4 7/7] netkit: Remove location field in netkit_link

[PATCH 0/3] tools/bootconfig: cleanups and portability updates
 2025-07-10  2:24 UTC  (4+ messages)
` [PATCH 1/3] tools/bootconfig: Improve portability
` [PATCH 2/3] tools/bootconfig: Replace some echo with printf for more portability
` [PATCH 3/3] tools/bootconfig: Cleanup bootconfig footer size calculations

[PATCH net-next v4] tcp: extend tcp_retransmit_skb tracepoint with failure reasons
 2025-07-10  2:01 UTC 

[PATCH v13 00/12] RV: Linear temporal logic monitors for RT application
 2025-07-09 19:21 UTC  (13+ messages)
` [PATCH v13 01/12] rv: Add #undef TRACE_INCLUDE_FILE
` [PATCH v13 02/12] printk: Make vprintk_deferred() public
` [PATCH v13 03/12] panic: Add vpanic()
` [PATCH v13 04/12] rv: Let the reactors take care of buffers
` [PATCH v13 05/12] rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTS
` [PATCH v13 06/12] rv: Add support for LTL monitors
` [PATCH v13 07/12] rv: Add rtapp container monitor
` [PATCH v13 08/12] riscv: mm: Add page fault trace points
` [PATCH v13 09/12] rv: Add rtapp_pagefault monitor
` [PATCH v13 10/12] rv: Add rtapp_sleep monitor
` [PATCH v13 11/12] rv: Add documentation for rtapp monitor
` [PATCH v13 12/12] rv: Allow to configure the number of per-task monitor

[PATCH v12 00/12] RV: Linear temporal logic monitors for RT application
 2025-07-09 19:21 UTC  (20+ messages)
` [PATCH v12 01/12] rv: Add #undef TRACE_INCLUDE_FILE
` [PATCH v12 02/12] printk: Make vprintk_deferred() public
` [PATCH v12 03/12] panic: Add vpanic()
` [PATCH v12 04/12] rv: Let the reactors take care of buffers
` [PATCH v12 05/12] rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTS
` [PATCH v12 06/12] rv: Add support for LTL monitors
` [PATCH v12 07/12] rv: Add rtapp container monitor
` [PATCH v12 08/12] riscv: mm: Add page fault trace points
` [PATCH v12 09/12] rv: Add rtapp_pagefault monitor
` [PATCH v12 10/12] rv: Add rtapp_sleep monitor
` [PATCH v12 11/12] rv: Add documentation for rtapp monitor
` [PATCH v12 12/12] rv: Allow to configure the number of per-task monitor

[RFC PATCH 0/2] Switch tracing from sched-RCU to preempt-RCU
 2025-07-09 18:33 UTC  (12+ messages)
` [RFC PATCH 1/2] rcu: Add rcu_read_lock_notrace()

[PATCH 0/2] mm/damon: add trace events for auto-tuned monitoring intervals and DAMOS quota
 2025-07-09 18:28 UTC  (4+ messages)
` [PATCH 2/2] mm/damon: add trace event for effective size quota

[PATCH v11 00/21] RV: Linear temporal logic monitors for RT application
 2025-07-09 17:18 UTC  (4+ messages)
` [PATCH v11 02/21] printk: Make vprintk_deferred() public

[PATCH] tracing: Remove pointless memory barriers
 2025-07-09 15:08 UTC  (9+ messages)

[PATCH v2 00/13] xfs: tracing: remove unused event xfs_reflink_cow_found
 2025-07-09 14:55 UTC  (5+ messages)

[RFC PATCH RESEND] tracing: add kernel documentation for trace_array_set_clr_event, trace_set_clr_event and supporting functions
 2025-07-09 14:49 UTC  (12+ messages)

[PATCH bpf-next v3 0/7] Add attach_type in bpf_link
 2025-07-09 13:15 UTC  (17+ messages)
` [PATCH bpf-next v3 1/7] bpf: "
` [PATCH bpf-next v3 2/7] bpf: Remove attach_type in bpf_cgroup_link
` [PATCH bpf-next v3 3/7] bpf: Remove attach_type in sockmap_link
` [PATCH bpf-next v3 4/7] bpf: Remove location field in tcx_link
` [PATCH bpf-next v3 5/7] bpf: Remove attach_type in bpf_netns_link
` [PATCH bpf-next v3 6/7] bpf: Remove attach_type in bpf_tracing_link
` [PATCH bpf-next v3 7/7] netkit: Remove location field in netkit_link

[PATCH net-next v2] tcp: extend tcp_retransmit_skb tracepoint with failure reasons
 2025-07-09 11:05 UTC  (2+ messages)

[PATCH bpf-next] bpf: Clean up individual BTF_ID code
 2025-07-09  9:11 UTC  (3+ messages)

[PATCH v2] tools: bootconfig: Regex enclosed with quotes to make syntax highlight proper
 2025-07-09  2:57 UTC 

[PATCH] tools: bootconfig: Regex brackets need escape
 2025-07-09  2:55 UTC  (3+ messages)

[PATCH bpf-next v2 0/7] Add attach_type in bpf_link
 2025-07-09  2:31 UTC  (5+ messages)
` [PATCH bpf-next v2 1/7] bpf: "

[PATCH v3 0/2] tracing/preemptirq: Optimize disabled tracepoint overhead
 2025-07-08 18:54 UTC  (8+ messages)
` [PATCH v3 2/2] tracing/preemptirq: Optimize preempt_disable/enable() "

[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
 2025-07-08 18:37 UTC  (3+ messages)
` [PATCH v7 08/10] x86/nmi: Enable NMI-source for IPIs delivered as NMIs

[PATCH v8 00/15] khugepaged: mTHP support
 2025-07-08 16:23 UTC  (5+ messages)
` [PATCH v8 01/15] khugepaged: rename hpage_collapse_* to khugepaged_*

[PATCH 0/8] dma-mapping: migrate to physical address-based API
 2025-07-08 15:57 UTC  (10+ messages)

[PATCH v2] tracing: doc: fix "for a while" typo
 2025-07-08 14:14 UTC  (2+ messages)

[PATCH] Documentation: Remove duplicate word size in bootconfig
 2025-07-08 14:11 UTC  (2+ messages)

[PATCH v9 00/22] RV: Linear temporal logic monitors for RT application
 2025-07-08 13:31 UTC  (4+ messages)
` [PATCH v9 17/22] arm64: mm: Add page fault trace points


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).