public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-06 22:01:51 to 2026-02-10 18:40:26 UTC [more...]

[Patch v6 00/22] Support SIMD/eGPRs/SSP registers sampling for perf
 2026-02-10 18:40 UTC  (26+ messages)
` [Patch v6 01/22] perf/x86/intel: Restrict PEBS_ENABLE writes to PEBS-capable counters
` [Patch v6 02/22] perf/x86/intel: Enable large PEBS sampling for XMMs
` [Patch v6 03/22] perf/x86/intel: Convert x86_perf_regs to per-cpu variables
` [Patch v6 04/22] perf: Eliminate duplicate arch-specific functions definations
` [Patch v6 05/22] perf/x86: Use x86_perf_regs in the x86 nmi handler
` [Patch v6 06/22] perf/x86: Introduce x86-specific x86_pmu_setup_regs_data()
` [Patch v6 07/22] x86/fpu/xstate: Add xsaves_nmi() helper
` [Patch v6 08/22] x86/fpu: Ensure TIF_NEED_FPU_LOAD is set after saving FPU state
` [Patch v6 09/22] perf: Move and rename has_extended_regs() for ARCH-specific use
` [Patch v6 10/22] perf/x86: Enable XMM Register Sampling for Non-PEBS Events
` [Patch v6 11/22] perf/x86: Enable XMM register sampling for REGS_USER case
` [Patch v6 12/22] perf: Add sampling support for SIMD registers
` [Patch v6 13/22] perf/x86: Enable XMM sampling using sample_simd_vec_reg_* fields
` [Patch v6 14/22] perf/x86: Enable YMM "
` [Patch v6 15/22] perf/x86: Enable ZMM "
` [Patch v6 16/22] perf/x86: Enable OPMASK sampling using sample_simd_pred_reg_* fields
` [Patch v6 17/22] perf: Enhance perf_reg_validate() with simd_enabled argument
` [Patch v6 18/22] perf/x86: Enable eGPRs sampling using sample_regs_* fields
` [Patch v6 19/22] perf/x86: Enable SSP "
` [Patch v6 20/22] perf/x86/intel: Enable PERF_PMU_CAP_SIMD_REGS capability
` [Patch v6 21/22] perf/x86/intel: Enable arch-PEBS based SIMD/eGPRs/SSP sampling
` [Patch v6 22/22] perf/x86: Activate back-to-back NMI detection for arch-PEBS induced NMIs

[PATCH v2] perf tests: mmap: skip rdpmc tests when sysfs disabled
 2026-02-10 17:03 UTC  (6+ messages)

[PATCH] perf/x86/intel/uncore: Add per-scheduler IMC CAS count events
 2026-02-10 16:52 UTC  (3+ messages)

[PATCH v1] perf tests workload: Formatting for code_with_type.rs
 2026-02-10 13:57 UTC  (4+ messages)

[PATCH 1/1] tools build: Fix rust feature detection
 2026-02-10 12:26 UTC  (4+ messages)

[RFC PATCH v2 0/4] Test annotate with data type profiling
 2026-02-10 11:57 UTC  (14+ messages)
` [RFC PATCH v2 1/4] tools/build: Add a feature test for rust compiler
` [RFC PATCH v2 2/4] perf test workload: Add code_with_type test workload
` [RFC PATCH v2 3/4] perf tests: Test annotate with data type profiling and rust
` [RFC PATCH v2 4/4] perf tests: Test annotate with data type profiling and C
  ` Rust data-type profiling working in perf was: Re: [RFC PATCH v2 0/4] Test annotate with data type profiling

[PATCH v1 1/2] perf tests: build-test coverage for NO_JEVENTS=1
 2026-02-10  9:11 UTC  (12+ messages)
` [PATCH v1 2/2] perf metricgroup: Don't early exit if no CPUID table exists
              ` [PATCH v1] perf metricgroup: Fix metricgroup__has_metric_or_groups

[PATCH v6 00/19] ARM64 PMU Partitioning
 2026-02-10  8:49 UTC  (26+ messages)
` [PATCH v6 01/19] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v6 02/19] KVM: arm64: Reorganize PMU includes
` [PATCH v6 03/19] KVM: arm64: Reorganize PMU functions
` [PATCH v6 04/19] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v6 05/19] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH v6 06/19] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH v6 07/19] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v6 08/19] KVM: arm64: Define access helpers for PMUSERENR and PMSELR
` [PATCH v6 09/19] KVM: arm64: Write fast path PMU register handlers
` [PATCH v6 10/19] KVM: arm64: Setup MDCR_EL2 to handle a partitioned PMU
` [PATCH v6 11/19] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v6 12/19] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH v6 13/19] KVM: arm64: Implement lazy PMU context swaps
` [PATCH v6 14/19] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH v6 15/19] KVM: arm64: Detect overflows for the Partitioned PMU
` [PATCH v6 16/19] KVM: arm64: Add vCPU device attr to partition the PMU
` [PATCH v6 17/19] KVM: selftests: Add find_bit to KVM library
` [PATCH v6 18/19] KVM: arm64: selftests: Add test case for partitioned PMU
` [PATCH v6 19/19] KVM: arm64: selftests: Relax testing for exceptions when partitioned

[Patch v6 0/4] Perf tools: Support eGPRs/SSP/SIMD registers sampling
 2026-02-10  6:11 UTC  (12+ messages)
` [Patch v6 1/4] perf headers: Sync with the kernel headers
` [Patch v6 2/4] perf regs: Support x86 eGPRs/SSP sampling
` [Patch v6 3/4] perf regs: Support x86 SIMD registers sampling
` [Patch v6 4/4] perf regs: Enable dumping of SIMD registers

[PATCH v7 0/6] perf stat affinity changes
 2026-02-10  6:03 UTC  (23+ messages)
      ` [PATCH v8 "
        ` [PATCH v8 1/6] Revert "perf tool_pmu: More accurately set the cpus for tool events"
        ` [PATCH v8 2/6] perf stat-shadow: In prepare_metric fix guard on reading NULL perf_stat_evsel
        ` [PATCH v8 3/6] perf evlist: Special map propagation for tool events that read on 1 CPU
        ` [PATCH v8 4/6] perf evlist: Missing TPEBS close in evlist__close
        ` [PATCH v8 5/6] perf evlist: Reduce affinity use and move into iterator, fix no affinity
        ` [PATCH v8 6/6] perf stat: Add no-affinity flag
                ` [PATCH v9 0/6] perf stat affinity changes
                  ` [PATCH v9 1/6] Revert "perf tool_pmu: More accurately set the cpus for tool events"
                  ` [PATCH v9 2/6] perf stat-shadow: In prepare_metric fix guard on reading NULL perf_stat_evsel
                  ` [PATCH v9 3/6] perf evlist: Special map propagation for tool events that read on 1 CPU
                  ` [PATCH v9 4/6] perf evlist: Missing TPEBS close in evlist__close
                  ` [PATCH v9 5/6] perf evlist: Reduce affinity use and move into iterator, fix no affinity
                  ` [PATCH v9 6/6] perf stat: Add no-affinity flag

[RFC 0/2] perf build: Improve header handling for BPF skeleton cross-builds
 2026-02-10  5:54 UTC  (4+ messages)
` [RFC 1/2] perf build: Allow passing extra Clang flags via EXTRA_BPF_FLAGS

[PATCH 1/1] perf test code_with_type.sh: Skip test if rust wasn't available at build time
 2026-02-10  1:24 UTC  (2+ messages)

[PATCH v1 0/3] perf script engine testing
 2026-02-09 20:22 UTC  (4+ messages)
` [PATCH v1 1/3] perf script: Allow the generated script to be a path
` [PATCH v1 2/3] perf test script: Add perl script testing support
` [PATCH v1 3/3] perf test script: Add python "

why is 'perf record --call-graph' using addr2line?
 2026-02-09 19:39 UTC  (2+ messages)

[PATCH linux-next] perf test: Fix test case perftool-testsuite_report for s390
 2026-02-09 18:52 UTC  (2+ messages)

[PATCH v1 00/25] perf tool: Add evsel to perf_sample
 2026-02-09 17:40 UTC  (26+ messages)
` [PATCH v1 01/25] perf sample: Document struct perf_sample
` [PATCH v1 02/25] perf sample: Make sure perf_sample__init/exit are used
` [PATCH v1 03/25] perf sample: Add evsel to struct perf_sample
` [PATCH v1 04/25] perf tool: Remove evsel from tool APIs that pass the sample
` [PATCH v1 05/25] perf kvm: Don't pass evsel with sample
` [PATCH v1 06/25] perf evsel: Refactor evsel__intval to perf_sample__intval
` [PATCH v1 07/25] perf trace: Don't pass evsel with sample
` [PATCH v1 08/25] perf callchain: Don't pass evsel and sample
` [PATCH v1 09/25] perf lock: Only pass sample to handlers
` [PATCH v1 10/25] perf lock: Constify trace_lock_handler variables
` [PATCH v1 11/25] perf hist: Remove evsel parameter from inc samples functions
` [PATCH v1 12/25] perf db-export: Remove evsel from struct export_sample
` [PATCH v1 13/25] perf hist: Remove evsel from struct hist_entry_iter
` [PATCH v1 14/25] perf report: Directly use sample->evsel to avoid computing from sample->id
` [PATCH v1 15/25] perf annotate: Don't pass evsel to add_sample
` [PATCH v1 16/25] perf inject: Don't pass evsel with sample
` [PATCH v1 17/25] perf kmem: "
` [PATCH v1 18/25] perf kwork: "
` [PATCH v1 19/25] perf sched: "
` [PATCH v1 20/25] perf timechart: "
` [PATCH v1 21/25] perf trace: "
` [PATCH v1 22/25] perf evlist: Try to avoid computing evsel from sample
` [PATCH v1 23/25] perf script: Don't pass evsel with sample
` [PATCH v1 24/25] perf s390-sample-raw: "
` [PATCH v1 25/25] perf evsel: "

[PATCH v3 0/5] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
 2026-02-09 16:44 UTC  (8+ messages)
` [PATCH v3 1/5] KVM: x86/pmu: Introduce amd_pmu_set_eventsel_hw()
` [PATCH v3 2/5] KVM: x86/pmu: Disable Host-Only/Guest-Only events as appropriate for vCPU state
` [PATCH v3 3/5] KVM: x86/pmu: Refresh Host-Only/Guest-Only eventsel at nested transitions
` [PATCH v3 4/5] KVM: x86/pmu: Allow Host-Only/Guest-Only bits with nSVM and mediated PMU
` [PATCH v3 5/5] KVM: selftests: x86: Add svm_pmu_host_guest_test for Host-Only/Guest-Only bits

[PATCH v3] perf/core: Fix missing read event generation on task exit
 2026-02-09 16:12 UTC  (4+ messages)

[PATCH] perf/core: Fix refcount bug and potential UAF in perf_mmap
 2026-02-09 15:26 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] perf vendor events arm64: Add Tegra410 Olympus PMU events
 2026-02-09  9:50 UTC  (7+ messages)

[GIT PULL] Performance events changes for v7.0
 2026-02-09  7:00 UTC 

[PATCH v2 0/2] RISC-V IOMMU HPM support
 2026-02-09  3:21 UTC  (6+ messages)
` [PATCH v2 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
` [PATCH v2 2/2] iommu/riscv: create a auxiliary device for HPM

[Patch v3 0/4] Perf tools: perf-regs bug fix and optimization
 2026-02-09  0:46 UTC  (3+ messages)

[PATCH v1 1/2] perf callchain lbr: Make the leaf IP that of the sample
 2026-02-09  0:43 UTC  (4+ messages)

[PATCH] perf/x86/intel/uncore: Remove extra double quote mark
 2026-02-09  0:41 UTC  (3+ messages)

[PATCH] perf stat: Ensure metrics are displayed even with failed events
 2026-02-08 14:29 UTC  (6+ messages)
      ` [PATCH v1] perf test parse-metric: Ensure aggregate counts appear to have run

[PATCH v1] perf test record.sh: Fix shellcheck warning
 2026-02-08 14:27 UTC  (2+ messages)

[PATCH] perf annotate: Fix register usage in data type profiling
 2026-02-08 12:24 UTC  (5+ messages)

[PATCH] perf/test: Fix test case Leader sampling on s390
 2026-02-07 22:06 UTC  (3+ messages)

[PATCH v3 0/8] iommu/riscv: Add HPM support for RISC-V IOMMU
 2026-02-07 14:55 UTC  (23+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v3 3/8] iommu/riscv: Add HPM support for performance monitoring
  ` [PATCH v3 4/8] dt-bindings: iommu: Add spacemit/t100 features

[PATCH v1 0/5] perf tool: Minor code clean ups
 2026-02-07  8:24 UTC  (6+ messages)
` [PATCH v1 1/5] perf symbol: Reduce scope of elf__needs_adjust_symbols
` [PATCH v1 2/5] perf dump-insn: Remove dump-insn.c
` [PATCH v1 3/5] perf tool: Constify the command and option arrays
` [PATCH v1 4/5] perf bpf_map: Remove unused code
` [PATCH v1 5/5] perf record: Remove unused cpu-set-sched.h

[PATCH v2] perf pmu intel: Adjust cpumaks for sub-NUMA clusters on Emeraldrapids
 2026-02-06 23:46 UTC  (2+ messages)

[PATCH] perf tools: Refactor precise_ip fallback logic
 2026-02-06 22:10 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