public inbox for linux-trace-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-04 22:44:42 to 2026-02-11 11:03:13 UTC [more...]

[PATCH v2 0/4] tools/rtla: Consolidate nr_cpus usage
 2026-02-11 11:03 UTC  (7+ messages)
` [PATCH v2 1/4] tools/rtla: Consolidate nr_cpus usage across all tools
` [PATCH v2 2/4] tools/rtla: Remove unneeded nr_cpus arguments
` [PATCH v2 3/4] tools/rtla: Remove unneeded nr_cpus members
` [PATCH v2 4/4] tools/rtla: Remove unneeded nr_cpus from for_each_monitored_cpu

[PATCH 1/2] selftests/tracing: Fix to make --logdir option work again
 2026-02-11  8:16 UTC  (3+ messages)
` [PATCH 2/2] selftests/tracing: Fix to check awk supports non POSIX strtonum()

[RFC bpf-next 00/12] bpf: tracing_multi link
 2026-02-11  8:04 UTC  (27+ messages)
` [RFC bpf-next 04/12] bpf: Add struct bpf_tramp_node object
` [RFC bpf-next 06/12] bpf: Add bpf_trampoline_multi_attach/detach functions
` [RFC bpf-next 07/12] bpf: Add support to create tracing multi link
` [RFC bpf-next 08/12] libbpf: Add btf__find_by_glob_kind function

[PATCH v13 00/18] unwind_deferred: Implement sframe handling
 2026-02-11  1:47 UTC  (6+ messages)

[PATCH 0/5] Clean up access to trace_event_file from a file struct
 2026-02-10 18:57 UTC  (9+ messages)
` [PATCH 1/5] tracing: Fix checking of freed trace_event_file for hist files
` [PATCH 2/5] tracing: Fix checking of freed trace_event_file for id files
` [PATCH 3/5] tracing: Remove unnecessary check for EVENT_FILE_FL_FREED
` [PATCH 4/5] tracing: Clean up access to trace_event_file from a file pointer
` [PATCH 5/5] tracing: Free up file->private_data for use by individual events

[PATCH v8 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-02-10 18:50 UTC  (14+ messages)
` [PATCH v8 1/6] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v8 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v8 3/6] x86/asm: Use CFI_* macros in SYM_FUNC_* macros so they can be added to VDSO
` [PATCH v8 4/6] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v8 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v8 6/6] x86/vdso: Enable sframe generation in VDSO

[PATCH v11 00/30] Tracefs support for pKVM
 2026-02-10 15:54 UTC  (19+ messages)
` [PATCH v11 07/30] tracing: Add non-consuming read to trace remotes
` [PATCH v11 09/30] tracing: Add events "
` [PATCH v11 13/30] tracing: Introduce simple_ring_buffer
` [PATCH v11 14/30] tracing: Add a trace remote module for testing
` [PATCH v11 15/30] tracing: selftests: Add trace remote tests
` [PATCH v11 16/30] Documentation: tracing: Add tracing remotes
` [PATCH v11 17/30] tracing: load/unload page callbacks for simple_ring_buffer

[PATCH] tracing: Fix indentation of return statement in print_trace_fmt()
 2026-02-10 15:39 UTC 

[PATCH] tracing: make tr->d_max_latency accessible without CONFIG_FSNOTIFY
 2026-02-10 14:13 UTC 

[PATCH v8 0/6] tracing: Remove backup instance after read all
 2026-02-10  8:44 UTC  (7+ messages)
` [PATCH v8 1/6] tracing: Fix to set write permission to per-cpu buffer_size_kb
` [PATCH v8 2/6] tracing: Reset last_boot_info if ring buffer is reset
` [PATCH v8 3/6] tracefs: Check file permission even if user has CAP_DAC_OVERRIDE
` [PATCH v8 4/6] tracing: Make the backup instance non-reusable
` [PATCH v8 5/6] tracing: Remove the backup instance automatically after read
` [PATCH v8 6/6] tracing/Documentation: Add a section about backup instance

[PATCH v3] tracing: Fix false sharing in hwlat get_sample()
 2026-02-10  7:48 UTC 

[PATCH v6 0/4] tracing: Remove backup instance after read all
 2026-02-10  5:14 UTC  (10+ messages)
` [PATCH v6 1/4] tracing: Reset last_boot_info if ring buffer is reset
` [PATCH v6 2/4] tracing: Make the backup instance non-reusable

[PATCH v2] tracing: Move d_max_latency out of CONFIG_FSNOTIFY protection
 2026-02-10  0:46 UTC 

[PATCH] tracing: Move d_max_latency out of CONFIG_FSNOTIFY protection
 2026-02-10  0:27 UTC 

[PATCH] tracing: Fix soft lockup when lseeking trace file
 2026-02-09 16:10 UTC  (2+ messages)

[PATCH v7 0/4] tracing: Remove backup instance after read all
 2026-02-09  9:25 UTC  (5+ messages)
` [PATCH v7 1/4] tracing: Reset last_boot_info if ring buffer is reset
` [PATCH v7 2/4] tracing: Make the backup instance non-reusable
` [PATCH v7 3/4] tracing: Remove the backup instance automatically after read
` [PATCH v7 4/4] tracing/Documentation: Add a section about backup instance

[PATCH] tracing: Pretty-print enum parameters in function arguments
 2026-02-09  7:19 UTC 

[PATCH] tracing: Have all triggers expect a file parameter
 2026-02-08 22:49 UTC  (3+ messages)

[PATCH v3 0/3] tracing: Clean up the snapshot and max tracer code
 2026-02-08 18:38 UTC  (4+ messages)
` [PATCH v3 1/3] tracing: Rename trace_array field max_buffer to snapshot_buffer
` [PATCH v3 2/3] tracing: Add tracer_uses_snapshot() helper to remove #ifdefs
` [PATCH v3 3/3] tracing: Better separate SNAPSHOT and MAX_TRACE options

[PATCH 2/2] tracing: resolve enum names for function arguments via BTF
 2026-02-08 16:47 UTC  (19+ messages)

[PATCH v2 0/3] tracing: Clean up the snapshot and max tracer code
 2026-02-08 12:24 UTC  (6+ messages)
` [PATCH v2 1/3] tracing: Rename trace_array field max_buffer to snapshot_buffer
` [PATCH v2 2/3] tracing: Add tracer_uses_snapshot() helper to remove #ifdefs
` [PATCH v2 3/3] tracing: Better separate SNAPSHOT and MAX_TRACE options

[PATCH] tracing: Clean up use of trace_create_maxlat_file()
 2026-02-08  9:29 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] tracing: Clean up use of trace_create_maxlat_file()
 2026-02-08  4:06 UTC  (2+ messages)

[PATCH v2 00/10] tracing: Clean up trace.c and move some code into other files
 2026-02-08  3:24 UTC  (11+ messages)
` [PATCH v2 01/10] tracing: Make tracing_disabled global for tracing system
` [PATCH v2 02/10] tracing: Make tracing_selftest_running global to the tracing subsystem
` [PATCH v2 03/10] tracing: Move __trace_buffer_{un}lock_*() functions to trace.h
` [PATCH v2 04/10] tracing: Move ftrace_trace_stack() out of trace.c and into trace.h
` [PATCH v2 05/10] tracing: Make printk_trace global for tracing system
` [PATCH v2 06/10] tracing: Make tracing_update_buffers() take NULL for global_trace
` [PATCH v2 07/10] tracing: Have trace_printk functions use flags instead of using global_trace
` [PATCH v2 08/10] tracing: Use system_state in trace_printk_init_buffers()
` [PATCH v2 09/10] tracing: Move trace_printk functions out of trace.c and into trace_printk.c
` [PATCH v2 10/10] tracing: Move pid filtering into trace_pid.c

[PATCH 00/12] tracing: Clean up trace.c and move some code into other files
 2026-02-07 14:56 UTC  (14+ messages)
` [PATCH 01/12] tracing: Make tracing_disabled global for tracing system
` [PATCH 02/12] tracing: Make tracing_selftest_running global to the tracing subsystem
` [PATCH 03/12] tracing: Move __trace_buffer_{un}lock_*() functions to trace.h
` [PATCH 04/12] tracing: Move ftrace_trace_stack() out of trace.c and into trace.h
` [PATCH 05/12] tracing: Make printk_trace global for tracing system
` [PATCH 06/12] tracing: Make tracing_update_buffers() take NULL for global_trace
` [PATCH 07/12] tracing: Have trace_printk functions use flags instead of using global_trace
` [PATCH 08/12] tracing: Use system_state in trace_printk_init_buffers()
` [PATCH 09/12] tracing: Move trace_printk functions out of trace.c and into trace_printk.c
` [PATCH 10/12] tracing: Move pid filtering into trace_pid.c
` [PATCH 11/12] tracing: Move tracing_set_filter_buffering() into trace_events_hist.c
` [PATCH 12/12] tracing: Move snapshot code out of trace.c and into trace_snapshot.c

[PATCH] tracing: Clean up use of trace_create_maxlat_file()
 2026-02-07  1:15 UTC  (3+ messages)

[PATCH v7 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-02-07  0:48 UTC  (12+ messages)
` [PATCH v7 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v7 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v7 6/6] x86/vdso: Enable sframe generation in VDSO

[PATCH v5 0/3] Tracing: Accelerate Kernel Boot by Asynchronizing
 2026-02-06 20:25 UTC  (3+ messages)

[PATCH mm-unstable v14 00/16] khugepaged: mTHP support
 2026-02-06 17:44 UTC  (4+ messages)
` [PATCH mm-unstable v14 07/16] khugepaged: introduce collapse_max_ptes_none helper function

[PATCH 0/2] tracing: Clean up snapshot config logic and field name
 2026-02-06 16:35 UTC  (3+ messages)
` [PATCH 1/2] tracing: Better separate SNAPSHOT and MAX_TRACE options
` [PATCH 2/2] tracing: Rename trace_array field max_buffer to snapshot_buffer

[PATCH v2] trace/hwlat: prevent false sharing in get_sample()
 2026-02-06 14:53 UTC  (4+ messages)

[bug report] tracing: Properly process error handling in event_hist_trigger_parse()
 2026-02-06 13:40 UTC 

[PATCH] objpool: fix the overestimation of object pooling metadata size
 2026-02-06 11:26 UTC 

[PATCH] libtraceevent: Pretty print function parameters of enum-type
 2026-02-06  8:40 UTC 

[PATCH v2 00/20] rv/rvgen: Robustness, modernization, and fixes
 2026-02-05 20:12 UTC  (24+ messages)
` [PATCH v2 01/20] rv/rvgen: introduce AutomataError exception class
` [PATCH v2 03/20] rv/rvgen: replace % string formatting with f-strings
` [PATCH v2 07/20] rv/rvgen: fix typos in automata and generator docstring and comments
` [PATCH v2 16/20] rv/rvgen: extract node marker string to class constant
` [PATCH v2 17/20] rv/rvgen: enforce presence of initial state
` [PATCH v2 18/20] rv/rvgen: fix unbound loop variable warning
` [PATCH v2 19/20] rv/rvgen: fix _fill_states() return type annotation
` [PATCH v2 20/20] rv/rvgen: add missing return type annotations

[PATCH v6 0/4] tracing/fprobe: Support comma-separated symbol lists and :entry/:exit suffixes
 2026-02-05 13:58 UTC  (5+ messages)
` [PATCH v6 1/4] tracing/fprobe: Support comma-separated symbols and :entry/:exit
` [PATCH v6 2/4] fprobe: Support comma-separated filters in register_fprobe()
` [PATCH v6 3/4] docs: tracing/fprobe: Document list filters and :entry/:exit
` [PATCH v6 4/4] selftests/ftrace: Add accept cases for fprobe list syntax

[PATCH] uprobes: replace deprecated kmap_atomic() with kmap_local_page()
 2026-02-05 12:29 UTC  (6+ messages)

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2026-02-05  7:04 UTC  (11+ messages)
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes

[PATCH net-next 00/15] mptcp: misc. features for v6.20/7.0
 2026-02-05  2:50 UTC  (2+ messages)

[PATCH v2] tracing: Fix ftrace event field alignments
 2026-02-05  0:49 UTC  (2+ messages)

[PATCH v3 0/2] bootconfig: Handle an empty value
 2026-02-05  0:46 UTC  (3+ messages)
` [PATCH v3 1/2] bootconfig: Terminate value search if it hits a newline
` [PATCH v3 2/2] bootconfig: Check the parsed output of the good examples

[PATCH v2 0/2] bootconfig: Handle an empty value
 2026-02-04 23:13 UTC  (4+ messages)
` [PATCH v2 1/2] bootconfig: Terminate value search if it hits a newline


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox