linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-07 13:52:07 to 2025-05-13 00:52:05 UTC [more...]

[PATCH v1 0/5] relayfs: misc changes
 2025-05-13  0:52 UTC  (9+ messages)
` [PATCH v1 1/5] relayfs: support a counter tracking if per-cpu buffers is full
` [PATCH v1 2/5] relayfs: introduce dump of relayfs statistics function
` [PATCH v1 3/5] blktrace: use rbuf->stats.full as a drop indicator in relayfs
` [PATCH v1 4/5] relayfs: support a counter tracking if data is too big to write
` [PATCH v1 5/5] relayfs: uniformally use possible cpu iteration

[RFC PATCH] tracing: ring_buffer: Rewind persistent ring buffer when reboot
 2025-05-13  0:50 UTC 

[PATCH v3] tracing: Record trace_clock and recover when reboot
 2025-05-13  0:31 UTC 

[PATCH v4] tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
 2025-05-12 22:29 UTC  (2+ messages)

[PATCH v8 00/18] unwind_user: perf: x86: Deferred unwinding infrastructure
 2025-05-12 22:27 UTC  (27+ messages)
` [PATCH v8 01/18] unwind_user: Add user space unwinding API
` [PATCH v8 02/18] unwind_user: Add frame pointer support
` [PATCH v8 03/18] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v8 04/18] perf/x86: Rename and move get_segment_base() and make it global
` [PATCH v8 05/18] unwind_user: Add compat mode frame pointer support
` [PATCH v8 06/18] unwind_user/x86: Enable compat mode frame pointer unwinding on x86
` [PATCH v8 07/18] unwind_user/deferred: Add unwind_deferred_trace()
` [PATCH v8 08/18] unwind_user/deferred: Add unwind cache
` [PATCH v8 09/18] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v8 10/18] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v8 11/18] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v8 12/18] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v8 13/18] unwind: Clear unwind_mask on exit back to user space
` [PATCH v8 14/18] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v8 15/18] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v8 16/18] perf: Use current->flags & PF_KTHREAD instead of current->mm == NULL
` [PATCH v8 17/18] perf: Simplify get_perf_callchain() user logic
` [PATCH v8 18/18] perf: Skip user unwind if the task is a kernel thread

[PATCH 0/3] tracing: Some cleanups of event trigger code
 2025-05-12 20:50 UTC  (6+ messages)
` [PATCH 1/3] tracing: Rename event_trigger_alloc() to trigger_data_alloc()
` [PATCH 2/3] tracing: Fix error handling in event_trigger_parse()
` [PATCH 3/3] tracing: Remove unnecessary "goto out" that simply returns ret is trigger code

[PATCH AUTOSEL 5.4 1/3] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
 2025-05-12 18:05 UTC 

[PATCH AUTOSEL 5.10 1/3] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
 2025-05-12 18:05 UTC 

[PATCH AUTOSEL 5.15 1/3] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
 2025-05-12 18:05 UTC 

[PATCH AUTOSEL 6.1 1/4] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
 2025-05-12 18:05 UTC 

[PATCH AUTOSEL 6.6 1/6] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
 2025-05-12 18:04 UTC 

[PATCH AUTOSEL 6.12 02/11] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
 2025-05-12 18:04 UTC 

[PATCH AUTOSEL 6.14 05/15] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
 2025-05-12 18:03 UTC 

[PATCH v2 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
 2025-05-12 16:49 UTC  (15+ messages)
` [PATCH v2 01/11] x86/mm/pat: factor out setting cachemode into pgprot_set_cachemode()
` [PATCH v2 02/11] mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()
` [PATCH v2 03/11] mm: introduce pfnmap_track() and pfnmap_untrack() and use them for memremap
` [PATCH v2 04/11] mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()
` [PATCH v2 05/11] x86/mm/pat: remove old pfnmap tracking interface
` [PATCH v2 06/11] mm: remove VM_PAT
` [PATCH v2 07/11] x86/mm/pat: remove strict_prot parameter from reserve_pfn_range()
` [PATCH v2 08/11] x86/mm/pat: remove MEMTYPE_*_MATCH
` [PATCH v2 09/11] x86/mm/pat: inline memtype_match() into memtype_erase()
` [PATCH v2 10/11] drm/i915: track_pfn() -> "pfnmap tracking"
` [PATCH v2 11/11] mm/io-mapping: "

[Invitation] Linux MM Alignment Session on Hierarchical Per-CPU counters on Wednesday
 2025-05-12 16:26 UTC 

[PATCH] scsi: trace: change the rtn log in hex format
 2025-05-12 16:11 UTC  (2+ messages)

[PATCH bpf-next 0/4] bpf: Allow get_func_[arg|arg_cnt] helpers in raw tracepoint programs
 2025-05-12 16:01 UTC  (11+ messages)
` [PATCH bpf-next 1/4] "

[PATCH 1/2] ftrace: Fix preemption acounting for stacktrace trigger command
 2025-05-12 14:31 UTC  (4+ messages)
` [PATCH 2/2] ftrace: Fix preemption acounting for stacktrace filter command

[BUG?] perf_event_open fails on synthetic event created through dynamic_events
 2025-05-12 14:22 UTC  (2+ messages)

[PATCH] tracing: probes: Fix a possible race in trace_probe_log APIs
 2025-05-12 14:03 UTC  (3+ messages)

[PATCH perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-05-12 13:37 UTC  (8+ messages)
` [PATCH perf/core 03/22] uprobes: Move ref_ctr_offset update out of uprobe_write_opcode

[syzbot] [bpf?] [trace?] WARNING in get_bpf_raw_tp_regs
 2025-05-12 13:13 UTC  (2+ messages)

[PATCH v8 00/22] RV: Linear temporal logic monitors for RT application
 2025-05-12 10:51 UTC  (23+ messages)
` [PATCH v8 01/22] rv: Add #undef TRACE_INCLUDE_FILE
` [PATCH v8 02/22] printk: Make vprintk_deferred() public
` [PATCH v8 03/22] panic: Add vpanic()
` [PATCH v8 04/22] rv: Let the reactors take care of buffers
` [PATCH v8 05/22] verification/dot2k: Make a separate dot2k_templates/Kconfig_container
` [PATCH v8 06/22] verification/dot2k: Remove __buff_to_string()
` [PATCH v8 07/22] verification/dot2k: Replace is_container() hack with subparsers
` [PATCH v8 08/22] rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTS
` [PATCH v8 09/22] verification/dot2k: Prepare the frontend for LTL inclusion
` [PATCH v8 10/22] Documentation/rv: Prepare monitor synthesis document "
` [PATCH v8 11/22] verification/rvgen: Restructure the templates files
` [PATCH v8 12/22] verification/rvgen: Restructure the classes to prepare for LTL inclusion
` [PATCH v8 13/22] rv: Add support for LTL monitors
` [PATCH v8 14/22] rv: Add rtapp container monitor
` [PATCH v8 15/22] x86/tracing: Remove redundant trace_pagefault_key
` [PATCH v8 16/22] x86/tracing: Move page fault trace points to generic
` [PATCH v8 17/22] arm64: mm: Add page fault trace points
` [PATCH v8 18/22] riscv: "
` [PATCH v8 19/22] rv: Add rtapp_pagefault monitor
` [PATCH v8 20/22] rv: Add rtapp_sleep monitor
` [PATCH v8 21/22] rv: Add documentation for rtapp monitor
` [PATCH v8 22/22] rv: Allow to configure the number of per-task monitor

[PATCH v4 00/24] Tracefs support for pKVM
 2025-05-12  7:55 UTC  (13+ messages)
` [PATCH v4 01/24] ring-buffer: Introduce ring-buffer remotes
` [PATCH v4 02/24] tracing: Introduce trace remotes
` [PATCH v4 05/24] tracing: Add events to "
` [PATCH v4 08/24] ring-buffer: Expose buffer_data_page material

[PATCH v8] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-05-12  1:38 UTC 

[PATCH v3] tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
 2025-05-10 13:23 UTC 

[PATCH v2 0/2] tracing: fix race when creating trace probe log error message
 2025-05-09 23:57 UTC  (6+ messages)
` [PATCH v2 1/2] tracing: add missing trace_probe_log_clear for eprobes
` [PATCH v2 2/2] tracing: protect trace_probe_log with mutex

[PATCH 0/4] tracing: fprobe-events: Register fprobe only when the event is enabled
 2025-05-09 23:41 UTC  (4+ messages)
` [RFC PATCH] tracing: tprobe-events: Register tracepoint when enable tprobe event

[PATCH] tracing: fprobe: Fix RCU warning message in list traversal
 2025-05-09 21:55 UTC  (3+ messages)

[PATCH] tracing: samples: Initialize trace_array_printk() with the correct function
 2025-05-09 19:26 UTC 

[PATCH v2] tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
 2025-05-09 19:06 UTC  (3+ messages)

[PATCH v3 bpf-next 0/2] bpf: Allow some trace helpers for all prog types
 2025-05-09 18:10 UTC  (2+ messages)

[PATCH v2] selftests/ftrace: Convert poll to a gen_file
 2025-05-09 17:03 UTC  (4+ messages)

[PATCH v5 00/17] perf: Deferred unwinding of user space stack traces
 2025-05-09 15:55 UTC  (9+ messages)
` [PATCH v5 13/17] perf: Support deferred user callchains

[PATCH v7 00/22] RV: Linear temporal logic monitors for RT application
 2025-05-09 15:23 UTC  (25+ messages)
` [PATCH v7 01/22] rv: Add #undef TRACE_INCLUDE_FILE
` [PATCH v7 02/22] printk: Make vprintk_deferred() public
` [PATCH v7 03/22] panic: Add vpanic()
` [PATCH v7 04/22] rv: Let the reactors take care of buffers
` [PATCH v7 05/22] verification/dot2k: Make a separate dot2k_templates/Kconfig_container
` [PATCH v7 06/22] verification/dot2k: Remove __buff_to_string()
` [PATCH v7 07/22] verification/dot2k: Replace is_container() hack with subparsers
` [PATCH v7 08/22] rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTS
` [PATCH v7 09/22] verification/dot2k: Prepare the frontend for LTL inclusion
` [PATCH v7 10/22] Documentation/rv: Prepare monitor synthesis document "
` [PATCH v7 11/22] verification/rvgen: Restructure the templates files
` [PATCH v7 12/22] verification/rvgen: Restructure the classes to prepare for LTL inclusion
` [PATCH v7 13/22] rv: Add support for LTL monitors
` [PATCH v7 14/22] rv: Add rtapp container monitor
` [PATCH v7 15/22] x86/tracing: Remove redundant trace_pagefault_key
` [PATCH v7 16/22] x86/tracing: Move page fault trace points to generic
` [PATCH v7 17/22] arm64: mm: Add page fault trace points
` [PATCH v7 18/22] riscv: "
` [PATCH v7 19/22] rv: Add rtapp_pagefault monitor
` [PATCH v7 20/22] rv: Add rtapp_sleep monitor
` [PATCH v7 21/22] rv: Add documentation for rtapp monitor
` [PATCH v7 22/22] rv: Allow to configure the number of per-task monitor

[PATCH v3 4/7] arm64: probes: Add GCS support to bl/blr/ret
 2025-05-09 11:56 UTC  (2+ messages)

[PATCH v7 00/17] unwind_user: perf: x86: Deferred unwinding infrastructure
 2025-05-09  1:36 UTC  (3+ messages)
` [PATCH v7 11/17] unwind deferred: Use bitmask to determine which callbacks to call

[PATCH v5 0/9] x86: Add support for NMI-source reporting with FRED
 2025-05-09  0:46 UTC  (20+ messages)
` [PATCH v5 4/9] x86/nmi: Assign and register NMI-source vectors
` [PATCH v5 5/9] x86/nmi: Add support to handle NMIs with source information
` [PATCH v5 6/9] x86/nmi: Prepare for the new NMI-source vector encoding
` [PATCH v5 8/9] perf/x86: Enable NMI-source reporting for perfmon
` [PATCH v5 9/9] x86/nmi: Include NMI-source information in tracepoint and debug prints

[syzbot] [bpf?] possible deadlock in trie_delete_elem
 2025-05-08 23:39 UTC  (3+ messages)

[PATCH v2] tracing: Allow the top level trace_marker to write into another instances
 2025-05-08 13:56 UTC 

[RESEND PATCH bpf-next v4 2/2] bpf: Move the BPF net tracepoint definitions to net directory
 2025-05-08  2:36 UTC  (2+ messages)

[PATCH v7] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-05-08  1:24 UTC  (3+ messages)

[PATCH] scsi: trace: change the rtn log in hex format
 2025-05-08  1:21 UTC  (3+ messages)

[PATCH v2] tracing: Add a helper function to handle the dereference arg in verifier
 2025-05-07 23:17 UTC 

[PATCH v3 0/2] tracing: fix race when creating trace probe log error message
 2025-05-07 21:33 UTC  (6+ messages)
` [PATCH v3 1/2] tracing: add missing trace_probe_log_clear for eprobes
` [PATCH v3 2/2] tracing: protect trace_probe_log with mutex

[PATCH v6 00/22] RV: Linear temporal logic monitors for RT application
 2025-05-07 21:23 UTC  (7+ messages)
` [PATCH v6 13/22] rv: Add support for LTL monitors
` [PATCH v6 16/22] x86/tracing: Move page fault trace points to generic
` [PATCH v6 17/22] arm64: mm: Add page fault trace points

[RFC][PATCH] tracing/sched: Use __string() instead of fixed lengths for task->comm
 2025-05-07 17:34 UTC 

[PATCH v4 01/12] riscv: ftrace: support fastcc in Clang for WITH_ARGS
 2025-05-07 14:35 UTC  (8+ messages)
` [PATCH v4 05/12] riscv: ftrace: prepare ftrace for atomic code patching

[PATCH v1 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
 2025-05-07 14:27 UTC  (6+ messages)
` [PATCH v1 05/11] mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()

[PATCH] tracing: Fix error handling in event_trigger_parse
 2025-05-07 13:52 UTC  (4+ 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).