linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-17 14:47:25 to 2025-10-22 14:44:35 UTC [more...]

[PATCH v11 00/15] unwind_deferred: Implement sframe handling
 2025-10-22 14:43 UTC  (5+ messages)
` [PATCH v11 09/15] unwind_user: Stop when reaching an outermost frame
` [PATCH v11 10/15] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v11 11/15] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v11 12/15] unwind_user/sframe: Remove .sframe section on detected corruption

[BUG] no ORC stacktrace from kretprobe.multi bpf program
 2025-10-22 14:28 UTC  (4+ messages)

[PATCH bpf-next v2 00/10] bpf: tracing session supporting
 2025-10-22 14:11 UTC  (10+ messages)
` [PATCH bpf-next v2 01/10] bpf: add tracing session support
` [PATCH bpf-next v2 02/10] bpf: add kfunc bpf_tracing_is_exit for TRACE_SESSION
` [PATCH bpf-next v2 03/10] bpf: add kfunc bpf_fsession_cookie for TRACING SESSION
` [PATCH bpf-next v2 04/10] bpf,x86: add ret_off to invoke_bpf()
` [PATCH bpf-next v2 05/10] bpf,x86: add tracing session supporting for x86_64
` [PATCH bpf-next v2 06/10] libbpf: add support for tracing session
` [PATCH bpf-next v2 07/10] selftests/bpf: test get_func_ip for fsession

[PATCH v5 00/16] block: add blktrace support for zoned block devies
 2025-10-22 12:31 UTC  (18+ messages)
` [PATCH v5 01/16] blktrace: only calculate trace length once
` [PATCH v5 02/16] blktrace: factor out recording a blktrace event
` [PATCH v5 03/16] blktrace: split out relaying "
` [PATCH v5 04/16] blktrace: untangle if/else sequence in __blk_add_trace
` [PATCH v5 05/16] blktrace: change the internal action to 64bit
` [PATCH v5 06/16] blktrace: split do_blk_trace_setup into two functions
` [PATCH v5 07/16] blktrace: add definitions for blk_user_trace_setup2
` [PATCH v5 08/16] blktrace: pass blk_user_trace2 to setup functions
` [PATCH v5 09/16] blktrace: add definitions for struct blk_io_trace2
` [PATCH v5 10/16] blktrace: differentiate between blk_io_trace versions
` [PATCH v5 11/16] blktrace: move trace_note to blk_io_trace2
` [PATCH v5 12/16] blktrace: move ftrace blk_io_tracer "
` [PATCH v5 13/16] blktrace: add block trace commands for zone operations
` [PATCH v5 14/16] blktrace: expose ZONE APPEND completions to blktrace
` [PATCH v5 15/16] blktrace: trace zone write plugging operations
` [PATCH v5 16/16] blktrace: handle BLKTRACESETUP2 ioctl

[PATCH bpf-next v2 08/10] selftests/bpf: add testcases for tracing session
 2025-10-22  8:06 UTC  (3+ messages)
` [PATCH bpf-next v2 09/10] selftests/bpf: add session cookie testcase for fsession
` [PATCH bpf-next v2 10/10] selftests/bpf: add testcase for mixing fsession, fentry and fexit

[PATCH v3] stm: class: Add MIPI OST protocol support
 2025-10-22  7:18 UTC 

[PATCH RFC bpf-next 0/5] bpf: tracing session supporting
 2025-10-22  1:05 UTC  (17+ messages)
` [PATCH RFC bpf-next 1/5] bpf: add tracing session support
` [PATCH RFC bpf-next 2/5] bpf: add kfunc bpf_tracing_is_exit for TRACE_SESSION
` [PATCH RFC bpf-next 3/5] bpf,x86: add tracing session supporting for x86_64
` [PATCH RFC bpf-next 4/5] libbpf: add support for tracing session
` [PATCH RFC bpf-next 5/5] selftests/bpf: add testcases "

[PATCH v10 0/5] tracepoints: Add warnings for unused tracepoints and trace events
 2025-10-22  0:43 UTC  (6+ messages)
` [PATCH v10 1/5] sorttable: Move ELF parsing into scripts/elf-parse.[ch]
` [PATCH v10 2/5] tracing: Add a tracepoint verification check at build time
` [PATCH v10 3/5] tracepoint: Do not warn for unused event that is exported
` [PATCH v10 4/5] tracing: Allow tracepoint-update.c to work with modules
` [PATCH v10 5/5] tracing: Add warnings for unused tracepoints for modules

[PATCH v9 0/4] tracepoints: Add warnings for unused tracepoints and trace events
 2025-10-21 21:21 UTC  (10+ messages)
` [PATCH v9 2/4] tracing: Add a tracepoint verification check at build time
` [PATCH v9 4/4] tracing: Add warnings for unused tracepoints for modules

[PATCH v4 00/16] block: add blktrace support for zoned block devies
 2025-10-21 20:57 UTC  (23+ messages)
` [PATCH v4 01/16] blktrace: only calculate trace length once
` [PATCH v4 02/16] blktrace: factor out recording a blktrace event
` [PATCH v4 03/16] blktrace: split out relaying "
` [PATCH v4 04/16] blktrace: untangle if/else sequence in __blk_add_trace
` [PATCH v4 05/16] blktrace: change the internal action to 64bit
` [PATCH v4 06/16] blktrace: split do_blk_trace_setup into two functions
` [PATCH v4 07/16] blktrace: add definitions for blk_user_trace_setup2
` [PATCH v4 08/16] blktrace: pass blk_user_trace2 to setup functions
` [PATCH v4 09/16] blktrace: add definitions for struct blk_io_trace2
` [PATCH v4 10/16] blktrace: differentiate between blk_io_trace versions
` [PATCH v4 11/16] blktrace: move trace_note to blk_io_trace2
` [PATCH v4 12/16] blktrace: move ftrace blk_io_tracer "
` [PATCH v4 13/16] blktrace: add block trace commands for zone operations
` [PATCH v4 14/16] blktrace: expose ZONE APPEND completions to blktrace
` [PATCH v4 15/16] blktrace: trace zone write plugging operations
` [PATCH v4 16/16] blktrace: handle BLKTRACESETUP2 ioctl

[PATCH 0/4] rtla/timerlat: Add --bpf-action option
 2025-10-21 17:32 UTC  (11+ messages)
` [PATCH 2/4] "
` [PATCH 3/4] rtla/timerlat: Add example for BPF action program
` [PATCH 4/4] Documentation/rtla: Document --bpf-action option

[PATCH v2 00/20] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
 2025-10-21 15:54 UTC  (14+ messages)
` [PATCH v2 10/20] rv: Add Hybrid Automata monitor type
` [PATCH v2 18/20] rv: Add support for per-object monitors in DA/HA
` [PATCH v2 19/20] verification/rvgen: Add support for per-obj monitors

[PATCH v2] spi: spi-mem: Trace exec_op
 2025-10-21 14:47 UTC 

[PATCH] spi: spi-mem: Trace exec_op
 2025-10-21 12:11 UTC  (3+ messages)

[PATCH] btrfs: fix NULL dereference on root when tracing inode eviction
 2025-10-21  9:11 UTC 

[syzbot] Monthly trace report (Oct 2025)
 2025-10-21  8:02 UTC 

[PATCH v12 0/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
 2025-10-21  1:50 UTC  (8+ messages)
` [PATCH v12 1/3] PCI: trace: Add a generic RAS tracepoint for hotplug event

[PATCH v4 00/13] tracing: Show contents of syscall trace event user space fields
 2025-10-21  0:52 UTC  (14+ messages)
` [PATCH v4 01/13] tracing: Make trace_user_fault_read() exposed to rest of tracing
` [PATCH v4 02/13] tracing: Have syscall trace events read user space string
` [PATCH v4 03/13] perf: tracing: Simplify perf_sysenter_enable/disable() with guards
` [PATCH v4 04/13] perf: tracing: Have perf system calls read user space
` [PATCH v4 05/13] tracing: Have system call events record user array data
` [PATCH v4 06/13] tracing: Display some syscall arrays as strings
` [PATCH v4 07/13] tracing: Allow syscall trace events to read more than one user parameter
` [PATCH v4 08/13] tracing: Add a config and syscall_user_buf_size file to limit amount written
` [PATCH v4 09/13] tracing: Show printable characters in syscall arrays
` [PATCH v4 10/13] tracing: Add trace_seq_pop() and seq_buf_pop()
` [PATCH v4 11/13] tracing: Add parsing of flags to the sys_enter_openat trace event
` [PATCH v4 12/13] tracing: Check for printable characters when printing field dyn strings
` [PATCH v4 13/13] tracing: Have persistent ring buffer print syscalls normally

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

[PATCH v2] ring-buffer: fix kernel-doc format to avoid a warning
 2025-10-20 19:01 UTC  (3+ messages)

[PATCH v3 00/13] tracing: Show contents of syscall trace event user space fields
 2025-10-20 18:47 UTC  (4+ messages)
` [PATCH v3 12/13] tracing: Check for printable characters when printing field dyn strings

[PATCH 0/6] [PATCH v6 0/6] x86/vdso: VDSO updates and fixes for sframes
 2025-10-20 14:06 UTC  (3+ messages)
` [PATCH 6/6] x86/vdso: Enable sframe generation in VDSO

[PATCH v3 0/5] mm: VMA count limit fixes and improvements
 2025-10-20 11:32 UTC  (6+ messages)
` [PATCH v3 1/5] mm: fix off-by-one error in VMA count limit checks

[PATCH v3 00/16] block: add blktrace support for zoned block devi
 2025-10-20 10:57 UTC  (4+ messages)
` [PATCH v3 13/16] blktrace: add block trace commands for zone operations

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

[PATCH] Documentation/rtla: rename common_xxx.rst files to common_xxx.txt
 2025-10-18 14:30 UTC  (5+ messages)

[PATCH v4 0/2] rtla: fix cgroup and trace options parsing
 2025-10-18 13:04 UTC  (3+ messages)
` [PATCH v4 1/2] rtla: fix -C/--cgroup interface
` [PATCH v4 2/2] rtla: fix -a overriding -t argument

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-10-17 23:33 UTC  (39+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 02/37] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [RFC PATCH v1 03/37] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [RFC PATCH v1 04/37] KVM: Stub in ability to disable per-VM memory attribute tracking
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 08/37] KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
` [RFC PATCH v1 09/37] KVM: guest_memfd: Skip LRU for guest_memfd folios
` [RFC PATCH v1 10/37] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES
` [RFC PATCH v1 12/37] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [RFC PATCH v1 13/37] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [RFC PATCH v1 14/37] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [RFC PATCH v1 15/37] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [RFC PATCH v1 16/37] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [RFC PATCH v1 17/37] KVM: selftests: Update framework to use KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 18/37] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [RFC PATCH v1 19/37] KVM: selftests: guest_memfd: Test basic single-page conversion flow
` [RFC PATCH v1 20/37] KVM: selftests: guest_memfd: Test conversion flow when INIT_SHARED
` [RFC PATCH v1 21/37] KVM: selftests: guest_memfd: Test indexing in guest_memfd
` [RFC PATCH v1 22/37] KVM: selftests: guest_memfd: Test conversion before allocation
` [RFC PATCH v1 23/37] KVM: selftests: guest_memfd: Convert with allocated folios in different layouts
` [RFC PATCH v1 24/37] KVM: selftests: guest_memfd: Test precision of conversion
` [RFC PATCH v1 25/37] KVM: selftests: guest_memfd: Test that truncation does not change shared/private status
` [RFC PATCH v1 26/37] KVM: selftests: guest_memfd: Test that shared/private status is consistent across processes
` [RFC PATCH v1 27/37] KVM: selftests: guest_memfd: Test conversion with elevated page refcount
` [RFC PATCH v1 28/37] KVM: selftests: Reset shared memory after hole-punching
` [RFC PATCH v1 29/37] KVM: selftests: Add selftests global for guest memory attributes capability
` [RFC PATCH v1 30/37] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [RFC PATCH v1 31/37] KVM: selftests: Provide common function to set memory attributes
` [RFC PATCH v1 32/37] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [RFC PATCH v1 33/37] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [RFC PATCH v1 34/37] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [RFC PATCH v1 35/37] KVM: selftests: Add script to exercise private_mem_conversions_test
` [RFC PATCH v1 36/37] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [RFC PATCH v1 37/37] KVM: selftests: Update private memory exits test work with per-gmem attributes

[PATCH] ring-buffer: fix kernel-doc format to avoid a warning
 2025-10-17 19:11 UTC  (3+ 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).