linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-15 13:36:16 to 2024-10-21 05:58:14 UTC [more...]

[PATCH] fgraph: Use CPU hotplug mechanism to initialize idle shadow stacks
 2024-10-21  5:58 UTC  (2+ messages)

[PATCH v3] ftrace: Fix function name for trampoline
 2024-10-21  5:52 UTC  (3+ messages)

[PATCH v16 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-10-21  4:22 UTC  (14+ messages)
` [PATCH v16 01/18] tracing: Use arch_ftrace_regs() for ftrace_regs_*() macros
` [PATCH v16 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v16 09/18] tracing: Add ftrace_fill_perf_regs() for perf event

[PATCH v2] uprobe: avoid out-of-bounds memory access of fetching args
 2024-10-21  2:40 UTC  (2+ messages)

[PATCH 3/3] tools/rtla: Improved Exception Handling in timerlat
 2024-10-20 21:19 UTC 

[PATCH 2/3] tools/rtla: Argument Parsing Improvements for timerlat
 2024-10-20 20:25 UTC 

[PATCH 1/3] tools/rtla: Code Cleanup and Readability Improvements for timerlat
 2024-10-20 20:01 UTC 

[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
 2024-10-19 22:51 UTC  (25+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit

[PATCH] fgraph: Separate size of ret_stack from PAGE_SIZE
 2024-10-19 19:29 UTC 

[PATCH] fgraph: Give ret_stack its own kmem cache
 2024-10-19 19:27 UTC 

[PATCH 0/3] Documentation: update nfs idmapper doc and fix compile issues
 2024-10-19 16:31 UTC  (5+ messages)
` [PATCH 1/3] Documentation: nfs: idmapper: keep consistent with nfsidmap manual
` [PATCH 2/3] docs: filesystems: fix compile error in netfs_library.rst
` [PATCH 3/3] tracing/Documentation: fix compile warning in debugging.rst

[PATCH v2] ftrace: Fix function name for trampoline
 2024-10-19  2:44 UTC  (3+ messages)

[PATCH] fgraph: Allocate ret_stack_list with proper size
 2024-10-19  1:52 UTC 

[PATCH v2 tip/perf/core 0/2] SRCU-protected uretprobes hot path
 2024-10-19  0:09 UTC  (8+ messages)
` [PATCH v2 tip/perf/core 1/2] uprobes: allow put_uprobe() from non-sleepable softirq context
` [PATCH v2 tip/perf/core 2/2] uprobes: SRCU-protect uretprobe lifetime (with timeout)

[PATCHv8 bpf-next 00/13] bpf: Add uprobe session support
 2024-10-18 20:41 UTC  (14+ messages)
` [PATCHv8 bpf-next 01/13] bpf: Allow return values 0 and 1 for kprobe session
` [PATCHv8 bpf-next 02/13] bpf: Force uprobe bpf program to always return 0
` [PATCHv8 bpf-next 03/13] bpf: Add support for uprobe multi session attach
` [PATCHv8 bpf-next 04/13] bpf: Add support for uprobe multi session context
` [PATCHv8 bpf-next 05/13] libbpf: Add support for uprobe multi session attach
` [PATCHv8 bpf-next 06/13] selftests/bpf: Add uprobe session test
` [PATCHv8 bpf-next 07/13] selftests/bpf: Add uprobe session cookie test
` [PATCHv8 bpf-next 08/13] selftests/bpf: Add uprobe session recursive test
` [PATCHv8 bpf-next 09/13] selftests/bpf: Add uprobe session verifier test for return value
` [PATCHv8 bpf-next 10/13] selftests/bpf: Add kprobe "
` [PATCHv8 bpf-next 11/13] selftests/bpf: Add uprobe session single consumer test
` [PATCHv8 bpf-next 12/13] selftests/bpf: Add uprobe sessions to "
` [PATCHv8 bpf-next 13/13] selftests/bpf: Add threads "

The state of uprobes work and logistics
 2024-10-18 20:27 UTC  (3+ messages)

[PATCHv8 perf/core 0/2] uprobe: Add session support
 2024-10-18 20:22 UTC  (3+ messages)
` [PATCHv8 perf/core 1/2] uprobe: Add data pointer to consumer handlers
` [PATCHv8 perf/core 2/2] uprobe: Add support for session consumer

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

Adding ftrace support for coldfire ?
 2024-10-18 16:45 UTC  (2+ messages)

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

[RFC PATCH v1 18/57] trace: Remove PAGE_SIZE compile-time constant assumption
 2024-10-18 15:24 UTC  (4+ messages)

[PATCH v2] tracing: Add __print_dynamic_array() helper
 2024-10-18 15:18 UTC  (2+ messages)

[PATCH v2 0/4] dma-mapping: Trace more error paths
 2024-10-18 15:00 UTC  (5+ messages)
` [PATCH v2 1/4] dma-mapping: Use macros to define events in a class
` [PATCH v2 2/4] dma-mapping: Trace dma_alloc/free direction
` [PATCH v2 3/4] dma-mapping: Use trace_dma_alloc for dma_alloc* instead of using trace_dma_map
` [PATCH v2 4/4] dma-mapping: Trace more error paths

[PATCH v17 00/16] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-10-18 12:49 UTC  (27+ messages)
` [PATCH v17 01/16] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v17 02/16] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v17 03/16] function_graph: Pass ftrace_regs to retfunc
` [PATCH v17 04/16] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v17 05/16] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v17 06/16] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v17 07/16] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v17 08/16] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v17 09/16] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v17 10/16] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v17 12/16] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v17 13/16] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v17 14/16] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v17 15/16] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v17 16/16] bpf: Add get_entry_ip() for arm64

[PATCH] ring-buffer: Use str_low_high() helper in ring_buffer_producer()
 2024-10-18 11:07 UTC 

[syzbot] [trace?] [bpf?] KASAN: slab-use-after-free Read in bpf_trace_run2 (2)
 2024-10-18  7:37 UTC 

[PATCH 0/3] dma-mapping: Trace more error paths
 2024-10-18  5:27 UTC  (5+ messages)
` [PATCH 1/3] dma-mapping: Trace dma_alloc/free direction
` [PATCH 2/3] dma-mapping: Use trace_dma_alloc for dma_alloc* instead of using trace_dma_map
` [PATCH 3/3] dma-mapping: Trace more error paths

[PATCH 3/3] riscv: add PREEMPT_LAZY support
 2024-10-17 21:49 UTC  (2+ messages)

[PATCH v3 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-17 20:12 UTC  (7+ messages)
` [PATCH v3 tip/perf/core 2/4] mm: switch to 64-bit mm_lock_seq/vm_lock_seq on 64-bit architectures

[PATCH v11 4/5] jump_label: adjust inline asm to be consistent
 2024-10-17 19:32 UTC  (2+ messages)

[PATCH] dma-mapping: Fix tracing dma_alloc/free with vmalloc'd memory
 2024-10-17 15:41 UTC  (2+ messages)

[PATCH] ftrace: Show timings of how long nop patching took
 2024-10-17 15:31 UTC 

[PATCH] brcm80211: BRCM_TRACING should depend on TRACING
 2024-10-17 14:23 UTC  (2+ messages)
` wifi: "

[PATCH v5 0/6] rtla: Support idle state disabling via libcpupower in timerlat
 2024-10-17 14:09 UTC  (7+ messages)
` [PATCH v5 1/6] tools/build: Add libcpupower dependency detection
` [PATCH v5 2/6] rtla: Add optional dependency on libcpupower
` [PATCH v5 3/6] rtla/utils: Add idle state disabling via libcpupower
` [PATCH v5 4/6] rtla/timerlat: Add --deepest-idle-state for top
` [PATCH v5 5/6] rtla/timerlat: Add --deepest-idle-state for hist
` [PATCH v5 6/6] rtla: Documentation: Mention --deepest-idle-state

[PATCH] verification/dot2: Improve dot parser robustness
 2024-10-17  6:42 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-16 23:58 UTC  (13+ messages)
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages

[PATCH RFC] rethook: inline arch_rethook_trampoline_callback() in assembly code
 2024-10-16 19:53 UTC  (4+ messages)

[PATCH v6 0/3] tracing: Support poll on event hist file
 2024-10-16 10:49 UTC  (4+ messages)
` [PATCH v6 1/3] tracing/hist: Add poll(POLLIN) support on "
` [PATCH v6 2/3] tracing/hist: Support POLLPRI event for poll on histogram
` [PATCH v6 3/3] selftests/tracing: Add hist poll() support test

[PATCH 0/3] Lazy preemption leftovers
 2024-10-16  9:17 UTC  (3+ messages)
` [PATCH 2/3] tracing: Record task flag NEED_RESCHED_LAZY

[PATCHv6 bpf-next,perf/core 00/16] uprobe, bpf: Add session support
 2024-10-16  6:41 UTC  (6+ messages)
` [PATCHv6 perf/core 01/16] uprobe: Add data pointer to consumer handlers
` [PATCHv6 perf/core 02/16] uprobe: Add support for session consumer

[PATCH v2] arm64: insn: Simulate nop instruction for better uprobe performance
 2024-10-15 18:58 UTC  (2+ messages)

[PATCH v5 0/5] MCE wrapper and support for new SMCA syndrome MSRs
 2024-10-15 18:14 UTC  (4+ messages)
` [PATCH v5 1/5] x86/mce: Add wrapper for struct mce to export vendor specific info

[PATCH v10 5/5] rust: add arch_static_branch
 2024-10-15 15:31 UTC  (7+ messages)

[syzbot] [fs?] [mm?] stack segment fault in folio_wait_writeback
 2024-10-15 15:12 UTC  (2+ messages)

[syzbot] Monthly trace report (Oct 2024)
 2024-10-15 14:05 UTC  (4+ messages)

Have compiler remove __fentry locations from overwritten weak functions
 2024-10-15 14:01 UTC  (3+ messages)

[PATCH v4 0/6] rtla: Support idle state disabling via libcpupower in timerlat
 2024-10-15 13:35 UTC  (5+ messages)
` [PATCH v4 3/6] rtla/utils: Add idle state disabling via libcpupower
` [PATCH v4 4/6] rtla/timerlat: Add --deepest-idle-state for top
` [PATCH v4 5/6] rtla/timerlat: Add --deepest-idle-state for hist
` [PATCH v4 6/6] rtla: Documentation: Mention --deepest-idle-state


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