linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-25 11:50:25 to 2024-10-02 01:10:34 UTC [more...]

[RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-10-02  1:10 UTC  (6+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] llvm-cov: add Clang's Source-based Code Coverage support
  ` [PATCH v2 2/4] llvm-cov: add Clang's MC/DC support

[PATCH v14 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-10-01 23:32 UTC  (26+ messages)
` [PATCH v14 03/19] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v14 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v14 05/19] function_graph: Pass ftrace_regs to retfunc
` [PATCH v14 08/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs

[PATCH v2 tip/perf/core 0/5] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-01 22:52 UTC  (6+ messages)
` [PATCH v2 tip/perf/core 1/5] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH v2 tip/perf/core 2/5] mm: switch to 64-bit mm_lock_seq/vm_lock_seq on 64-bit architectures
` [PATCH v2 tip/perf/core 3/5] fs: add back RCU-delayed freeing of FMODE_BACKING file
` [PATCH v2 tip/perf/core 4/5] uprobes: simplify find_active_uprobe_rcu() VMA checks
` [PATCH v2 tip/perf/core 5/5] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

[PATCH v9 0/5] Tracepoints and static branch in Rust
 2024-10-01 22:28 UTC  (14+ messages)
` [PATCH v9 1/5] rust: add generic static_key_false
` [PATCH v9 2/5] rust: add tracepoint support
` [PATCH v9 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v9 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v9 5/5] rust: add arch_static_branch

[PATCH] tracepoints: Use new static branch API
 2024-10-01 22:24 UTC 

[PATCH v5 0/5] MCE wrapper and support for new SMCA syndrome MSRs
 2024-10-01 18:12 UTC  (6+ messages)
` [PATCH v5 1/5] x86/mce: Add wrapper for struct mce to export vendor specific info
` [PATCH v5 2/5] tracing: Add __print_dynamic_array() helper
` [PATCH v5 3/5] x86/mce, EDAC/mce_amd: Add support for new MCA_SYND{1,2} registers
` [PATCH v5 4/5] x86/mce/apei: Handle variable register array size
` [PATCH v5 5/5] EDAC/mce_amd: Add support for FRU Text in MCA

[PATCHv5 bpf-next 00/13] uprobe, bpf: Add session support
 2024-10-01 17:11 UTC  (28+ messages)
` [PATCHv5 bpf-next 01/13] uprobe: Add data pointer to consumer handlers
` [PATCHv5 bpf-next 02/13] uprobe: Add support for session consumer
` [PATCHv5 bpf-next 03/13] bpf: Add support for uprobe multi session attach
` [PATCHv5 bpf-next 04/13] bpf: Add support for uprobe multi session context
` [PATCHv5 bpf-next 05/13] bpf: Allow return values 0 and 1 for uprobe/kprobe session
` [PATCHv5 bpf-next 06/13] libbpf: Add support for uprobe multi session attach
` [PATCHv5 bpf-next 07/13] selftests/bpf: Add uprobe session test
` [PATCHv5 bpf-next 08/13] selftests/bpf: Add uprobe session cookie test
` [PATCHv5 bpf-next 09/13] selftests/bpf: Add uprobe session recursive test
` [PATCHv5 bpf-next 10/13] selftests/bpf: Add uprobe session verifier test for return value
` [PATCHv5 bpf-next 11/13] selftests/bpf: Add kprobe "
` [PATCHv5 bpf-next 12/13] selftests/bpf: Add uprobe session single consumer test
` [PATCHv5 bpf-next 13/13] selftests/bpf: Add uprobe sessions to "

[PATCH 0/2] uprobes: kill xol_area->slot_count
 2024-10-01 16:59 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] uprobes: fold xol_take_insn_slot() into xol_get_insn_slot()

[PATCH v8 00/12] fs: multigrain timestamp redux
 2024-10-01 16:17 UTC  (17+ messages)
` [PATCH v8 01/12] timekeeping: add interfaces for handling timestamps with a floor value
` [PATCH v8 02/12] fs: add infrastructure for multigrain timestamps
` [PATCH v8 03/12] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v8 04/12] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v8 05/12] fs: tracepoints around multigrain timestamp events
` [PATCH v8 06/12] fs: add percpu counters for significant "
` [PATCH v8 07/12] timekeeping: add percpu counter for tracking floor swap events
` [PATCH v8 08/12] Documentation: add a new file documenting multigrain timestamps
` [PATCH v8 09/12] xfs: switch to "
` [PATCH v8 10/12] ext4: "
` [PATCH v8 11/12] btrfs: convert "
` [PATCH v8 12/12] tmpfs: add support for "

[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-01 14:53 UTC  (7+ messages)
` [PATCH v5 17/17] powerpc64/bpf: Add support for "

[PATCH v2] uprobes: Improve the usage of xol slots for better scalability
 2024-10-01 14:29 UTC  (4+ messages)

[PATCH v2] Documentation/tracing: Mention that RESET_ATTACK_MITIGATION can clear memory
 2024-10-01 13:57 UTC 

[PATCH v2] ftrace: Hide a extra entry in stack trace
 2024-10-01 13:47 UTC  (5+ messages)

[PATCH] Documentation/tracing: Mention that RESET_ATTACK_MITIGATION can clear memory
 2024-10-01 13:32 UTC  (10+ messages)

[PATCH v8 0/5] Tracepoints and static branch in Rust
 2024-10-01 13:32 UTC  (3+ messages)

[PATCH v8 00/11] fs: multigrain timestamp redux
 2024-10-01 12:45 UTC  (19+ messages)
` [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper

ftrace not tracing pciehp probe
 2024-10-01 12:34 UTC  (3+ messages)

Question about config UPROBES and UPROBE_EVENTS
 2024-10-01 12:33 UTC  (11+ messages)

[PATCH v2] trace/trace_event_perf: remove duplicate samples on the first tracepoint event
 2024-10-01  8:48 UTC  (3+ messages)

[PATCH linux-next] tracing: use strscpy() to instead of strncpy()
 2024-10-01  1:33 UTC  (3+ messages)

[PATCH] tracing: replace multiple deprecated strncpy with strscpy
 2024-10-01  0:03 UTC 

[PATCH RESEND tip/perf/core] uprobes: switch to RCU Tasks Trace flavor for better performance
 2024-09-30 21:22 UTC 

[PATCH] tracing/probes: Fix MAX_TRACE_ARGS limit handling
 2024-09-30 20:26 UTC  (5+ messages)
      ` [PATCH v2] "

[PATCH resend 0/8] tracing: Allow system call tracepoints to handle page faults
 2024-09-30 19:23 UTC  (9+ messages)
` [PATCH resend 1/8] tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALL
` [PATCH resend 2/8] tracing/ftrace: guard syscall probe with preempt_notrace
` [PATCH resend 3/8] tracing/perf: "
` [PATCH resend 4/8] tracing/bpf: "
` [PATCH resend 5/8] tracing: Allow system call tracepoints to handle page faults
` [PATCH resend 6/8] tracing/ftrace: Add might_fault check to syscall probes
` [PATCH resend 7/8] tracing/perf: "
` [PATCH resend 8/8] tracing/bpf: "

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-09-30 15:14 UTC  (3+ messages)
` [PATCH 21/35] ring-buffer: "

[PATCH v2] function_graph: Improve fgraph LRU data initialization
 2024-09-30 14:55 UTC  (2+ messages)

[PATCH] tools/timerlat: Enhance Error Handling and Readability for timerlat_load.py
 2024-09-30 14:08 UTC  (4+ messages)

[PATCH 0/7] uprobes: deuglify xol_get_insn_slot/xol_free_insn_slot paths
 2024-09-30  8:10 UTC  (9+ messages)
` [PATCH 1/7] uprobes: don't abuse get_utask() in pre_ssout() and prepare_uretprobe()
` [PATCH 2/7] uprobes: sanitiize xol_free_insn_slot()
` [PATCH 3/7] uprobes: kill the unnecessary put_uprobe/xol_free_insn_slot in uprobe_free_utask()
` [PATCH 4/7] uprobes: simplify xol_take_insn_slot() and its caller
` [PATCH 5/7] uprobes: move the initialization of utask->xol_vaddr from pre_ssout() to xol_get_insn_slot()
` [PATCH 6/7] uprobes: pass utask to xol_get_insn_slot() and xol_free_insn_slot()
` [PATCH 7/7] uprobes: deny mremap(xol_vma)

[PATCH] function_graph: Simplify the initialization of fgraph LRU data
 2024-09-30  7:16 UTC  (3+ messages)

[PATCH v7 0/8] Improve the copy of task comm
 2024-09-29  9:48 UTC  (9+ messages)
` [PATCH v7 5/8] mm/util: Fix possible race condition in kstrdup()

[PATCH 0/2 v5.10] Fix CVE-2024-38588
 2024-09-27 11:46 UTC  (2+ messages)

[PATCH] uprobes: Improve the usage of xol slots for better scalability
 2024-09-27 10:01 UTC  (7+ messages)

[PATCH] arm64: uprobes: Optimize cache flushes for xol slot
 2024-09-26 16:08 UTC  (9+ messages)

[PATCH] rtla: Fix consistency in getopt_long for timerlat_hist
 2024-09-26 14:34 UTC 

[PATCH] tracing/fprobe: Call trace_probe_log_set_index(0) only once in __trace_fprobe_create()
 2024-09-26 14:31 UTC 

[syzbot] [trace?] [bpf?] possible deadlock in __mod_timer (4)
 2024-09-26 13:06 UTC  (3+ messages)

[PATCH 0/5] tracing: Fix several deadlock/race issues in timerlat and hwlat tracer
 2024-09-26 12:57 UTC  (2+ messages)

[PATCH v3] mm: move mm flags to mm_types.h
 2024-09-26  7:49 UTC 

[PATCH] ftrace: Hide a extra entry in stack trace
 2024-09-26  5:43 UTC  (3+ messages)

[PATCH] trace doc: document the device_pm_callback events
 2024-09-26  4:59 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 115/139] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-09-25 12:08 UTC 

[PATCH AUTOSEL 6.10 071/197] netfs: Cancel dirty folios that have no storage destination
 2024-09-25 11:52 UTC  (2+ messages)
` [PATCH AUTOSEL 6.10 160/197] perf,x86: avoid missing caller address in stack traces captured in uprobe

[PATCH AUTOSEL 6.11 197/244] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-09-25 11:26 UTC 


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