linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-19 15:07:52 to 2025-09-24 16:00:30 UTC [more...]

[PATCH 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2025-09-24 16:00 UTC  (14+ messages)
` [PATCH 1/9] ftrace: Make alloc_and_copy_ftrace_hash direct friendly
` [PATCH 2/9] ftrace: Add register_ftrace_direct_hash function
` [PATCH 3/9] ftrace: Add unregister_ftrace_direct_hash function
` [PATCH 4/9] ftrace: Add modify_ftrace_direct_hash function
` [PATCH 5/9] ftrace: Export some of hash related functions
` [PATCH 6/9] ftrace: Use direct hash interface in direct functions
` [PATCH 7/9] bpf: Add trampoline ip hash table
` [PATCH 8/9] ftrace: Factor ftrace_ops ops_func interface
` [PATCH 9/9] bpf, x86: Use single ftrace_ops for direct calls

[BUG] Failed to obtain stack trace via bpf_get_stackid on ARM64 architecture
 2025-09-24 15:42 UTC  (11+ messages)

[PATCH] tracing: dynevent: Add a missing lockdown check on dynevent
 2025-09-24 14:28 UTC  (2+ messages)

[PATCH v2 1/1] tracing/sched: add 'next_policy' to trace_sched_switch
 2025-09-24 12:45 UTC  (4+ messages)

[PATCH v5 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
 2025-09-24 12:24 UTC  (24+ messages)
` [PATCH v5 01/23] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v5 02/23] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v5 03/23] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v5 04/23] mm/ksw: add build system support
` [PATCH v5 05/23] mm/ksw: add ksw_config struct and parser
` [PATCH v5 06/23] mm/ksw: add singleton /proc/kstackwatch interface
` [PATCH v5 08/23] mm/ksw: Add atomic watchpoint management api
` [PATCH v5 09/23] mm/ksw: ignore false positives from exit trampolines
` [PATCH v5 10/23] mm/ksw: support CPU hotplug
` [PATCH v5 11/23] sched: add per-task context
` [PATCH v5 12/23] mm/ksw: add entry kprobe and exit fprobe management
` [PATCH v5 13/23] mm/ksw: add per-task ctx tracking
` [PATCH v5 14/23] mm/ksw: resolve stack watch addr and len
` [PATCH v5 15/23] mm/ksw: manage probe and HWBP lifecycle via procfs
` [PATCH v5 16/23] mm/ksw: add self-debug helpers
  ` [PATCH v5 17/23] mm/ksw: add test module
  ` [PATCH v5 18/23] mm/ksw: add stack overflow test
  ` [PATCH v5 19/23] mm/ksw: add recursive depth test
  ` [PATCH v5 20/23] mm/ksw: add multi-thread corruption test cases
  ` [PATCH v5 21/23] tools/ksw: add test script
  ` [PATCH v5 22/23] docs: add KStackWatch document
  ` [PATCH v5 23/23] MAINTAINERS: add entry for KStackWatch
` [PATCH v5 07/23] mm/ksw: add HWBP pre-allocation

[PATCH v2] tracing: Ensure optimized hashing works
 2025-09-24 11:38 UTC 

[PATCHv4 bpf-next 0/6] uprobe,bpf: Allow to change app registers from uprobe registers
 2025-09-24 10:23 UTC  (8+ messages)
` [PATCHv4 bpf-next 2/6] uprobe: Do not emulate/sstep original instruction when ip is changed

[PATCH v2 0/8] tracing: Show contents of syscall trace event user space fields
 2025-09-24  9:49 UTC  (10+ messages)
` [PATCH v2 1/8] tracing: Replace syscall RCU pointer assignment with READ/WRITE_ONCE()
` [PATCH v2 2/8] tracing: Have syscall trace events show "0x" for values greater than 10
` [PATCH v2 3/8] tracing: Have syscall trace events read user space string
` [PATCH v2 4/8] tracing: Have system call events record user array data
` [PATCH v2 5/8] tracing: Display some syscall arrays as strings
` [PATCH v2 6/8] tracing: Allow syscall trace events to read more than one user parameter
` [PATCH v2 7/8] tracing: Add syscall_user_buf_size to limit amount written
` [PATCH v2 8/8] tracing: Show printable characters in syscall arrays

[PATCH 1/2] tracing: fprobe: rename fprobe_entry to fprobe_fgraph_entry
 2025-09-24  8:13 UTC  (14+ messages)
` [PATCH 2/2] tracing: fprobe: optimization for entry only case

[PATCH] tracing: Ensure optimized hashing works
 2025-09-24  8:11 UTC  (2+ messages)

[PATCH 1/2] tracing: fprobe: Remove unused local variable
 2025-09-24  8:10 UTC  (6+ messages)
` [PATCH 2/2] tracing: fprobe: Fix to remove recorded module addresses from filter

[PATCH bpf-next] bpf: remove is_return in struct bpf_session_run_ctx
 2025-09-24  2:03 UTC  (6+ messages)

[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
 2025-09-23 22:35 UTC  (10+ messages)

[RESEND][PATCH v15 0/4] perf: Support the deferred unwinding infrastructure
 2025-09-23 12:36 UTC  (19+ messages)
` [RESEND][PATCH v15 2/4] perf: Support deferred user callchains
        ` [RESEND][PATCH v15 2/4] perf: Support deferred user callchainshttps://lore.kernel.org/linux-trace-kernel/20250827193644.527334838@kernel.org/

[PATCH v2 0/2] x86: Enable the deferred unwinding infrastructure
 2025-09-23 12:20 UTC  (8+ messages)
` [PATCH v2 1/2] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v2 2/2] unwind deferred/x86: Do not defer stack tracing for compat tasks

[PATCH] rv: Fix wrong type cast in enabled_monitors_next()
 2025-09-23  9:43 UTC  (7+ messages)

[PATCH v10 0/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
 2025-09-23  8:09 UTC  (13+ messages)
` [PATCH v10 1/3] PCI: trace: Add a generic RAS tracepoint for hotplug event
` [PATCH v10 2/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
` [PATCH v10 3/3] Documentation: tracing: Add documentation about PCI tracepoints

[RFC PATCH v0] mm/vmscan: Add readahead LRU to improve readahead file page reclamation efficiency
 2025-09-23  8:03 UTC  (2+ messages)

[PATCH] rv: Add signal reactor
 2025-09-23  7:42 UTC  (4+ messages)

[RFC PATCH V3] sched: psi: Add psi events trace point
 2025-09-23  6:07 UTC  (4+ messages)

[PATCH v2 0/2] tracing: Add an option to show symbols in _text+offset for function profiler
 2025-09-23  2:32 UTC  (6+ messages)
` [PATCH v2 1/2] tracing: Allow tracer to add more than 32 options
` [PATCH v2 2/2] tracing: Add an option to show symbols in _text+offset for function profiler

[PATCH v5 0/8] tracing: wprobe: Add wprobe for watchpoint
 2025-09-23  1:18 UTC  (9+ messages)
` [PATCH v5 1/8] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v5 2/8] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v5 3/8] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v5 4/8] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v5 5/8] tracing: wprobe: Add wprobe event trigger
` [PATCH v5 6/8] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v5 7/8] selftests: tracing: Add syntax "
` [PATCH v5 8/8] selftests: ftrace: Add wprobe trigger testcase

[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
 2025-09-22 10:32 UTC  (16+ messages)
` [PATCH 01/15 6.6.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 02/15 6.6.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 03/15 6.6.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 04/15 6.6.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 05/15 6.6.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 06/15 6.6.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 07/15 6.6.y] minmax: improve macro expansion and type checking
` [PATCH 08/15 6.6.y] minmax: fix up min3() and max3() too
` [PATCH 09/15 6.6.y] minmax.h: add whitespace around operators and after commas
` [PATCH 10/15 6.6.y] minmax.h: update some comments
` [PATCH 11/15 6.6.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 12/15 6.6.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 13/15 6.6.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 14/15 6.6.y] minmax.h: simplify the variants of clamp()
` [PATCH 15/15 6.6.y] minmax.h: remove some #defines that are only expanded once

[PATCH v2] ftrace: Fix softlockup in ftrace_module_enable
 2025-09-22 10:26 UTC  (2+ messages)

[PATCH v4 1/2] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL
 2025-09-22  5:43 UTC  (2+ messages)

[PATCH v16 00/10] unwind_user: Deferred unwinding infrastructure
 2025-09-21 23:47 UTC  (7+ messages)
` [PATCH v16 06/10] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v16 09/10] unwind deferred: Use SRCU unwind_deferred_task_work()

[RFC PATCH bpf-next v1 0/3] bpf: Add BPF program type for overriding tracepoint probes
 2025-09-21 21:08 UTC  (5+ messages)

[PATCH] tracing: Add an option to show symbols in _text+offset for function profiler
 2025-09-21 14:14 UTC  (6+ messages)

[syzbot] Monthly trace report (Sep 2025)
 2025-09-20  5:04 UTC 

[PATCH v2 00/20] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
 2025-09-19 17:07 UTC  (4+ messages)
` [PATCH v2 16/20] sched: Export hidden tracepoints to modules

[PATCH 00/16] block: add blktrace support for zoned block device commands
 2025-09-19 15:13 UTC  (21+ messages)
` [PATCH 03/16] blktrace: pass blk_user_trace2 to setup functions
` [PATCH 04/16] blktrace: add definitions for struct blk_io_trace2
` [PATCH 05/16] blktrace: factor out recording a blktrace event
` [PATCH 06/16] blktrace: only calculate trace length once
` [PATCH 07/16] blktrace: split out relaying a blktrace event
` [PATCH 08/16] blktrace: change the internal action to 64bit
` [PATCH 09/16] blktrace: remove struct blk_io_trace from __blk_add_trace
` [PATCH 10/16] blktrace: differentiate between blk_io_trace versions
` [PATCH 11/16] blktrace: untangle if/else sequence in __blk_add_trace
` [PATCH 12/16] blktrace: add block trace commands for zone operations


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