public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-20 03:17:56 to 2026-03-24 06:07:35 UTC [more...]

[PATCH v3 1/5] perf kvm stat: Remove use of the arch directory
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH v3 00/12] perf annotate arch clean up
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH] tools/perf: Fix the check for parameterized field in event term
 2026-03-24  5:56 UTC  (7+ messages)

perf stat issue with 7.0.0rc3
 2026-03-24  4:19 UTC  (10+ messages)

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

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

[PATCH v6 00/24] tools build: Append -fzero-init-padding-bits=all option
 2026-03-23 22:11 UTC  (28+ messages)
` [PATCH v6 01/24] tools: lib: thermal: Fix typo
` [PATCH v6 02/24] tools/thermal: "
` [PATCH v6 03/24] tools: lib: thermal: Initialize CFLAGS before including Makefile.include
` [PATCH v6 04/24] tools/thermal: "
` [PATCH v6 05/24] tools build: Append -fzero-init-padding-bits=all to extra cflags
` [PATCH v6 06/24] perf build: Append extra host flags
` [PATCH v6 07/24] tools build: Append extra host cflags
` [PATCH v6 08/24] tools: bootconfig: Append extra cflags
` [PATCH v6 09/24] tools: counter: "
` [PATCH v6 10/24] tools: dma: "
` [PATCH v6 11/24] tools: gpio: "
` [PATCH v6 12/24] tools: hv: "
` [PATCH v6 13/24] tools: iio: "
` [PATCH v6 14/24] tools: mm: "
` [PATCH v6 15/24] tools: objtool: Append extra host cflags
` [PATCH v6 16/24] tools: power: acpi: Append extra cflags
` [PATCH v6 17/24] tools: power: x86/intel-speed-select: "
` [PATCH v6 18/24] tools: sched_ext: "
` [PATCH v6 19/24] tools: spi: "
` [PATCH v6 20/24] tools: tracing: "
` [PATCH v6 21/24] tools: usb: "
` [PATCH v6 22/24] selftests/hid: "
` [PATCH v6 23/24] selftests/nolibc: "
` [PATCH v6 24/24] selftests/sched_ext: "

[PATCH v3] perf test: Fix perf stat --bpf-counters on hybrid machines
 2026-03-23 20:26 UTC  (5+ messages)
    ` [RFC PATCH v1] "

[PATCH] perf symbols: Add 'intel_idle_irq' to the list of idle symbols
 2026-03-23 18:35 UTC  (2+ messages)

[PATCH] perf stat: Fix crash on arm64
 2026-03-23 17:06 UTC  (11+ messages)

[PATCH] perf symbols: Fix module symbol resolution for non-zero .text sh_addr
 2026-03-23 15:58 UTC 

[PATCH 0/3] rtla: Migrate to libsubcmd for command line option parsing
 2026-03-23 14:26 UTC  (8+ messages)
` [PATCH 1/3] rtla: Add libsubcmd dependency
` [PATCH 2/3] tools subcmd: support optarg as separate argument
` [PATCH 3/3] rtla: Parse cmdline using libsubcmd

[PATCH v5 00/26] tools build: Append -fzero-init-padding-bits=all option
 2026-03-23 14:23 UTC  (4+ messages)
` [PATCH v5 06/26] tools build: Append -fzero-init-padding-bits=all to extra cflags

[PATCH V2] tools/perf/tests: Update test_adding_kernel.sh to handle proper debuginfo check
 2026-03-23 12:24 UTC 

[GIT PULL] perf tools fixes for v7.0: 2nd batch
 2026-03-23 10:57 UTC 

[PATCH v1 1/2] perf sched: Avoid segv if tp_handler not set
 2026-03-23 10:41 UTC  (4+ messages)
` [PATCH v1 2/2] perf tests sched stats: Write output to temp file

[PATCH] tools/perf/test: Check for perf stat return code in perf all PMU test
 2026-03-23 10:39 UTC  (2+ messages)

[PATCH 1/1 fyi v2] tools headers: Synchronize linux/build_bug.h with the kernel sources
 2026-03-22 21:36 UTC 

[PATCH] perf metricgroup: Fix Default metric group lookup for non-Intel CPUs
 2026-03-22 16:27 UTC  (2+ messages)

[PATCH v4 00/30] tools build: Append -fzero-init-padding-bits=all option
 2026-03-22 12:00 UTC  (3+ messages)
` [PATCH v4 18/30] tools: iio: Append extra cflags

[PATCH v1 1/2] libbpf: Fix strict aliasing violations in hashmap
 2026-03-22  0:58 UTC  (14+ messages)
` [PATCH v1 2/2] perf tools: "
            ` [PATCH v2 0/4] perf hashmap: Separate perf's hashmap code from libbpf
              ` [PATCH v2 1/4] perf build: Don't check difference of perf and libbpf hashmap
              ` [PATCH v2 2/4] perf hashmap: Rename hashmap to perf_hashmap to avoid libbpf conflict
              ` [PATCH v2 3/4] perf hashmap: Fix strict aliasing violations in hashmap
              ` [PATCH v2 4/4] perf hashmap: Remove errptr usage from hashmap

[RFC PATCH v1 7/7] perf unwind-libunwind: Add RISC-V libunwind support
 2026-03-21 23:42 UTC  (8+ messages)
` [PATCH v2 0/8] perf libunwind multiple remote support
    ` [PATCH v1 0/2] perf build: Remove libunwind support
      ` [PATCH v1 1/2] "
      ` [PATCH v1 2/2] tools build: Remove libunwind feature tests

[PATCH] perf utilities: cln_size header
 2026-03-21 20:41 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
          ` [PATCH v4] "

[PATCH] perf/core: update outdated comment for refactored ctx_flexible_sched_in()
 2026-03-21 10:58 UTC 

[PATCH v1] perf tests task-analyzer: Write all test files to tmpdir
 2026-03-21  6:16 UTC 

[PATCH] libperf cpumap: Fix argument x range [] exceeds maximum object size
 2026-03-21  6:05 UTC  (3+ messages)
` [PATCH v1] libperf cpumap: Make index and nr types unsigned

[PATCH v1] perf disasm: Fix potential use-after-free on fileloc
 2026-03-21  4:27 UTC  (3+ messages)

[PATCH v1] perf ftrace: Proper error clean up in print_profile_result
 2026-03-21  2:50 UTC  (2+ messages)

[PATCH v1] perf build: Revert "enable -fno-strict-aliasing"
 2026-03-21  2:49 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3] tools: perf: add comm_nodigit column
 2026-03-20 23:45 UTC 

[PATCH v1] perf build: Add -funsigned-char to default CFLAGS
 2026-03-20 23:00 UTC  (2+ messages)

[PATCH v2 0/1] perf: Add --pmu-filter option for filtering PMUs
 2026-03-20 22:56 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH v1] perf inject: Factor build ID inject out into a separate tool
 2026-03-20 22:35 UTC 

[PATCH v2] tools: perf: add comm_ignore_digit column
 2026-03-20 22:07 UTC  (5+ messages)

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

[PATCH] perf/x86/intel: Don't update PEBS_ENABLE MSR in NMI context
 2026-03-20 18:58 UTC  (2+ messages)

[PATCH v8 0/5] perf evsel fallback changes, better s390 defaults
 2026-03-20 18:12 UTC  (2+ messages)

[PATCH v2 00/11] perf tools: Improvements to data type profiler
 2026-03-20 18:12 UTC  (2+ messages)

Kernel Bug: rcu detected stall in __run_timers
 2026-03-20 11:23 UTC 

[PATCH] perf/x86/intel/p4: Fix unused variable warning in p4_pmu_init()
 2026-03-20 11:23 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] perf/x86/intel/p4: Fix unused variable warning in p4_pmu_init()
 2026-03-20 11:13 UTC 

Kernel bug: rcu detected stall in __run_timers
 2026-03-20  8:54 UTC 

[PATCH v1 00/25] perf tool: Add evsel to perf_sample
 2026-03-20  4:41 UTC  (4+ messages)
` [PATCH v1 01/25] perf sample: Document struct perf_sample

[REGRESSION] perf build failed after 5cf6e76e4f4f ("libperf: Don't remove -g when EXTRA_CFLAGS are used") on riscv64 with gcc 13
 2026-03-20  3:28 UTC  (3+ messages)

Kernel bug: rcu detected stall in __run_timers
 2026-03-20  3:27 UTC 

[PATCH v9 7/7] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform
 2026-03-20  3:26 UTC  (2+ messages)

[PATCH v9 0/7] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-03-20  3:20 UTC  (4+ messages)
` [PATCH v9 1/7] arm64/acpi: Add acpi_get_cpu_uid() and switch arm_cspmu to use it

[PATCH v10 0/8] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-03-20  3:17 UTC  (5+ messages)
` [PATCH v10 4/8] x86/acpi: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrieval
` [PATCH v10 6/8] perf: arm_cspmu: Switch to acpi_get_cpu_uid() from get_acpi_id_for_cpu()
` [PATCH v10 7/8] ACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()
` [PATCH v10 8/8] PCI/TPH: Pass ACPI Processor UID to Cache Locality _DSM


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox