linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-17 08:52:59 to 2024-10-01 01:57:59 UTC [more...]

[PATCH v14 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-10-01  1:57 UTC  (17+ 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 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 

[PATCHv5 bpf-next 00/13] uprobe, bpf: Add session support
 2024-09-30 21:36 UTC  (22+ 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 v8 00/11] fs: multigrain timestamp redux
 2024-09-30 21:35 UTC  (20+ messages)
` [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
` [PATCH v8 07/11] Documentation: add a new file documenting multigrain timestamps

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

[PATCH v2] uprobes: Improve the usage of xol slots for better scalability
 2024-09-30 21:04 UTC  (3+ messages)

[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] Documentation/tracing: Mention that RESET_ATTACK_MITIGATION can clear memory
 2024-09-30 17:24 UTC  (5+ messages)

Question about config UPROBES and UPROBE_EVENTS
 2024-09-30 15:43 UTC  (7+ messages)

ftrace not tracing pciehp probe
 2024-09-30 15:22 UTC  (2+ messages)

[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 v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-09-30 12:55 UTC  (5+ messages)
` [PATCH v5 17/17] powerpc64/bpf: Add support for "

[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 v2] ftrace: Hide a extra entry in stack trace
 2024-09-29 23:51 UTC  (2+ 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  (4+ messages)
` [PATCH 1/2 v5.10] x86/ibt,ftrace: Search for __fentry__ location
` [PATCH 2/2 v5.10] ftrace: Fix possible use-after-free issue in ftrace_location()

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

[PATCH] arm64: uprobes: Optimize cache flushes for xol slot
 2024-09-26 16:08 UTC  (16+ 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  (7+ messages)
` [PATCH 1/5] tracing/timerlat: Fix duplicated kthread creation due to CPU online/offline
` [PATCH 2/5] tracing/timerlat: Drop interface_lock in stop_kthread()
` [PATCH 3/5] tracing/timerlat: Fix a race during cpuhp processing
` [PATCH 4/5] tracing/hwlat: "
` [PATCH 5/5] tracing/hwlat: Fix deadlock in "

[PATCH v2] trace/trace_event_perf: remove duplicate samples on the first tracepoint event
 2024-09-26 12:51 UTC  (3+ 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 086/244] netfs: Cancel dirty folios that have no storage destination
 2024-09-25 11:26 UTC  (2+ messages)
` [PATCH AUTOSEL 6.11 197/244] perf,x86: avoid missing caller address in stack traces captured in uprobe

[PATCH net] mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING
 2024-09-25  7:08 UTC  (2+ messages)

[PATCH 1/2] mm: introduce mmap_lock_speculation_{start|end}
 2024-09-24 18:00 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH] brcm80211: BRCM_TRACING should depend on TRACING
 2024-09-24 13:35 UTC  (3+ messages)

[PATCH] bcachefs: BCACHEFS_PATH_TRACEPOINTS should depend on TRACING
 2024-09-24 11:55 UTC 

[PATCHv4 00/14] uprobe, bpf: Add session support
 2024-09-23 12:13 UTC  (14+ messages)
` [PATCHv4 02/14] uprobe: Add support for session consumer
` [PATCHv4 12/14] selftests/bpf: Add kprobe session verifier test for return value
` [PATCHv4 13/14] selftests/bpf: Add uprobe session single consumer test
` [PATCHv4 14/14] selftests/bpf: Add consumers stress test on single uprobe

[PATCH v15 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-09-23  8:08 UTC  (5+ messages)
` [PATCH v15 13/19] fprobe: Rewrite fprobe on function-graph tracer

[syzbot] [netfs?] KASAN: slab-use-after-free Read in iov_iter_advance
 2024-09-20 14:26 UTC 

[PATCH v5 0/8] pwm: New abstraction and userspace API
 2024-09-20  8:58 UTC  (2+ messages)
` [PATCH v5 4/8] pwm: Add tracing for waveform callbacks

[PATCH 0/7] add function arguments to ftrace
 2024-09-20  8:17 UTC  (8+ messages)

[PATCH v9 0/4] Generate address range data for built-in modules
 2024-09-20  0:24 UTC  (12+ messages)
` [PATCH v10 2/4] kbuild: generate offset range data for builtin modules

[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
 2024-09-19 11:18 UTC  (3+ messages)
` [PATCH v3 7/8] execmem: add support for cache of large ROX pages

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-09-18  7:56 UTC  (5+ messages)
` [PATCH 05/18] KVM: x86: hyper-v: Introduce MP_STATE_HV_INACTIVE_VTL

[RFC PATCH v2 00/10] Unmapping guest_memfd from Direct Map
 2024-09-18  5:48 UTC  (3+ messages)
` [RFC PATCH v2 01/10] kvm: gmem: Add option to remove gmem from direct map

[PATCH v3 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2024-09-18  2:05 UTC  (4+ messages)

[PATCH RFC] blktrace: add i/o alignment information
 2024-09-17 15:22 UTC 

[PATCH 0/8] tracing: Allow system call tracepoints to handle page faults
 2024-09-17  9:54 UTC  (3+ messages)

[PATCH RESEND v3 0/2] Introduce tracepoint for hugetlbfs
 2024-09-17  9:08 UTC  (2+ 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).