Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-05-29 11:43:01 to 2026-06-01 08:20:24 UTC [more...]

[Patch v8 18/23] perf/x86: Support eGPRs sampling using sample_regs_* fields
 2026-06-01  8:20 UTC  (3+ messages)

[PATCH v1] bpftool build: Restrict feature tests during bootstrap compilation
 2026-06-01  8:20 UTC  (2+ messages)

[PATCH v9 00/18] perf symbol/env: ELF machine clean up and lazy idle computation
 2026-06-01  7:34 UTC  (28+ messages)
` [PATCH v10 00/18] Add perf_env__e_machine and migrate arch string comparisons to e_machine
  ` [PATCH v10 01/18] perf env: Add perf_env__e_machine helper and use in perf_env__arch
  ` [PATCH v10 02/18] perf tests topology: Switch env->arch use to env->e_machine
  ` [PATCH v10 03/18] perf env, dso, thread: Add _endian variants for e_machine helpers
  ` [PATCH v10 04/18] perf capstone: Determine architecture from e_machine
  ` [PATCH v10 05/18] perf print_insn: Use e_machine for fallback IP length check
  ` [PATCH v10 06/18] perf symbol: Avoid use of machine__is
  ` [PATCH v10 07/18] perf machine: Use perf_env e_machine rather than arch
  ` [PATCH v10 08/18] perf sample-raw: "
  ` [PATCH v10 09/18] perf sort: "
  ` [PATCH v10 10/18] perf arch common: "
  ` [PATCH v10 11/18] perf header: In print_pmu_caps use perf_env e_machine
  ` [PATCH v10 12/18] perf c2c: Use perf_env e_machine rather than arch
  ` [PATCH v10 13/18] perf lock-contention: "
  ` [PATCH v10 14/18] perf env: Refactor perf_env__arch_strerrno
  ` [PATCH v10 15/18] perf env: Remove unused perf_env__raw_arch
  ` [PATCH v10 16/18] perf env: Add helper to lazily compute the os_release
  ` [PATCH v10 17/18] perf symbol: Add setters for bitfields sharing a byte to avoid concurrent update issues
  ` [PATCH v10 18/18] perf symbol: Lazily compute idle

[PATCH v8 0/3] perf: marvell: Add CN20K DDR PMU support
 2026-06-01  7:33 UTC  (4+ messages)
` [PATCH v8 1/3] dt-bindings: perf: marvell: Add CN20K DDR PMU binding
` [PATCH v8 2/3] perf: marvell: Add CN20K DDR PMU support
` [PATCH v8 3/3] perf: marvell: Cancel CN10K DDR PMU hrtimer on device remove

[Patch v8 16/23] perf/x86: Support OPMASK sampling using sample_simd_pred_reg_* fields
 2026-06-01  7:21 UTC  (3+ messages)

[Patch v8 14/23] perf/x86: Support YMM sampling using sample_simd_vec_reg_* fields
 2026-06-01  7:14 UTC  (3+ messages)

[Patch v8 13/23] perf/x86: Support XMM sampling using sample_simd_vec_reg_* fields
 2026-06-01  6:57 UTC  (3+ messages)

[Patch v8 12/23] perf: Add sampling support for SIMD registers
 2026-06-01  6:44 UTC  (3+ messages)

[PATCH v1 00/14] perf test: Harness improvements
 2026-06-01  6:37 UTC  (115+ messages)
` [PATCH v2 00/14] perf test: Accelerate parallel test harness and add JUnit XML reporting
  ` [PATCH v2 01/14] perf jevents.py: Make generated C code more kernel style
  ` [PATCH v2 02/14] perf pmu-events: Add API to get metric table name and iterate tables
  ` [PATCH v2 03/14] perf test: Drain pipe after child finishes to avoid losing output
  ` [PATCH v2 04/14] perf test: Support dynamic test suites with setup callback and private data
  ` [PATCH v2 05/14] perf test pmu-events: A sub-test per metric table
  ` [PATCH v2 06/14] perf test: Refactor parallel poll loop to drain all pipes simultaneously
  ` [PATCH v2 07/14] perf test: Show snippet failure output for verbose=1
  ` [PATCH v2 08/14] perf test: Add summary reporting
  ` [PATCH v2 09/14] perf test: Fix subtest status alignment for multi-digit indexes
  ` [PATCH v2 10/14] perf test: Skip shebang and SPDX comments in shell test descriptions
  ` [PATCH v2 11/14] perf test: Split monolithic 'util' test suite into sub-tests
  ` [PATCH v2 12/14] perf test: Add -j/--junit option for JUnit XML test reports
  ` [PATCH v2 13/14] perf test: Add shell test to validate JUnit XML reporting output
  ` [PATCH v2 14/14] perf test: Remove /usr/bin/cc dependency from Intel PT shell test
  ` [PATCH v3 00/14] perf test: Accelerate parallel test harness and add JUnit XML reporting
    ` [PATCH v3 01/14] perf jevents.py: Make generated C code more kernel style
    ` [PATCH v3 02/14] perf pmu-events: Add API to get metric table name and iterate tables
    ` [PATCH v3 03/14] perf test: Drain pipe after child finishes to avoid losing output
    ` [PATCH v3 04/14] perf test: Support dynamic test suites with setup callback and private data
    ` [PATCH v3 05/14] perf test pmu-events: A sub-test per metric table
    ` [PATCH v3 06/14] perf test: Refactor parallel poll loop to drain all pipes simultaneously
    ` [PATCH v3 07/14] perf test: Show snippet failure output for verbose=1
    ` [PATCH v3 08/14] perf test: Add summary reporting
    ` [PATCH v3 09/14] perf test: Fix subtest status alignment for multi-digit indexes
    ` [PATCH v3 10/14] perf test: Skip shebang and SPDX comments in shell test descriptions
    ` [PATCH v3 11/14] perf test: Split monolithic 'util' test suite into sub-tests
    ` [PATCH v3 12/14] perf test: Add -j/--junit option for JUnit XML test reports
    ` [PATCH v3 13/14] perf test: Add shell test to validate JUnit XML reporting output
    ` [PATCH v3 14/14] perf test: Remove /usr/bin/cc dependency from Intel PT shell test
    ` [PATCH v4 00/15] perf test: Accelerate parallel test harness and add JUnit XML reporting
      ` [PATCH v4 01/15] perf jevents.py: Make generated C code more kernel style
      ` [PATCH v4 02/15] perf pmu-events: Add API to get metric table name and iterate tables
      ` [PATCH v4 03/15] perf test: Drain pipe after child finishes to avoid losing output
      ` [PATCH v4 04/15] perf test: Support dynamic test suites with setup callback and private data
      ` [PATCH v4 05/15] perf test pmu-events: A sub-test per metric table
      ` [PATCH v4 06/15] tools subcmd: Robust fallback and existence checks for process reaping
      ` [PATCH v4 07/15] perf test: Refactor parallel poll loop to drain all pipes simultaneously
      ` [PATCH v4 08/15] perf test: Show snippet failure output for verbose=1
      ` [PATCH v4 09/15] perf test: Add summary reporting
      ` [PATCH v4 10/15] perf test: Fix subtest status alignment for multi-digit indexes
      ` [PATCH v4 11/15] perf test: Skip shebang and SPDX comments in shell test descriptions
      ` [PATCH v4 12/15] perf test: Split monolithic 'util' test suite into sub-tests
      ` [PATCH v4 13/15] perf test: Add -j/--junit option for JUnit XML test reports
      ` [PATCH v4 14/15] perf test: Add shell test to validate JUnit XML reporting output
      ` [PATCH v4 15/15] perf test: Remove /usr/bin/cc dependency from Intel PT shell test
      ` [PATCH v5 00/15] perf test: Accelerate parallel test harness and add JUnit XML reporting
        ` [PATCH 01/15] perf jevents.py: Make generated C code more kernel style
        ` [PATCH 02/15] perf pmu-events: Add API to get metric table name and iterate tables
        ` [PATCH 03/15] perf test: Drain pipe after child finishes to avoid losing output
        ` [PATCH 04/15] perf test: Support dynamic test suites with setup callback and private data
        ` [PATCH 05/15] perf test pmu-events: A sub-test per metric table
        ` [PATCH 06/15] tools subcmd: Robust fallback and existence checks for process reaping
        ` [PATCH 07/15] perf test: Refactor parallel poll loop to drain all pipes simultaneously
        ` [PATCH 08/15] perf test: Show snippet failure output for verbose=1
        ` [PATCH 09/15] perf test: Add summary reporting
        ` [PATCH 10/15] perf test: Fix subtest status alignment for multi-digit indexes
        ` [PATCH 11/15] perf test: Skip shebang and SPDX comments in shell test descriptions
        ` [PATCH 12/15] perf test: Split monolithic 'util' test suite into sub-tests
        ` [PATCH 13/15] perf test: Add -j/--junit option for JUnit XML test reports
        ` [PATCH 14/15] perf test: Add shell test to validate JUnit XML reporting output
        ` [PATCH 15/15] perf test: Remove /usr/bin/cc dependency from Intel PT shell test
        ` [PATCH v6 00/15] perf test: Accelerate parallel test harness and add JUnit XML reporting

[PATCH 0/8] riscv: Add reliable stack unwinding for livepatch
 2026-06-01  6:17 UTC  (3+ messages)
` [PATCH v2 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries

[Patch v8 00/23] Support SIMD/eGPRs/SSP registers sampling for perf
 2026-06-01  5:57 UTC  (17+ messages)
` [Patch v8 01/23] perf/x86/intel: Validate return value of intel_pmu_init_hybrid()
` [Patch v8 07/23] x86/fpu/xstate: Add xsaves_nmi() helper
` [Patch v8 10/23] perf/x86: Enable XMM Register Sampling for Non-PEBS Events
` [Patch v8 11/23] perf/x86: Enable XMM register sampling for REGS_USER case

[Patch v8 02/23] perf/x86: Move hybrid PMU initialization before x86_pmu_starting_cpu()
 2026-06-01  1:40 UTC  (3+ messages)

[PATCH v2] perf/arm-cmn: Add workarounds for CMN-S3 on Graviton5
 2026-05-31 11:32 UTC  (8+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] perf/arm-cmn: Move struct arm_cmn_hw_event into struct hw_perf_event
  ` [PATCH v4 0/2] perf/arm-cmn: Add workarounds for CMN-S3 on Graviton5
    ` [PATCH v4 1/2] perf/arm-cmn: Move DTM index data out of hw_perf_event
    ` [PATCH v4 2/2] perf/arm-cmn: Add workarounds for CMN-S3 on Graviton5

[PATCH v1] tools build: Fix feature checks to touch target files on success
 2026-05-31  1:09 UTC 

[PATCH v2 2/2] perf build: compile BPF skeletons with -mcpu=v3
 2026-05-30 22:39 UTC  (2+ messages)

[PATCH v2 RESEND] perf/lock: enable end-timestamp accounting for cgroup aggregation
 2026-05-30 20:41 UTC  (2+ messages)

[PATCH 1/2] perf/lock: Fix non-atomic max/time and min_time updates in contention_data
 2026-05-30 19:52 UTC 

[PATCH 2/2] perf build: compile BPF skeletons with -mcpu=v3
 2026-05-30 19:21 UTC  (7+ messages)

[PATCH 3/3] AF_ALG: Document that it is *always* slower
 2026-05-30  0:47 UTC  (2+ messages)

[PATCH 0/3] AF_ALG: Remove support for AIO and old-style drivers
 2026-05-30  0:47 UTC  (8+ messages)
` [PATCH 1/3] net: Remove support for AIO on sockets

[PATCH 2/3] AF_ALG: Drop support for off-CPU cryptography
 2026-05-30  0:47 UTC  (2+ messages)

[PATCH] perf arm-spe: Don't warn about the discard bit if it doesn't exist
 2026-05-30  0:21 UTC  (5+ messages)

[PATCH 0/1] perf util: fix out-of-bounds write in perf_exe()
 2026-05-30  0:18 UTC  (4+ messages)
` [PATCH 1/1] perf util: fix perf_exe() buffer write past end

[PATCH v2 0/2] Add IOMMU TLB and interrupt metrics
 2026-05-30  0:11 UTC  (4+ messages)
` [PATCH v2 1/2] perf jevents: Add IOMMU metrics for AMD

[PATCH] perf script powerpc: Update the hcall list with new hcalls
 2026-05-30  0:01 UTC  (2+ messages)

[PATCH V2 1/7] perf/x86/intel/uncore: Fix discovery unit lookup for multi-die systems
 2026-05-29 18:31 UTC  (11+ messages)
` [PATCH V2 7/7] perf/x86/intel/uncore: Implement global init callback for GNR uncore

[PATCH V2 2/7] perf/x86/intel/uncore: Guard against invalid box control address
 2026-05-29 18:30 UTC  (3+ messages)

[Patch v8 0/5] Perf tools: Support eGPRs/SSP/SIMD registers sampling
 2026-05-29 17:56 UTC  (3+ messages)
` [Patch v8 5/5] perf dwarf-regs: Add SIMD/eGPRs support for x86 DWARF registers

[Patch v8 4/5] perf regs: Enable dumping of SIMD registers
 2026-05-29 17:45 UTC  (3+ messages)

[Patch v8 3/5] perf regs: Support x86 SIMD registers sampling
 2026-05-29 17:41 UTC  (3+ messages)

[Patch v8 2/5] perf regs: Support x86 eGPRs/SSP sampling
 2026-05-29 17:29 UTC  (3+ messages)

[Patch v8 1/5] perf headers: Sync perf_event.h/perf_regs.h with the kernel headers
 2026-05-29 16:59 UTC  (3+ messages)

[PATCH 0/2] perf cs-etm: Queue context packets for frontend
 2026-05-29 14:58 UTC  (3+ messages)

[PATCH v6 0/8] perf cs-etm: Support thread stack and callchain
 2026-05-29 14:57 UTC  (2+ messages)

[PATCH] arm64/hw_breakpoint: reject unaligned watchpoints that would truncate BAS
 2026-05-29 14:53 UTC  (2+ messages)

[PATCHES v4 00/29] perf: Harden perf.data parsing against crafted/corrupted files
 2026-05-29 14:46 UTC  (4+ messages)

[PATCH] perf/arm-cmn: Fix DVM node events
 2026-05-29 14:33 UTC 

[PATCH v2] perf test: Make leafloop workload immune to compiler options
 2026-05-29 12:25 UTC  (3+ messages)

[PATCH 00/16] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-05-29 12:24 UTC  (6+ messages)
` [PATCH 01/16] psci: simplify hotplug_tests()
` [PATCH 13/16] perf: Use sysfs_emit() for cpumask show callbacks


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