linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-18 15:26:05 to 2025-07-22 21:05:47 UTC [more...]

[RFC] New codectl(2) system call for sframe registration
 2025-07-22 21:04 UTC  (13+ messages)

[PATCH v3] tracing: Deprecate auto-mounting tracefs in debugfs
 2025-07-22 20:46 UTC 

[PATCH 0/4] xfs: more unused events from linux-next
 2025-07-22 20:19 UTC  (5+ messages)
` [PATCH 1/4] xfs: remove unused trace event xfs_dqreclaim_dirty
` [PATCH 2/4] xfs: remove unused trace event xfs_log_cil_return
` [PATCH 3/4] xfs: remove unused trace event xfs_discard_rtrelax
` [PATCH 4/4] xfs: remove unused trace event xfs_reflink_cow_enospc

[PATCH] mm/page_alloc: remove trace_mm_alloc_contig_migrate_range_info()
 2025-07-22 19:50 UTC  (2+ messages)

[PATCH] tracing: arm: arm64: Hide trace events ipi_raise, ipi_entry and ipi_exit
 2025-07-22 19:26 UTC  (2+ messages)

[PATCH 0/2] vfs: fix delegated timestamp updates
 2025-07-22 18:52 UTC  (3+ messages)
` [PATCH 1/2] vfs: add tracepoints in inode_set_ctime_deleg
` [PATCH 2/2] vfs: fix delegated timestamp handling in setattr_copy()

[PATCH v3 0/5] tracepoints: Add warnings for unused tracepoints and trace events
 2025-07-22 18:12 UTC  (9+ messages)
` [PATCH v3 1/5] tracepoints: Add verifier that makes sure all defined tracepoints are used
` [PATCH v3 2/5] tracing: sorttable: Add a tracepoint verification check at build time
` [PATCH v3 3/5] tracing: sorttable: Find unused tracepoints for arm64 that uses reloc for address
` [PATCH v3 4/5] tracepoint: Do not warn for unused event that is exported
` [PATCH v3 5/5] tracing: Call trace_ftrace_test_filter() for the event

[PATCH v9 00/14] khugepaged: mTHP support
 2025-07-22 15:39 UTC  (10+ messages)
` [PATCH v9 09/14] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v9 12/14] khugepaged: improve tracepoints for mTHP orders
` [PATCH v9 13/14] khugepaged: add per-order mTHP khugepaged stats

[PATCH v2 0/9] rtla/timerlat: Support actions on threshold and on end
 2025-07-22 15:29 UTC  (5+ messages)
` [PATCH v2 9/9] Documentation/rtla: Add actions feature

[PATCH] tracing: sched: Hide numa balancing trace events
 2025-07-22 14:48 UTC 

[PATCH] LoongArch: KVM: Move kvm_iocsr tracepoint out of generic code
 2025-07-22 13:47 UTC 

[PATCH v3 04/13] x86: Handle KCOV __init vs inline mismatches
 2025-07-22 13:29 UTC  (10+ messages)

[PATCH v8] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-07-22 12:29 UTC  (10+ messages)
      ` [PATCH v8] PCI: hotplug: Add a generic RAS tracepoinggt "

[PATCH v2 1/2] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL
 2025-07-22  8:56 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/fprobe: fix updated fprobe for function-graph tracer

[PATCH 0/6] rv: Clean up & simplify
 2025-07-22  8:30 UTC  (18+ messages)
` [PATCH 1/6] rv: Remove unused field in struct rv_monitor_def
` [PATCH 2/6] rv: Merge struct rv_monitor_def into struct rv_monitor
` [PATCH 3/6] rv: Merge struct rv_reactor_def into struct rv_reactor
` [PATCH 4/6] rv: Remove rv_reactor's reference counter
` [PATCH 5/6] rv: Remove the nop reactor
` [PATCH 6/6] rv: Remove struct rv_monitor::reacting

[PATCH v2 0/6] perf auxtrace: Support AUX pause and resume with BPF
 2025-07-22  8:14 UTC  (9+ messages)
` [PATCH PATCH v2 v2 1/6] perf/core: Make perf_event_aux_pause() as external function
` [PATCH PATCH v2 v2 2/6] bpf: Add bpf_perf_event_aux_pause kfunc
` [PATCH PATCH v2 v2 3/6] perf: auxtrace: Control AUX pause and resume with BPF
` [PATCH PATCH v2 v2 4/6] perf: auxtrace: Add BPF userspace program for AUX pause and resume
` [PATCH PATCH v2 v2 5/6] perf record: Support AUX pause and resume with BPF
` [PATCH PATCH v2 v2 6/6] perf docs: Document "

[PATCH net-next v7 RESEND] tcp: trace retransmit failures in tcp_retransmit_skb
 2025-07-22  6:42 UTC  (6+ messages)

[PATCH] tracing: Remove pointless memory barriers
 2025-07-22  0:49 UTC  (4+ messages)

[PATCH v2 0/6] tracing: probes: Use heap instead of stack for temporary buffers
 2025-07-21 22:35 UTC  (10+ messages)
` [PATCH v2 1/6] tracing: probe: Allocate traceprobe_parse_context from heap
` [PATCH v2 2/6] tracing: fprobe-event: Allocate string buffers "
` [PATCH v2 3/6] tracing: kprobe-event: "
` [PATCH v2 4/6] tracing: eprobe-event: "
` [PATCH v2 5/6] tracing: uprobe-event: "
` [PATCH v2 6/6] tracing: probes: Add a kerneldoc for traceprobe_parse_event_name()

[PATCH v1 0/7] perf auxtrace: Support AUX pause with BPF backend
 2025-07-21 22:32 UTC  (7+ messages)
` [PATCH v1 2/7] bpf: Add bpf_perf_event_aux_pause kfunc

[PATCH] selftests/tracing: Fix false failure of subsystem event test
 2025-07-21 17:42 UTC 

[PATCH -next] selftests/ftrace: Prevent potential failure in subsystem-enable test case
 2025-07-21 17:29 UTC  (4+ messages)

[PATCH v4 01/14] tools/rv: Do not skip idle in trace
 2025-07-21 16:13 UTC  (21+ messages)
` [PATCH v4 02/14] tools/rv: Stop gracefully also on SIGTERM
` [PATCH v4 03/14] rv: Add da_handle_start_run_event_ to per-task monitors
` [PATCH v4 04/14] rv: Remove trailing whitespace from tracepoint string
` [PATCH v4 05/14] rv: Return init error when registering monitors
` [PATCH v4 06/14] rv: Use strings in da monitors tracepoints
` [PATCH v4 07/14] rv: Adjust monitor dependencies
` [PATCH v4 08/14] verification/rvgen: Organise Kconfig entries for nested monitors
` [PATCH v4 09/14] tools/dot2c: Fix generated files going over 100 column limit
` [PATCH v4 10/14] rv: Retry when da monitor detects race conditions
` [PATCH v4 11/14] sched: Adapt sched tracepoints for RV task model
` [PATCH v4 12/14] rv: Replace tss and sncid monitors with more complete sts
` [PATCH v4 13/14] rv: Add nrp and sssw per-task monitors
` [PATCH v4 14/14] rv: Add opid per-cpu monitor

[syzbot] [afs?] WARNING: ODEBUG bug in delete_node (3)
 2025-07-21 14:38 UTC  (3+ messages)

[RFC PATCH v1 00/16] s390: SFrame user space unwinding
 2025-07-21 14:25 UTC  (7+ messages)
` [RFC PATCH v1 07/16] unwind_user: Enable archs that do not necessarily save RA

[PATCH v4 0/8] arm64: Enable UPROBES with GCS
 2025-07-21 12:12 UTC  (10+ messages)
` [PATCH v4 1/8] arm64/gcs: task_gcs_el0_enable() should use passed task
` [PATCH v4 2/8] arm64: probes: Break ret out from bl/blr
` [PATCH v4 3/8] arm64: uaccess: Move existing GCS accessors definitions to gcs.h
` [PATCH v4 4/8] arm64: uaccess: Add additional userspace GCS accessors
` [PATCH v4 5/8] arm64: probes: Add GCS support to bl/blr/ret
` [PATCH v4 6/8] arm64: uprobes: Add GCS support to uretprobes
` [PATCH v4 7/8] arm64: Kconfig: Remove GCS restrictions on UPROBES
` [PATCH v4 8/8] uprobes: uprobe_warn should use passed task

[PATCH 0/2] verification/rvgen: Fix variable definition generation
 2025-07-21 12:07 UTC  (3+ messages)
` [PATCH 2/2] verification/rvgen: Do not generate unused variables

[PATCH v8] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-07-21  8:55 UTC  (3+ messages)

[PATCH v5 0/3] Add support for long task name
 2025-07-21  7:52 UTC  (7+ messages)
` [PATCH v5 3/3] treewide: Switch from tsk->comm to tsk->comm_str which is 64 bytes long

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

[syzbot] Monthly trace report (Jul 2025)
 2025-07-20  9:04 UTC 

[PATCH] ring-buffer: make the const read-only 'type' static
 2025-07-19  6:32 UTC  (4+ messages)

[PATCH v2] tracing: Add down_write(trace_event_sem) when adding trace event
 2025-07-19  4:36 UTC  (2+ messages)

[PATCH 0/5] tracing: probes: Use heap instead of stack for temporary buffers
 2025-07-19  4:35 UTC  (17+ messages)
` [PATCH 1/5] tracing: probe: Allocate traceprobe_parse_context from heap
` [PATCH 2/5] tracing: fprobe-event: Allocate string buffers "
` [PATCH 3/5] tracing: kprobe-event: "
` [PATCH 4/5] tracing: eprobe-event: "
` [PATCH 5/5] tracing: uprobe-event: "

[RFC PATCH 1/2] rcu: Add rcu_read_lock_notrace()
 2025-07-19  0:28 UTC  (11+ messages)

[PATCH v14 00/11] perf: Support the deferred unwinding infrastructure
 2025-07-18 16:41 UTC  (12+ messages)
` [PATCH v14 01/11] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v14 02/11] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v14 03/11] perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm == NULL
` [PATCH v14 04/11] perf: Simplify get_perf_callchain() user logic
` [PATCH v14 05/11] perf: Skip user unwind if the task is a kernel thread
` [PATCH v14 06/11] perf: Support deferred user callchains
` [PATCH v14 07/11] perf: Support deferred user callchains for per CPU events
` [PATCH v14 08/11] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v14 09/11] perf record: Enable defer_callchain for user callchains
` [PATCH v14 10/11] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v14 11/11] perf tools: Merge deferred user callchains


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