public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-05 12:29:44 to 2026-02-09 17:41:22 UTC [more...]

[PATCH v1 00/25] perf tool: Add evsel to perf_sample
 2026-02-09 17:40 UTC  (19+ 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: "

[RFC PATCH v2 0/4] Test annotate with data type profiling
 2026-02-09 17:33 UTC  (11+ 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 1/1] tools build: Fix rust feature detection
 2026-02-09 17:27 UTC 

[PATCH v1] perf tests workload: Formatting for code_with_type.rs
 2026-02-09 17:27 UTC  (2+ messages)

[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 linux-next] perf test: Fix test case perftool-testsuite_report for s390
 2026-02-09 15:32 UTC 

[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)

[PATCH v1 1/2] perf tests: build-test coverage for NO_JEVENTS=1
 2026-02-09  9:22 UTC  (14+ 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/22] Support SIMD/eGPRs/SSP registers sampling for perf
 2026-02-09  8:48 UTC  (24+ 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 v6 0/4] Perf tools: Support eGPRs/SSP/SIMD registers sampling
 2026-02-09  8:35 UTC  (5+ 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

[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  (6+ messages)
` [PATCH v1 2/2] perf test addr2line_inlines: Ensure inline information shows on LBR leaves

[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  (6+ messages)

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

[PATCH v7 0/6] perf stat affinity changes
 2026-02-07 15:54 UTC  (13+ 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 v1.1 0/7] iommu/riscv: Add HPM support for RISC-V IOMMU
 2026-02-07 14:55 UTC  (33+ messages)
` [PATCH v3 0/8] "
` [PATCH v4 0/7] "
  ` [PATCH v3 2/8] iommu/riscv: Fix WSI mode IRQ number handling
  ` [PATCH v3 3/8] iommu/riscv: Add HPM support for performance monitoring
  ` [PATCH v3 4/8] dt-bindings: iommu: Add spacemit/t100 features
  ` [PATCH v4 3/7] "

[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)

[PATCH v2] perf: fix segfault in `lock contention -b`
 2026-02-06 21:59 UTC  (3+ messages)

[PATCH] perf utilities: Replace static cacheline size with sysconf cacheline size
 2026-02-06 21:50 UTC  (2+ messages)

[PATCH] perf/x86/intel/uncore: Use sysfs_emit in uncore_event_show
 2026-02-06 19:42 UTC 

[PATCH] perf record: Simplify open event error logs
 2026-02-06 19:19 UTC  (2+ messages)

[PATCH] perf record: Make logs more readable for event open failures
 2026-02-06 16:32 UTC  (7+ messages)

[PATCH v2] perf tests: mmap: skip rdpmc tests when sysfs disabled
 2026-02-06 15:12 UTC  (4+ messages)

[PATCH] perf stat: Fix crash on arm64
 2026-02-06 12:01 UTC  (7+ messages)

[PATCH] perf kvm stat: Fix build error
 2026-02-06 11:00 UTC 

[syzbot] [perf?] KCSAN: data-race in perf_event_set_state / perf_mmap_rb
 2026-02-06 10:33 UTC  (4+ messages)

[PATCH] perf: arm_spe: Add barrier before enabling profiling buffer
 2026-02-06  9:50 UTC  (5+ messages)

[PATCH bpf-next v8 0/3] Pass external callchain entry to get_perf_callchain
 2026-02-06  9:20 UTC  (6+ messages)
` [PATCH bpf-next v8 2/3] perf: Refactor get_perf_callchain

[syzbot] [perf?] KCSAN: data-race in __perf_event_read_value / perf_event_set_state (6)
 2026-02-06  9:16 UTC  (3+ messages)

[PATCH] perf header: Validate build_id filename length to prevent buffer overflow
 2026-02-06  8:37 UTC 

[PATCH V2 00/13] Add DMR/NVL and missing PTL uncore support
 2026-02-06  5:51 UTC  (5+ messages)
` [PATCH V2 08/13] perf/x86/intel/uncore: Support IIO free-running counters on DMR

[QUESTION] ARM DSU PMU: 32-bit counter assumption and handling of 64-bit event counters
 2026-02-06  3:51 UTC 

[WARNING] WARNING in x86_pmu_stop() (arch/x86/events/core.c:1624) triggered by syzkaller repro
 2026-02-06  3:17 UTC  (2+ messages)

[PATCH v1] perf tests: Additional perf stat tests
 2026-02-05 21:42 UTC  (2+ messages)

[PATCH] uprobes: replace deprecated kmap_atomic() with kmap_local_page()
 2026-02-05 12:29 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