linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-26 06:19:05 to 2025-03-05 16:46:09 UTC [more...]

[PATCH v4 0/8] ring-buffer/tracing: Save module information in persistent memory
 2025-03-05 16:45 UTC  (6+ messages)
` [PATCH v4 1/8] ring-buffer: Use kaslr address instead of text delta
` [PATCH v4 2/8] ring-buffer: Add buffer meta data for persistent ring buffer
` [PATCH v4 3/8] ring-buffer: Add ring_buffer_meta_scratch()
` [PATCH v4 4/8] tracing: Have persistent trace instances save KASLR offset
` [PATCH v4 5/8] module: Add module_for_each_mod() function

[PATCH resend ] tracepoint: Print the function symbol when tracepoint_debug is set
 2025-03-05 15:47 UTC  (3+ messages)

[PATCH -next v1 0/3] kernel/events/uprobes: uprobe_write_opcode() rewrite
 2025-03-05 15:20 UTC  (5+ messages)
` [PATCH -next v1 1/3] kernel/events/uprobes: pass VMA instead of MM to remove_breakpoint()
` [PATCH -next v1 2/3] kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_write_opcode()
` [PATCH -next v1 3/3] kernel/events/uprobes: uprobe_write_opcode() rewrite

[PATCH v3 0/8] ring-buffer/tracing: Save module information in persistent memory
 2025-03-05 15:21 UTC  (12+ messages)
` [PATCH v3 1/8] ring-buffer: Use kaslr address instead of text delta
` [PATCH v3 2/8] ring-buffer: Add buffer meta data for persistent ring buffer
` [PATCH v3 3/8] ring-buffer: Add ring_buffer_meta_scratch()
` [PATCH v3 4/8] tracing: Have persistent trace instances save KASLR offset
` [PATCH v3 5/8] module: Add module_for_each_mod() function
` [PATCH v3 6/8] tracing: Have persistent trace instances save module addresses
` [PATCH v3 7/8] tracing: Show module names and addresses of last boot
` [PATCH v3 8/8] tracing: Update modules to persistent instances when loaded

[PATCH 0/2] Alternative "pid_max" for 32-bit userspace
 2025-03-05 15:04 UTC  (6+ messages)
` [PATCH 2/2] pid: Optional first-fit pid allocation

[PATCH v4 0/4] per-function storage support
 2025-03-05 15:03 UTC  (19+ messages)
` [PATCH v4 1/4] x86/ibt: factor out cfi and fineibt offset
` [PATCH v4 2/4] add per-function metadata storage support
` [PATCH v4 3/4] x86: implement per-function metadata storage for x86
` [PATCH v4 4/4] arm64: implement per-function metadata storage for arm64

[PATCH v5 0/9] rv: Add scheduler specification monitors
 2025-03-05 14:04 UTC  (10+ messages)
` [PATCH v5 1/9] sched: Add sched tracepoints for RV task model
` [PATCH v5 2/9] rv: Add option for nested monitors and include sched
` [PATCH v5 3/9] rv: Add sco and tss per-cpu monitors
` [PATCH v5 4/9] rv: Add snroc per-task monitor
` [PATCH v5 5/9] rv: Add scpd, snep and sncid per-cpu monitors
` [PATCH v5 6/9] tools/rv: Add support for nested monitors
` [PATCH v5 7/9] verification/dot2k: "
` [PATCH v5 8/9] Documentation/rv: Add docs for the sched monitors
` [PATCH v5 9/9] tools/rv: Allow rv list to filter for container

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-03-05 13:12 UTC  (10+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes

[PATCH v4 00/11] rv: Add scheduler specification monitors
 2025-03-05 12:34 UTC  (7+ messages)
` [PATCH v4 02/11] rv: Add license identifiers to monitor files
` [PATCH v4 03/11] sched: Add sched tracepoints for RV task model

[RFC v2 0/9] khugepaged: mTHP support
 2025-03-05  9:11 UTC  (9+ messages)
` [RFC v2 7/9] khugepaged: add "

[PATCH] x86/ftrace: fix boot time slowdown
 2025-03-05  6:47 UTC  (7+ messages)

[PATCH rcu 04/10] rcu-tasks: Move RCU Tasks self-tests to core_initcall()
 2025-03-05  3:04 UTC 

[PATCH rcu 00/11] Lazy Preempt changes for v6.15
 2025-03-05  2:54 UTC  (6+ messages)
` [PATCH rcu 06/11] osnoise: provide quiescent states

[PATCH 0/4] tracing: Have function tracing and events handle module addresses
 2025-03-04 23:15 UTC  (5+ messages)
` [PATCH 1/4] tracing: Update function trace addresses with "
` [PATCH 2/4] tracing: Show function names when possible when listing fields
` [PATCH 3/4] tracing: Only return an adjusted address if it matches the kernel address
` [PATCH 4/4] tracing: Adjust addresses for printing out fields

[PATCH] selftests/ftrace: add 'poll' binary to gitignore
 2025-03-04 18:04 UTC  (4+ messages)

[PATCH v1] rtla: Save trace when option `--trace` is specified
 2025-03-04 17:10 UTC  (9+ messages)

[PATCH v3 0/2] tools: Unify top-level quiet infrastructure
 2025-03-04 16:12 UTC  (3+ messages)
` [PATCH v3 2/2] tools: Remove redundant quiet setup

[PATCH] tracing: Update MAINTAINERS file to include tracepoint.c
 2025-03-04 15:37 UTC 

[PATCH] tools/rv: Keep user LDFLAGS in build
 2025-03-04 14:22 UTC 

[PATCH 0/2] kbuild: rpm-pkg: improve debuggability
 2025-03-04 13:06 UTC  (8+ messages)

[PATCH bpf-next v2] add function metadata support
 2025-03-04  6:25 UTC  (11+ messages)

[PATCH bpf-next v3 0/4] per-function storage support
 2025-03-04  3:06 UTC  (11+ messages)
` [PATCH bpf-next v3 1/4] x86/ibt: factor out cfi and fineibt offset
` [PATCH bpf-next v3 2/4] add per-function metadata storage support
` [PATCH bpf-next v3 3/4] x86: implement per-function metadata storage for x86
` [PATCH bpf-next v3 4/4] arm64: implement per-function metadata storage for arm64

[PATCH 0/8] sysctl: Move sysctls from kern_table into their respective subsystems
 2025-03-04  1:47 UTC  (5+ messages)
` [PATCH 3/8] ftrace: Move trace sysctls into trace.c
` [PATCH 4/8] stack_tracer: move sysctl registration to kernel/trace/trace.c

[PATCH] tracing: probe-events: Cleanup entry-arg storing code
 2025-03-03  9:02 UTC 

[PATCH] tracing: probe-events: Add comments about entry data storing code
 2025-03-03  6:36 UTC  (3+ messages)

[PATCH 0/8] tracing: probes: Fixes and enhancing error logs
 2025-03-03  2:17 UTC  (20+ messages)
` [PATCH 1/8] tracing: tprobe-events: Fix a memory leak when tprobe with $retval
` [PATCH 2/8] tracing: tprobe-events: Reject invalid tracepoint name
` [PATCH 3/8] tracing: fprobe-events: Log error for exceeding the number of entry args
` [PATCH 4/8] tracing: probe-events: Log errro for exceeding the number of arguments
      ` [4/8] "
` [PATCH 5/8] tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macro
` [PATCH 6/8] selftests/ftrace: Expand the tprobe event test to check wrong format
` [PATCH 7/8] selftests/ftrace: Add new syntax error test
` [PATCH 8/8] selftests/ftrace: Add dynamic events argument limitation test case

[PATCH RFCv2 00/18] uprobes: Add support to optimize usdt probes on x86_64
 2025-02-28 23:27 UTC  (11+ messages)
` [PATCH RFCv2 06/18] uprobes: Add orig argument to uprobe_write and uprobe_write_opcode
` [PATCH RFCv2 12/18] uprobes/x86: Add support to optimize uprobes

[RESEND][PATCH] tracing: gfp: Remove duplication of recording GFP flags
 2025-02-28 22:50 UTC  (2+ messages)

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2025-02-28 13:55 UTC  (4+ messages)
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages

[RFC PATCH 0/6] KVM: x86: async PF user
 2025-02-27 23:47 UTC  (12+ messages)

[PATCH] tracing: Fix bad hist from corrupting named_triggers list
 2025-02-27 21:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] tracing: Fix bad hist from corrupting named_triggers list
 2025-02-27 21:37 UTC  (4+ messages)

[PATCH v4 0/4] ftrace: Add function arguments to function tracers
 2025-02-27 18:58 UTC  (5+ messages)
` [PATCH v4 1/4] ftrace: Add print_function_args()
` [PATCH v4 2/4] ftrace: Add support for function argument to graph tracer
` [PATCH v4 3/4] ftrace: Have funcgraph-args take affect during tracing
` [PATCH v4 4/4] ftrace: Add arguments to function tracer

[PATCH net-next] trace: tcp: Add tracepoint for tcp_sendmsg()
 2025-02-27 16:26 UTC  (13+ messages)

[PATCH] tracing/osnoise: Fix possible recursive locking for cpus_read_lock()
 2025-02-27  7:40 UTC  (2+ messages)

[PATCH] selftests/ftrace: Let fprobe test consider already enabled functions
 2025-02-26 23:51 UTC  (6+ messages)

[PATCH] selftests/ftrace: Use readelf to find entry point in uprobe test
 2025-02-26 20:55 UTC  (3+ messages)

[PATCH linux-next 1/2] perf: Remove unnecessary parameter of security check
 2025-02-26 19:13 UTC  (2+ messages)
` [PATCH "

[PATCH v3 0/4] ftrace: Add function arguments to function tracers
 2025-02-26 16:11 UTC  (6+ messages)
` [PATCH v3 1/4] ftrace: Add print_function_args()
` [PATCH v3 2/4] ftrace: Add support for function argument to graph tracer

[PATCH] tracing/osnoise: Fix possible recursive locking for cpus_read_lock()
 2025-02-26 15:05 UTC  (3+ messages)

[PATCH] riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra
 2025-02-26 14:27 UTC  (2+ messages)

[PATCH v3 0/5] ftrace: Fix fprobe with function graph accounting
 2025-02-26 13:57 UTC  (5+ messages)
` [PATCH v3 5/5] selftests/ftrace: Update fprobe test to check enabled_functions file

[PATCH perf/core] uprobes: remove too strict lockdep_assert() condition in hprobe_expire()
 2025-02-26 11:30 UTC  (3+ messages)

[PATCH] riscv: tracing: Fix __write_overflow_field in ftrace_partial_regs()
 2025-02-26  8:50 UTC  (4+ 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).