linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-11 13:43:20 to 2024-09-15 20:58:13 UTC [more...]

[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-09-15 20:56 UTC  (14+ 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 v3 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2024-09-15 15:18 UTC  (3+ messages)

[PATCH 0/2] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-09-15 15:04 UTC  (19+ messages)
` [PATCH 1/2] mm: introduce mmap_lock_speculation_{start|end}
          ` [PATCH v2 1/1] "
` [PATCH 2/2] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

[PATCH 0/3] SRCU-protected uretprobes hot path
 2024-09-15 14:51 UTC  (5+ 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 v3 0/8] x86/module: use large ROX pages for text allocations
 2024-09-15 13:48 UTC  (4+ messages)
` [PATCH v3 7/8] execmem: add support for cache of large ROX pages

[PATCH v14 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-09-15  9:22 UTC  (36+ messages)
` [PATCH v14 01/19] tracing: Add a comment about ftrace_regs definition
` [PATCH v14 02/19] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [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 06/19] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v14 07/19] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v14 08/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v14 09/19] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v14 10/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v14 11/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v14 12/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v14 13/19] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v14 14/19] tracing: Fix function timing profiler to initialize hashtable
` [PATCH v14 15/19] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v14 16/19] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v14 17/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v14 18/19] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v14 19/19] fgraph: Skip recording calltime/rettime if it is not nneeded

[PATCH v15 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-09-15  9:13 UTC  (20+ 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 v8 00/11] fs: multigrain timestamp redux
 2024-09-15  8:21 UTC  (15+ 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 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  (19+ messages)
` [PATCH v7 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
` [PATCH v7 02/11] fs: add infrastructure for multigrain timestamps
` [PATCH v7 03/11] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v7 04/11] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v7 05/11] fs: tracepoints around multigrain timestamp events
` [PATCH v7 06/11] fs: add percpu counters for significant "
` [PATCH v7 07/11] Documentation: add a new file documenting multigrain timestamps
` [PATCH v7 08/11] xfs: switch to "
` [PATCH v7 09/11] ext4: "
` [PATCH v7 10/11] btrfs: convert "
` [PATCH v7 11/11] tmpfs: add support for "

[PATCH RESEND v3 0/2] Introduce tracepoint for hugetlbfs
 2024-09-14  8:09 UTC  (2+ 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 

[PATCH] uprobes: switch to RCU Tasks Trace flavor for better performance
 2024-09-14  1:40 UTC  (3+ messages)

[PATCH 00/13] Tracefs support for pKVM
 2024-09-13 23:21 UTC  (7+ messages)
` [PATCH 04/13] timekeeping: Add the boot clock to system time snapshot
` [PATCH 06/13] KVM: arm64: Add clock support in the nVHE hyp
` [PATCH 09/13] KVM: arm64: Add clock for hyp tracefs

[PATCH] function_graph: Simplify the initialization of fgraph LRU data
 2024-09-13 20:10 UTC  (2+ messages)

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-09-13 19:19 UTC  (16+ 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 10/18] KVM: x86: Keep track of instruction length during faults
` [PATCH 11/18] KVM: x86: Pass the instruction length on memory fault user-space exits
` [PATCH 13/18] KVM: x86/mmu: Avoid warning when installing non-private memory attributes
` [PATCH 16/18] KVM: x86: Take mem attributes into account when faulting memory

[PATCH RFC] block: trace: add block alignment information
 2024-09-13 14:08 UTC  (6+ messages)

[Report] rtla: Failed to set runtime and/or period
 2024-09-13 13:47 UTC  (2+ messages)

[PATCHv3 0/7] uprobe, bpf: Add session support
 2024-09-13 11:52 UTC  (13+ messages)
` [PATCHv3 1/7] uprobe: Add support for session consumer

[PATCH 0/7] add function arguments to ftrace
 2024-09-13  6:03 UTC  (7+ messages)

[PATCH v8 0/8] Improve the copy of task comm
 2024-09-13  2:23 UTC  (11+ messages)
` [PATCH v8 2/8] auditsc: Replace memcpy() with strscpy()
` [PATCH v8 4/8] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v8 7/8] net: Replace strcpy() with strscpy()
` [PATCH v8 8/8] drm: "

[PATCH v2] trace/trace_event_perf: remove duplicate samples on the first tracepoint event
 2024-09-13  2:13 UTC 

[PATCH] trace/trace_event_perf: remove duplicate samples on the first tracepoint event
 2024-09-12 21:02 UTC  (3+ messages)

Unsupported CONFIG_FPROBE and CONFIG_RETHOOK on ARM64
 2024-09-12 18:38 UTC  (14+ messages)

[PATCH 02/13] ring-buffer: Introducing ring-buffer writer
 2024-09-12 12:55 UTC  (2+ messages)

[PATCH net-next v26 00/13] Device Memory TCP
 2024-09-12  4:40 UTC  (2+ messages)

[PATCH v13 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-09-12  1:09 UTC  (5+ messages)

[PATCH 0/8] tracing: Allow system call tracepoints to handle page faults
 2024-09-11 23:08 UTC  (4+ messages)

[PATCH] arm64: uprobes: Simulate STP for pushing fp/lr into user stack
 2024-09-11 20:36 UTC  (4+ messages)

[PATCH bpf-next v3 0/5] bpf: Allow skb dynptr for tp_btf
 2024-09-11 17:33 UTC  (6+ messages)
` [PATCH bpf-next v3 1/5] bpf: Support __nullable argument suffix "
` [PATCH bpf-next v3 5/5] selftests/bpf: Expand skb dynptr selftests "

[PATCH v2 3/6] riscv: ftrace: prepare ftrace for atomic code patching
 2024-09-11 17:16 UTC  (5+ messages)

[PATCH RESEND 0/2] ring-buffer/selftest: Meta-page testing improvements
 2024-09-11 16:21 UTC  (12+ messages)
` [PATCH RESEND 1/2] ring-buffer/selftest: Verify the entire meta-page padding
` [PATCH RESEND 2/2] ring-buffer/selftest: Handle meta-page bigger than the system

[PATCH] bpf: devmap: allow for repeated redirect
 2024-09-11 14:14 UTC  (6+ 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).