linux-trace-kernel
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH] bpf: add missing __printf attributes
Arnd Bergmann
Re: [PATCH] bpf: add missing __printf attributes
Alexei Starovoitov
[RFC bpf-next 00/12] bpf: tracing_multi link
Jiri Olsa
[RFC bpf-next 05/12] bpf: Add multi tracing attach types
Jiri Olsa
Re: [RFC bpf-next 05/12] bpf: Add multi tracing attach types
bot+bpf-ci
Re: [RFC bpf-next 05/12] bpf: Add multi tracing attach types
Leon Hwang
Re: [RFC bpf-next 05/12] bpf: Add multi tracing attach types
Jiri Olsa
[RFC bpf-next 07/12] bpf: Add support to create tracing multi link
Jiri Olsa
Re: [RFC bpf-next 07/12] bpf: Add support to create tracing multi link
bot+bpf-ci
Re: [RFC bpf-next 07/12] bpf: Add support to create tracing multi link
Andrii Nakryiko
Re: [RFC bpf-next 07/12] bpf: Add support to create tracing multi link
Jiri Olsa
[RFC bpf-next 09/12] libbpf: Add support to create tracing multi link
Jiri Olsa
Re: [RFC bpf-next 09/12] libbpf: Add support to create tracing multi link
bot+bpf-ci
Re: [RFC bpf-next 09/12] libbpf: Add support to create tracing multi link
Andrii Nakryiko
[RFC bpf-next 10/12] selftests/bpf: Add fentry tracing multi func test
Jiri Olsa
Re: [RFC bpf-next 10/12] selftests/bpf: Add fentry tracing multi func test
bot+bpf-ci
[RFC bpf-next 01/12] ftrace: Add ftrace_hash_count function
Jiri Olsa
Re: [RFC bpf-next 01/12] ftrace: Add ftrace_hash_count function
Steven Rostedt
Re: [RFC bpf-next 01/12] ftrace: Add ftrace_hash_count function
Jiri Olsa
[RFC bpf-next 02/12] bpf: Add struct bpf_trampoline_ops object
Jiri Olsa
[RFC bpf-next 03/12] bpf: Add struct bpf_struct_ops_tramp_link object
Jiri Olsa
[RFC bpf-next 04/12] bpf: Add struct bpf_tramp_node object
Jiri Olsa
Re: [RFC bpf-next 04/12] bpf: Add struct bpf_tramp_node object
Andrii Nakryiko
Re: [RFC bpf-next 04/12] bpf: Add struct bpf_tramp_node object
Jiri Olsa
Re: [RFC bpf-next 04/12] bpf: Add struct bpf_tramp_node object
Andrii Nakryiko
Re: [RFC bpf-next 04/12] bpf: Add struct bpf_tramp_node object
Jiri Olsa
[RFC bpf-next 06/12] bpf: Add bpf_trampoline_multi_attach/detach functions
Jiri Olsa
Re: [RFC bpf-next 06/12] bpf: Add bpf_trampoline_multi_attach/detach functions
bot+bpf-ci
Re: [RFC bpf-next 06/12] bpf: Add bpf_trampoline_multi_attach/detach functions
Menglong Dong
Re: [RFC bpf-next 06/12] bpf: Add bpf_trampoline_multi_attach/detach functions
Jiri Olsa
Re: [RFC bpf-next 06/12] bpf: Add bpf_trampoline_multi_attach/detach functions
Menglong Dong
[RFC bpf-next 08/12] libbpf: Add btf__find_by_glob_kind function
Jiri Olsa
Re: [RFC bpf-next 08/12] libbpf: Add btf__find_by_glob_kind function
bot+bpf-ci
Re: [RFC bpf-next 08/12] libbpf: Add btf__find_by_glob_kind function
Andrii Nakryiko
Re: [RFC bpf-next 08/12] libbpf: Add btf__find_by_glob_kind function
Jiri Olsa
Re: [RFC bpf-next 08/12] libbpf: Add btf__find_by_glob_kind function
Andrii Nakryiko
Re: [RFC bpf-next 08/12] libbpf: Add btf__find_by_glob_kind function
Jiri Olsa
Re: [RFC bpf-next 08/12] libbpf: Add btf__find_by_glob_kind function
Andrii Nakryiko
[RFC bpf-next 11/12] selftests/bpf: Add fentry intersected tracing multi func test
Jiri Olsa
[RFC bpf-next 12/12] selftests/bpf: Add tracing multi benchmark test
Jiri Olsa
Re: [RFC bpf-next 12/12] selftests/bpf: Add tracing multi benchmark test
bot+bpf-ci
Re: [RFC bpf-next 00/12] bpf: tracing_multi link
Alexei Starovoitov
Re: [RFC bpf-next 00/12] bpf: tracing_multi link
Jiri Olsa
Re: [RFC bpf-next 00/12] bpf: tracing_multi link
Alexei Starovoitov
Re: [RFC bpf-next 00/12] bpf: tracing_multi link
Jiri Olsa
Re: [RFC bpf-next 00/12] bpf: tracing_multi link
Alexei Starovoitov
Re: [RFC bpf-next 00/12] bpf: tracing_multi link
Jiri Olsa
Re: [RFC bpf-next 00/12] bpf: tracing_multi link
Andrii Nakryiko
Re: [RFC bpf-next 00/12] bpf: tracing_multi link
Jiri Olsa
[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
Ackerley Tng
[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
Ackerley Tng
[RFC PATCH v2 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
Ackerley Tng
[RFC PATCH v2 02/37] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
Ackerley Tng
[RFC PATCH v2 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
Ackerley Tng
[RFC PATCH v2 04/37] KVM: Stub in ability to disable per-VM memory attribute tracking
Ackerley Tng
[RFC PATCH v2 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
Ackerley Tng
[RFC PATCH v2 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
Ackerley Tng
[RFC PATCH v2 08/37] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
Ackerley Tng
[RFC PATCH v2 03/37] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
Ackerley Tng
[RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
Ackerley Tng
[RFC PATCH v2 15/37] KVM: selftests: Add support for mmap() on guest_memfd in core library
Ackerley Tng
[RFC PATCH v2 10/37] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
Ackerley Tng
[RFC PATCH v2 16/37] KVM: selftests: Add selftests global for guest memory attributes capability
Ackerley Tng
[RFC PATCH v2 11/37] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
Ackerley Tng
[RFC PATCH v2 12/37] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
Ackerley Tng
[RFC PATCH v2 14/37] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
Ackerley Tng
[RFC PATCH v2 20/37] KVM: selftests: Test basic single-page conversion flow
Ackerley Tng
[RFC PATCH v2 21/37] KVM: selftests: Test conversion flow when INIT_SHARED
Ackerley Tng
[RFC PATCH v2 22/37] KVM: selftests: Test indexing in guest_memfd
Ackerley Tng
[RFC PATCH v2 13/37] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
Ackerley Tng
[RFC PATCH v2 23/37] KVM: selftests: Test conversion before allocation
Ackerley Tng
[RFC PATCH v2 24/37] KVM: selftests: Convert with allocated folios in different layouts
Ackerley Tng
[RFC PATCH v2 25/37] KVM: selftests: Test precision of conversion
Ackerley Tng
[RFC PATCH v2 28/37] KVM: selftests: Test conversion with elevated page refcount
Ackerley Tng
[RFC PATCH v2 26/37] KVM: selftests: Test that truncation does not change shared/private status
Ackerley Tng
[RFC PATCH v2 17/37] KVM: selftests: Update framework to use KVM_SET_MEMORY_ATTRIBUTES2
Ackerley Tng
[RFC PATCH v2 29/37] KVM: selftests: Reset shared memory after hole-punching
Ackerley Tng
[RFC PATCH v2 18/37] KVM: selftests: Add helpers for calling ioctls on guest_memfd
Ackerley Tng
[RFC PATCH v2 35/37] KVM: selftests: Add script to exercise private_mem_conversions_test
Ackerley Tng
[RFC PATCH v2 31/37] KVM: selftests: Provide common function to set memory attributes
Ackerley Tng
[RFC PATCH v2 32/37] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
Ackerley Tng
[RFC PATCH v2 19/37] KVM: selftests: Test using guest_memfd for guest private memory
Ackerley Tng
[RFC PATCH v2 34/37] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
Ackerley Tng
[RFC PATCH v2 37/37] KVM: selftests: Update private memory exits test work with per-gmem attributes
Ackerley Tng
[RFC PATCH v2 36/37] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
Ackerley Tng
[RFC PATCH v2 27/37] KVM: selftests: Test that shared/private status is consistent across processes
Ackerley Tng
[RFC PATCH v2 33/37] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
Ackerley Tng
[RFC PATCH v2 30/37] KVM: selftests: Provide function to look up guest_memfd details from gpa
Ackerley Tng
[PATCH] tracing: Fix ftrace event field alignments
Steven Rostedt
[PATCH v2] tracing: Fix funcgraph_exit calltime/rettime offset for 32-bit ARM
jempty.liang
Re: [PATCH v2] tracing: Fix funcgraph_exit calltime/rettime offset for 32-bit ARM
Steven Rostedt
Re: [PATCH v2] tracing: Fix funcgraph_exit calltime/rettime offset for 32-bit ARM
Steven Rostedt
Re: [PATCH v2] tracing: Fix funcgraph_exit calltime/rettime offset for 32-bit ARM
jempty.liang
Re: [PATCH v2] tracing: Fix funcgraph_exit calltime/rettime offset for 32-bit ARM
Steven Rostedt
Re: [PATCH v2] tracing: Fix funcgraph_exit calltime/rettime offset for 32-bit ARM
Steven Rostedt
Re: [PATCH v2] tracing: Fix funcgraph_exit calltime/rettime offset for 32-bit ARM
jempty.liang
Re: [PATCH v2] tracing: Fix funcgraph_exit calltime/rettime offset for 32-bit ARM
jempty.liang
Re: [PATCH v2] tracing: Fix funcgraph_exit calltime/rettime offset for 32-bit ARM
kernel test robot
Re: [PATCH v2] tracing: Fix funcgraph_exit calltime/rettime offset for 32-bit ARM
kernel test robot
Re: [PATCH v2] tracing: Fix funcgraph_exit calltime/rettime offset for 32-bit ARM
kernel test robot
Re: [PATCH v2] tracing: Fix funcgraph_exit calltime/rettime offset for 32-bit ARM
kernel test robot
[PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Donglin Peng
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Steven Rostedt
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Donglin Peng
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Donglin Peng
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Steven Rostedt
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Alexei Starovoitov
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Donglin Peng
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Donglin Peng
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Alexei Starovoitov
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Donglin Peng
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Alexei Starovoitov
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Donglin Peng
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Steven Rostedt
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Donglin Peng
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Donglin Peng
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Steven Rostedt
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Donglin Peng
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Steven Rostedt
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Donglin Peng
Re: [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
Google
[PATCH] tracing: remove __printf() attribute on __ftrace_vbprintk()
Arnd Bergmann
Re: [PATCH] tracing: remove __printf() attribute on __ftrace_vbprintk()
Jeff Layton
Re: [PATCH] tracing: remove __printf() attribute on __ftrace_vbprintk()
Andy Shevchenko
Re: [PATCH] tracing: remove __printf() attribute on __ftrace_vbprintk()
Steven Rostedt
Re: [PATCH] tracing: remove __printf() attribute on __ftrace_vbprintk()
kernel test robot
Re: [PATCH] tracing: remove __printf() attribute on __ftrace_vbprintk()
Andy Shevchenko
Re: [PATCH] tracing: remove __printf() attribute on __ftrace_vbprintk()
Arnd Bergmann
Re: [PATCH] tracing: remove __printf() attribute on __ftrace_vbprintk()
Andy Shevchenko
[PATCH bpf-next] ftrace: Fix direct_functions leak in update_ftrace_direct_del
Jiri Olsa
Re: [PATCH bpf-next] ftrace: Fix direct_functions leak in update_ftrace_direct_del
Steven Rostedt
Re: [PATCH bpf-next] ftrace: Fix direct_functions leak in update_ftrace_direct_del
patchwork-bot+netdevbpf
Re: [PATCH bpf-next] ftrace: Fix direct_functions leak in update_ftrace_direct_del
kernel test robot
[PATCH v2] trace/hwlat: prevent false sharing in get_sample()
Colin Lord
Re: [PATCH v2] trace/hwlat: prevent false sharing in get_sample()
Steven Rostedt
Re: [PATCH v2] trace/hwlat: prevent false sharing in get_sample()
Colin Lord
Re: [PATCH v2] trace/hwlat: prevent false sharing in get_sample()
Steven Rostedt
[PATCH v6 0/4] tracing: Remove backup instance after read all
Masami Hiramatsu (Google)
[PATCH v6 1/4] tracing: Reset last_boot_info if ring buffer is reset
Masami Hiramatsu (Google)
Re: [PATCH v6 1/4] tracing: Reset last_boot_info if ring buffer is reset
Steven Rostedt
Re: [PATCH v6 1/4] tracing: Reset last_boot_info if ring buffer is reset
Google
[PATCH v6 2/4] tracing: Make the backup instance non-reusable
Masami Hiramatsu (Google)
Re: [PATCH v6 2/4] tracing: Make the backup instance non-reusable
Steven Rostedt
Re: [PATCH v6 2/4] tracing: Make the backup instance non-reusable
Google
Re: [PATCH v6 2/4] tracing: Make the backup instance non-reusable
Steven Rostedt
Re: [PATCH v6 2/4] tracing: Make the backup instance non-reusable
Google
[PATCH v6 3/4] tracing: Remove the backup instance automatically after read
Masami Hiramatsu (Google)
[PATCH v6 4/4] tracing/Documentation: Add a section about backup instance
Masami Hiramatsu (Google)
Re: [PATCH v6 0/4] tracing: Remove backup instance after read all
Google
[PATCH v11 00/30] Tracefs support for pKVM
Vincent Donnefort
[PATCH v11 02/30] ring-buffer: Store bpage pointers into subbuf_ids
Vincent Donnefort
[PATCH v11 01/30] ring-buffer: Add page statistics to the meta-page
Vincent Donnefort
[PATCH v11 03/30] ring-buffer: Introduce ring-buffer remotes
Vincent Donnefort
[PATCH v11 04/30] ring-buffer: Add non-consuming read for ring-buffer remotes
Vincent Donnefort
[PATCH v11 05/30] tracing: Introduce trace remotes
Vincent Donnefort
[PATCH v11 06/30] tracing: Add reset to trace remotes
Vincent Donnefort
[PATCH v11 08/30] tracing: Add init callback to trace remotes
Vincent Donnefort
[PATCH v11 07/30] tracing: Add non-consuming read to trace remotes
Vincent Donnefort
Re: [PATCH v11 07/30] tracing: Add non-consuming read to trace remotes
Steven Rostedt
Re: [PATCH v11 07/30] tracing: Add non-consuming read to trace remotes
Vincent Donnefort
[PATCH v11 17/30] tracing: load/unload page callbacks for simple_ring_buffer
Vincent Donnefort
Re: [PATCH v11 17/30] tracing: load/unload page callbacks for simple_ring_buffer
Steven Rostedt
[PATCH v11 18/30] tracing: Check for undefined symbols in simple_ring_buffer
Vincent Donnefort
[PATCH v11 09/30] tracing: Add events to trace remotes
Vincent Donnefort
Re: [PATCH v11 09/30] tracing: Add events to trace remotes
Steven Rostedt
[PATCH v11 10/30] tracing: Add events/ root files to trace remotes
Vincent Donnefort
[PATCH v11 12/30] ring-buffer: Export buffer_data_page and macros
Vincent Donnefort
[PATCH v11 11/30] tracing: Add helpers to create trace remote events
Vincent Donnefort
[PATCH v11 16/30] Documentation: tracing: Add tracing remotes
Vincent Donnefort
Re: [PATCH v11 16/30] Documentation: tracing: Add tracing remotes
Steven Rostedt
[PATCH v11 28/30] KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hyp
Vincent Donnefort
[PATCH v11 13/30] tracing: Introduce simple_ring_buffer
Vincent Donnefort
Re: [PATCH v11 13/30] tracing: Introduce simple_ring_buffer
Steven Rostedt
[PATCH v11 29/30] KVM: arm64: Add selftest event support to nVHE/pKVM hyp
Vincent Donnefort
[PATCH v11 14/30] tracing: Add a trace remote module for testing
Vincent Donnefort
Re: [PATCH v11 14/30] tracing: Add a trace remote module for testing
Steven Rostedt
[PATCH v11 15/30] tracing: selftests: Add trace remote tests
Vincent Donnefort
Re: [PATCH v11 15/30] tracing: selftests: Add trace remote tests
Steven Rostedt
Re: [PATCH v11 15/30] tracing: selftests: Add trace remote tests
Vincent Donnefort
[PATCH v11 30/30] tracing: selftests: Add hypervisor trace remote tests
Vincent Donnefort
[PATCH v11 20/30] KVM: arm64: Add clock support to nVHE/pKVM hyp
Vincent Donnefort
[PATCH v11 22/30] KVM: arm64: Support unaligned fixmap in the pKVM hyp
Vincent Donnefort
[PATCH v11 19/30] KVM: arm64: Add PKVM_DISABLE_STAGE2_ON_PANIC
Vincent Donnefort
[PATCH v11 21/30] KVM: arm64: Initialise hyp_nr_cpus for nVHE hyp
Vincent Donnefort
[PATCH v11 24/30] KVM: arm64: Add trace remote for the nVHE/pKVM hyp
Vincent Donnefort
[PATCH v11 23/30] KVM: arm64: Add tracing capability for the nVHE/pKVM hyp
Vincent Donnefort
[PATCH v11 25/30] KVM: arm64: Sync boot clock with the nVHE/pKVM hyp
Vincent Donnefort
[PATCH v11 26/30] KVM: arm64: Add trace reset to the nVHE/pKVM hyp
Vincent Donnefort
[PATCH v11 27/30] KVM: arm64: Add event support to the nVHE/pKVM hyp and trace remote
Vincent Donnefort
Re: [PATCH v11 00/30] Tracefs support for pKVM
Steven Rostedt
Re: [PATCH v11 00/30] Tracefs support for pKVM
Steven Rostedt
[PATCH -next v2] cgroup: increase maximum subsystem count from 16 to 32
Chen Ridong
Re: [PATCH -next v2] cgroup: increase maximum subsystem count from 16 to 32
Tejun Heo
[PATCH v2] tracing/dma: Cap dma_map_sg tracepoint arrays to prevent buffer overflow
Deepanshu Kartikey
Re: [PATCH v2] tracing/dma: Cap dma_map_sg tracepoint arrays to prevent buffer overflow
Sean Anderson
Re: [PATCH v2] tracing/dma: Cap dma_map_sg tracepoint arrays to prevent buffer overflow
Steven Rostedt
Re: [PATCH v2] tracing/dma: Cap dma_map_sg tracepoint arrays to prevent buffer overflow
Marek Szyprowski
[PATCH] tracing: Add kerneldoc to trace_event_buffer_reserve()
Steven Rostedt
[PATCH] trace/hwlat: prevent false sharing in get_sample()
Colin Lord
Re: [PATCH] trace/hwlat: prevent false sharing in get_sample()
Steven Rostedt
Earlier messages
Later messages