messages from 2025-01-22 01:04:06 to 2025-01-23 18:45:38 UTC [more...]
[PATCH v4 00/39] unwind, perf: sframe user space unwinding
2025-01-23 18:45 UTC (78+ 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
[PATCH] perf/x86/intel/bts: allocate bts_ctx only if necessary
2025-01-23 18:36 UTC (2+ messages)
[PATCH v2 00/17] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
2025-01-23 18:19 UTC (21+ messages)
` [PATCH v2 01/17] perf build: Remove libtracefs configuration
` [PATCH v2 02/17] perf map: Constify objdump offset/address conversion APIs
` [PATCH v2 03/17] perf capstone: Move capstone functionality into its own file
` [PATCH v2 04/17] perf llvm: Move llvm "
` [PATCH v2 05/17] perf capstone: Remove open_capstone_handle
` [PATCH v2 06/17] perf capstone: Support for dlopen-ing libcapstone.so
` [PATCH v2 07/17] perf llvm: Support for dlopen-ing libLLVM.so
` [PATCH v2 08/17] perf llvm: Mangle libperf-llvm.so function names
` [PATCH v2 09/17] perf dso: Move read_symbol from llvm/capstone to dso
` [PATCH v2 10/17] perf dso: Support BPF programs in dso__read_symbol
` [PATCH v2 11/17] perf llvm: Disassemble cleanup
` [PATCH v2 12/17] perf dso: Clean up read_symbol error handling
` [PATCH v2 13/17] perf build: Remove libbfd support
` [PATCH v2 14/17] perf build: Remove libiberty support
` [PATCH v2 15/17] perf build: Remove unused defines
` [PATCH v2 16/17] perf disasm: Remove disasm_bpf
` [PATCH v2 17/17] perf disasm: Make ins__scnprintf and ins__is_nop static
[PATCH 00/20] Arch-PEBS and PMU supports for Clearwater Forest
2025-01-23 16:42 UTC (23+ messages)
` [PATCH 01/20] perf/x86/intel: Add PMU support "
` [PATCH 02/20] perf/x86/intel: Fix ARCH_PERFMON_NUM_COUNTER_LEAF
` [PATCH 03/20] perf/x86/intel: Parse CPUID archPerfmonExt leaves for non-hybrid CPUs
` [PATCH 04/20] perf/x86/intel: Decouple BTS initialization from PEBS initialization
` [PATCH 05/20] perf/x86/intel: Rename x86_pmu.pebs to x86_pmu.ds_pebs
` [PATCH 06/20] perf/x86/intel: Initialize architectural PEBS
` [PATCH 07/20] perf/x86/intel/ds: Factor out common PEBS processing code to functions
` [PATCH 08/20] perf/x86/intel: Process arch-PEBS records or record fragments
` [PATCH 09/20] perf/x86/intel: Factor out common functions to process PEBS groups
` [PATCH 10/20] perf/x86/intel: Allocate arch-PEBS buffer and initialize PEBS_BASE MSR
` [PATCH 11/20] perf/x86/intel: Setup PEBS constraints base on counter & pdist map
` [PATCH 12/20] perf/x86/intel: Setup PEBS data configuration and enable legacy groups
` [PATCH 13/20] perf/x86/intel: Add SSP register support for arch-PEBS
` [PATCH 14/20] perf/x86/intel: Add counter group "
` [PATCH 15/20] perf/core: Support to capture higher width vector registers
` [PATCH 16/20] perf/x86/intel: Support arch-PEBS vector registers group capturing
` [PATCH 17/20] perf tools: Support to show SSP register
` [PATCH 18/20] perf tools: Support to capture more vector registers (common part)
` [PATCH 19/20] perf tools: Support to capture more vector registers (x86/Intel part)
` [PATCH 20/20] perf tools/tests: Add vector registers PEBS sampling test
[PATCH v15 0/6] drm/xe/pmu: PMU interface for Xe
2025-01-23 16:36 UTC (15+ messages)
` [PATCH v15 1/6] drm/xe/pmu: Enable PMU interface
` [PATCH v15 2/6] drm/xe/pmu: Assert max gt
` [PATCH v15 3/6] drm/xe/pmu: Extract xe_pmu_event_update()
` [PATCH v15 4/6] drm/xe/pmu: Add attribute skeleton
` [PATCH v15 5/6] drm/xe/pmu: Get/put runtime pm on event init
` [PATCH v15 6/6] drm/xe/pmu: Add GT C6 events
[PATCH v1 0/5] Support dynamic opening of capstone and libLLVM
2025-01-23 16:07 UTC (5+ messages)
` [PATCH v1 4/5] perf capstone: Support for dlopen-ing libcapstone.so
[PATCH V9 1/3] perf/x86/intel: Avoid pmu_disable/enable if !cpuc->enabled in sample read
2025-01-23 15:36 UTC (9+ messages)
` [PATCH V9 3/3] perf/x86/intel: Support PEBS counters snapshotting
[PATCH] perf/dwc_pcie: fix duplicate pci_dev devices
2025-01-23 9:49 UTC (2+ messages)
[PATCH v2 0/5] perf hwmon related improvements
2025-01-23 7:46 UTC (6+ messages)
` [PATCH v2 1/5] perf evsel: Reduce scanning core PMUs in is_hybrid
` [PATCH v2 2/5] perf pmus: Restructure pmu_read_sysfs to scan fewer PMUs
` [PATCH v2 3/5] perf pmu: Rename name matching for no suffix or wildcard variants
` [PATCH v2 4/5] perf stat: Don't merge counters purely on name
` [PATCH v2 5/5] perf stat: Changes to event name uniquification
[PATCH v14 0/7] drm/xe/pmu: PMU interface for Xe
2025-01-23 0:11 UTC (14+ messages)
` [PATCH v14 1/7] perf/core: Add PMU_EVENT_ATTR_ID_STRING
` [PATCH v14 2/7] drm/xe/pmu: Enable PMU interface
` [PATCH v14 3/7] drm/xe/pmu: Assert max gt
` [PATCH v14 4/7] drm/xe/pmu: Extract xe_pmu_event_update()
` [PATCH v14 5/7] drm/xe/pmu: Add attribute skeleton
` [PATCH v14 6/7] drm/xe/pmu: Get/put runtime pm on event init
` [PATCH v14 7/7] drm/xe/pmu: Add GT C6 events
[PATCH] perf trace: Remove return value of trace__fprintf_tp_fields
2025-01-22 19:19 UTC (5+ messages)
[PATCH] perf test: Skip syscall enum test if no landlock syscall
2025-01-22 19:14 UTC (3+ messages)
[PATCH v1] perf trace: Fix runtime error of index out of bounds
2025-01-22 19:11 UTC (2+ messages)
[PATCH v3 00/18] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
2025-01-22 17:43 UTC (19+ messages)
` [PATCH v3 01/18] perf build: Remove libtracefs configuration
` [PATCH v3 02/18] perf map: Constify objdump offset/address conversion APIs
` [PATCH v3 03/18] perf capstone: Move capstone functionality into its own file
` [PATCH v3 04/18] perf llvm: Move llvm "
` [PATCH v3 05/18] perf capstone: Remove open_capstone_handle
` [PATCH v3 06/18] perf capstone: Support for dlopen-ing libcapstone.so
` [PATCH v3 07/18] perf llvm: Support for dlopen-ing libLLVM.so
` [PATCH v3 08/18] perf llvm: Mangle libperf-llvm.so function names
` [PATCH v3 09/18] perf dso: Move read_symbol from llvm/capstone to dso
` [PATCH v3 10/18] perf dso: Support BPF programs in dso__read_symbol
` [PATCH v3 11/18] perf llvm: Disassemble cleanup
` [PATCH v3 12/18] perf dso: Clean up read_symbol error handling
` [PATCH v3 13/18] perf build: Remove libbfd support
` [PATCH v3 14/18] perf build: Remove libiberty support
` [PATCH v3 15/18] perf build: Remove unused defines
` [PATCH v3 16/18] perf disasm: Remove disasm_bpf
` [PATCH v3 17/18] perf disasm: Make ins__scnprintf and ins__is_nop static
` [PATCH v3 18/18] perf srcline: Fallback between addr2line implementations
[PATCH v2 0/5] A mechanism for efficient support for per-function metrics
2025-01-22 16:47 UTC (2+ messages)
[PATCH v2 0/2] perf vendor events arm64: Add N3 events/metrics
2025-01-22 16:35 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] perf vendor events arm64: Add V3 events/metrics
[PATCH v3] perf/core: Fix warning due to unordred pmu_ctx_list
2025-01-22 7:33 UTC
[PATCH v13 0/7] drm/xe/pmu: PMU interface for Xe
2025-01-22 5:28 UTC (5+ messages)
` [PATCH v13 7/7] drm/xe/pmu: Add GT C6 events
[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
2025-01-22 5:08 UTC (5+ messages)
` [RFC PATCH v3 23/58] KVM: x86/pmu: Allow RDPMC pass through when all counters exposed to guest
[PATCH v2 5/5] perf: Record sample last_period before updating
2025-01-22 5:03 UTC (2+ messages)
[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-01-22 1:04 UTC (4+ messages)
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).