linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-16 21:44:32 to 2025-01-23 08:42:23 UTC [more...]

[PATCH v4 00/39] unwind, perf: sframe user space unwinding
 2025-01-23  8:42 UTC  (73+ messages)
` [PATCH v4 01/39] task_work: Fix TWA_NMI_CURRENT error handling
` [PATCH v4 02/39] task_work: Fix TWA_NMI_CURRENT race with __schedule()
` [PATCH v4 03/39] mm: Add guard for mmap_read_lock
` [PATCH v4 04/39] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v4 05/39] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v4 06/39] x86/asm: Fix VDSO DWARF generation with kernel IBT enabled
` [PATCH v4 07/39] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v4 08/39] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v4 09/39] x86/vdso: Enable sframe generation in VDSO
` [PATCH v4 10/39] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v4 11/39] unwind_user: Add user space unwinding API
` [PATCH v4 12/39] unwind_user: Add frame pointer support
` [PATCH v4 13/39] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v4 14/39] perf/x86: Rename get_segment_base() and make it global
` [PATCH v4 15/39] unwind_user: Add compat mode frame pointer support
` [PATCH v4 16/39] unwind_user/x86: Enable compat mode frame pointer unwinding on x86
` [PATCH v4 17/39] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v4 18/39] unwind_user/sframe: Store sframe section data in per-mm maple tree
` [PATCH v4 19/39] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v4 20/39] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v4 21/39] unwind_user/sframe: Add prctl() interface for registering .sframe sections
` [PATCH v4 22/39] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v4 23/39] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v4 24/39] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v4 25/39] unwind_user/sframe: Show file name in debug output
` [PATCH v4 26/39] unwind_user/sframe: Enable debugging in uaccess regions
` [PATCH v4 27/39] unwind_user/sframe: Add .sframe validation option
` [PATCH v4 28/39] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v4 29/39] unwind_user/deferred: Add unwind cache
` [PATCH v4 30/39] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v4 31/39] perf: Remove get_perf_callchain() 'init_nr' argument
` [PATCH v4 32/39] perf: Remove get_perf_callchain() 'crosstask' argument
` [PATCH v4 33/39] perf: Simplify get_perf_callchain() user logic
` [PATCH v4 34/39] perf: Skip user unwind if !current->mm
` [PATCH v4 35/39] perf: Support deferred user callchains
` [PATCH v4 36/39] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v4 37/39] perf record: Enable defer_callchain for user callchains
` [PATCH v4 38/39] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v4 39/39] perf tools: Merge deferred user callchains

kprobe on local function
 2025-01-23  2:48 UTC  (5+ messages)

[PATCH v2] atomic64: Use arch_spin_locks instead of raw_spin_locks
 2025-01-22 19:43 UTC 

[PATCH RFC net-next] trace: tcp: Add tracepoint for tcp_cwnd_reduction()
 2025-01-22 19:02 UTC  (12+ messages)

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-22 12:41 UTC  (4+ messages)
  `  "

[PATCH v2 00/10] x86/module: rework ROX cache to avoid writable copy
 2025-01-22  9:51 UTC  (13+ messages)
` [PATCH v2 01/10] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
` [PATCH v2 02/10] x86/mm/pat: drop duplicate variable in cpa_flush()
` [PATCH v2 03/10] x86/mm/pat: restore large ROX pages after fragmentation
` [PATCH v2 04/10] execmem: don't remove ROX cache from the direct map
` [PATCH v2 05/10] execmem: add API for temporal remapping as RW and restoring ROX afterwards
` [PATCH v2 06/10] module: introduce MODULE_STATE_GONE
` [PATCH v2 07/10] module: switch to execmem API for remapping as RW and restoring ROX
` [PATCH v2 08/10] Revert "x86/module: prepare module loading for ROX allocations of text"
` [PATCH v2 09/10] module: drop unused module_writable_address()
` [PATCH v2 10/10] x86: re-enable EXECMEM_ROX support

[PATCH v2] fgraph: Remove calltime and rettime from generic operations
 2025-01-22  0:44 UTC 

[PATCH] seccomp: passthrough uretprobe systemcall without filtering
 2025-01-21 23:29 UTC  (31+ messages)

[PATCH] tracing: Fix output of set_event for some cached module events
 2025-01-21 20:13 UTC 

[PATCH] tracing: Fix allocation of printing set_event file content
 2025-01-21 20:12 UTC 

[PATCH v2 0/5] kallsyms: Emit symbol for holes in text and fix weak function issue
 2025-01-21 17:48 UTC  (8+ messages)
    `  "

[PATCH 0/2] lib/atomic64: ring-buffer: Fix infinite recursion on some 32bit archs
 2025-01-21  8:04 UTC  (5+ messages)
` [PATCH 1/2] ring-buffer: Do not allow events in NMI with generic atomic64 cmpxchg()
` [PATCH 2/2] atomic64: Use arch_spin_locks instead of raw_spin_locks

[PATCH bpf] bpf: trace: send signals asynchronously if !preemptible
 2025-01-21  1:26 UTC  (2+ messages)

[syzbot] [block?] [trace?] possible deadlock in blk_trace_setup
 2025-01-21  0:22 UTC  (2+ messages)

(no subject)
 2025-01-20 23:40 UTC 

(no subject)
 2025-01-20 23:40 UTC 

[BUG] spinlock recursion when enabling function tracer on 32-bit
 2025-01-20 22:37 UTC  (8+ messages)

[PATCH] tracing: Rename update_cache() to update_mod_cache()
 2025-01-20 22:27 UTC 

[PATCH] tracing: Fix #if CONFIG_MODULES to #ifdef CONFIG_MODULES
 2025-01-20 18:09 UTC  (2+ messages)

[PATCH] tracing: Fix -Wundef around 'struct event_mod_load'
 2025-01-20 17:36 UTC  (2+ messages)

[PATCH v2] tools/rtla: Add basic test suite
 2025-01-20 13:56 UTC 

[PATCH] tools/rtla: Add basic test suite
 2025-01-20 12:14 UTC  (7+ messages)

[PATCH v3 20/28] powerpc/ftrace: Use RCU in all users of __module_text_address()
 2025-01-20 10:09 UTC  (2+ messages)

[PATCH] cpuidle: psci: Add trace for PSCI domain idle
 2025-01-20  1:36 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH v6] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-01-18 17:52 UTC  (3+ messages)

[PATCH] ring-buffer: fix typo in comment about header page pointer
 2025-01-18  1:23 UTC 

Crash when attaching uretprobes to processes running in Docker
 2025-01-17 17:53 UTC  (16+ messages)

[PATCH 0/5] rtla/timerlat: Stop on signal properly when overloaded
 2025-01-17 15:55 UTC  (12+ messages)
` [PATCH 3/5] rtla/timerlat_top: Stop timerlat tracer on signal
` [PATCH 5/5] rtla/timerlat_top: Abort event processing on second signal

[PATCH] arm64: Kconfig: Remove selecting replaced HAVE_FUNCTION_GRAPH_RETVAL
 2025-01-17 12:55 UTC 

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-01-17 11:23 UTC  (3+ messages)
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive

kprobe not always triggering
 2025-01-17  8:52 UTC  (6+ messages)

[PATCHv2 00/11] Get rid of PG_reclaim and rename PG_dropbehind
 2025-01-17  8:42 UTC  (8+ messages)
` [PATCHv2 05/11] mm/truncate: Use folio_set_dropbehind() instead of deactivate_file_folio()
      ` [PATCHv2 05/11] mm/truncate: Use folio_set_dropbehind() instead of deactivate_file_folio()k
` [PATCHv2 11/11] mm: Rename PG_dropbehind to PG_reclaim

[PATCH v4] tools/rtla: Add osnoise_trace_is_off()
 2025-01-17  5:08 UTC  (4+ messages)

[PATCH v7] tracing: Adopt __free() and guard() for trace_fprobe.c
 2025-01-17  2:20 UTC 

Crash when attaching uretprobes to processes running in Docker
 2025-01-17  0:48 UTC  (11+ messages)

[PATCH v2] ftrace: Implement :mod: cache filtering on kernel command line
 2025-01-16 22:58 UTC 

[PATCH v2 0/2] tracing: gfp: Fix regression of printing GFP flags in user space tracing tooling
 2025-01-16 21:48 UTC  (4+ messages)
` [PATCH v2 1/2] tracing: gfp: Fix the GFP enum values shown for user space tracing tools
` [PATCH v2 2/2] tracing: gfp: Remove duplication of recording GFP flags


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