linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-14 06:11:33 to 2024-09-24 09:53:52 UTC [more...]

[PATCH 0/5] tracing: Fix several deadlock/race issues in timerlat and hwlat tracer
 2024-09-24  9:45 UTC  (6+ 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-24  7:13 UTC  (2+ messages)

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

[PATCH] arm64: uprobes: Optimize cache flushes for xol slot
 2024-09-23 16:03 UTC  (14+ messages)

[PATCHv4 00/14] uprobe, bpf: Add session support
 2024-09-23 12:13 UTC  (24+ messages)
` [PATCHv4 01/14] uprobe: Add data pointer to consumer handlers
` [PATCHv4 02/14] uprobe: Add support for session consumer
` [PATCHv4 03/14] bpf: Add support for uprobe multi session attach
` [PATCHv4 04/14] bpf: Add support for uprobe multi session context
` [PATCHv4 05/14] bpf: Allow return values 0 and 1 for uprobe/kprobe session
` [PATCHv4 06/14] libbpf: Fix uretprobe.multi.s programs auto attachment
` [PATCHv4 07/14] libbpf: Add support for uprobe multi session attach
` [PATCHv4 08/14] selftests/bpf: Add uprobe session test
` [PATCHv4 09/14] selftests/bpf: Add uprobe session cookie test
` [PATCHv4 10/14] selftests/bpf: Add uprobe session recursive test
` [PATCHv4 11/14] selftests/bpf: Add uprobe session verifier test for return value
` [PATCHv4 12/14] selftests/bpf: Add kprobe "
` [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  (23+ messages)
` [PATCH v15 01/19] tracing: Add a comment about ftrace_regs definition
` [PATCH v15 02/19] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v15 03/19] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v15 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v15 05/19] function_graph: Pass ftrace_regs to retfunc
` [PATCH v15 06/19] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v15 07/19] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v15 08/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v15 09/19] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v15 10/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v15 11/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v15 12/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v15 13/19] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v15 14/19] tracing: Fix function timing profiler to initialize hashtable
` [PATCH v15 15/19] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v15 16/19] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v15 17/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v15 18/19] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v15 19/19] bpf: Add get_entry_ip() for arm64

[PATCH] ftrace: Hide a extra entry in stack trace
 2024-09-23  3:59 UTC 

[PATCH] trace doc: document the device_pm_callback events
 2024-09-22 13:26 UTC 

[syzbot] [trace?] [bpf?] possible deadlock in __mod_timer (4)
 2024-09-22  6:39 UTC 

[PATCH] tools/timerlat: Enhance Error Handling and Readability for timerlat_load.py
 2024-09-21 23:43 UTC 

[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 v8 00/11] fs: multigrain timestamp redux
 2024-09-19 16:53 UTC  (22+ messages)
` [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
` [PATCH v8 02/11] fs: add infrastructure for multigrain timestamps
` [PATCH v8 03/11] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v8 04/11] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v8 05/11] fs: tracepoints around multigrain timestamp events
` [PATCH v8 06/11] fs: add percpu counters for significant "
` [PATCH v8 07/11] Documentation: add a new file documenting multigrain timestamps
` [PATCH v8 08/11] xfs: switch to "
` [PATCH v8 09/11] ext4: "
` [PATCH v8 10/11] btrfs: convert "
` [PATCH v8 11/11] tmpfs: add support for "

[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
 2024-09-19 11:18 UTC  (5+ 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  (13+ messages)
` [PATCH 04/18] KVM: x86: hyper-v: Introduce VTL awareness to Hyper-V's PV-IPIs
` [PATCH 05/18] KVM: x86: hyper-v: Introduce MP_STATE_HV_INACTIVE_VTL
` [PATCH 11/18] KVM: x86: Pass the instruction length on memory fault user-space exits

[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 v14 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-09-17 10:14 UTC  (29+ 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 v14 19/19] fgraph: Skip recording calltime/rettime if it is not nneeded

[PATCH 0/8] tracing: Allow system call tracepoints to handle page faults
 2024-09-17  9:54 UTC  (5+ messages)
` [PATCH 2/8] tracing/ftrace: guard syscall probe with preempt_notrace

[PATCH RESEND v3 0/2] Introduce tracepoint for hugetlbfs
 2024-09-17  9:08 UTC  (3+ messages)

[PATCH 0/3] SRCU-protected uretprobes hot path
 2024-09-17  8:20 UTC  (7+ messages)
` [PATCH 1/3] uprobes: allow put_uprobe() from non-sleepable softirq context
` [PATCH 3/3] uprobes: implement SRCU-protected lifetime for single-stepped uprobe

[PATCH 0/2] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-09-17  8:19 UTC  (4+ messages)
` [PATCH 2/2] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-09-17  7:50 UTC  (20+ messages)
` [PATCH v5 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain
` [PATCH v5 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [PATCH v5 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
` [PATCH v5 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [PATCH v5 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [PATCH v5 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [PATCH v5 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same
` [PATCH v5 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext
` [PATCH v5 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [PATCH v5 10/17] powerpc/ftrace: Add a postlink script to validate function tracer
` [PATCH v5 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v5 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v5 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v5 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [PATCH v5 15/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
` [PATCH v5 16/17] samples/ftrace: Add support for ftrace direct samples on powerpc
` [PATCH v5 17/17] powerpc64/bpf: Add support for bpf trampolines

[PATCH] x86/ftrace: Include <asm/ptrace.h>
 2024-09-17  5:17 UTC  (2+ messages)

[PATCH] function_graph: remove unnecessary initialization in ftrace_graph_ret_addr()
 2024-09-16 17:58 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 00/13] Tracefs support for pKVM
 2024-09-16 12:39 UTC  (7+ messages)
` [PATCH 06/13] KVM: arm64: Add clock support in the nVHE hyp
` [PATCH 09/13] KVM: arm64: Add clock for hyp tracefs

tools/rtla: Fix installation from out-of-tree build
 2024-09-16 11:35 UTC  (2+ messages)

[Report] rtla: Failed to set runtime and/or period
 2024-09-16  5:33 UTC  (3+ messages)

[PATCH 0/3] fgraph: Do not save calltime in shadow stack
 2024-09-15  5:22 UTC  (5+ messages)
` [PATCH 1/3] fgraph: Use fgraph data to store subtime for profiler
` [PATCH 2/3] ftrace: Use a running sleeptime instead of saving on shadow stack
` [PATCH 3/3] ftrace: Have calltime be saved in the fgraph storage

[PATCH v2] function_graph: Support recording and printing the function return address
 2024-09-15  3:29 UTC 

[PATCH v1] function_graph: Support recording and printing the function return address
 2024-09-14 22:26 UTC  (3+ messages)

[PATCH v7 00/11] fs: multigrain timestamp redux
 2024-09-14 13:37 UTC  (3+ messages)

[PATCH] trace: Correct the grammatical errors in the comments
 2024-09-03  0:30 UTC 

[PATCH] in_kernel: Correct the grammatical errors in the comments
 2024-09-02 23:34 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).