public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-04 05:40:59 to 2026-04-08 18:47:36 UTC [more...]

[PATCHES perf-tools-next v6 0/8] Cleanups and fixes
 2026-04-08 18:47 UTC  (12+ messages)
` [PATCH 1/8] perf symbols: Make variable receiving result strrchr() const
` [PATCH 2/8] perf util: Kill die() prototype, dead for a long time
` [PATCH 3/8] perf tools: Make more global variables static
` [PATCH 4/8] perf bench: Constify tables
` [PATCH 5/8] perf header: Use a max number of command line args
` [PATCH 6/8] perf header: Do validation of perf.data HEADER_CPU_DOMAIN_INFO
` [PATCH 7/8] perf tools: Use calloc() where applicable
` [PATCH 8/8] perf tools: Replace basename() calls with perf_basename()

[PATCHES perf-tools-next v5 0/7] Cleanups and fixes
 2026-04-08 18:38 UTC  (11+ messages)
` [PATCH 1/8] perf symbols: Make variable receiving result strrchr() const
` [PATCH 2/8] perf util: Kill die() prototype, dead for a long time
` [PATCH 3/8] perf tools: Make more global variables static
` [PATCH 4/8] perf bench: Constify tables
` [PATCH 5/8] perf header: Use a max number of command line args
` [PATCH 6/8] perf header: Do validation of perf.data HEADER_CPU_DOMAIN_INFO
` [PATCH 7/8] perf tools: Use calloc() where applicable
` [PATCH 8/8] perf tools: Replace basename() calls with perf_basename()

[PATCH v3 0/3] perf addr2line: Rework disable_add2line_warn
 2026-04-08 17:29 UTC  (5+ messages)
` [PATCH v3 1/3] perf config: Rename symbol_conf::disable_add2line_warn
` [PATCH v3 2/3] perf config: Make symbol_conf::addr2line_disable_warn configurable
` [PATCH v3 3/3] perf addr2line: Remove global variable addr2line_timeout_ms

[PATCH v2 1/2] perf maps: Move getting debug_file to verbose path
 2026-04-08 17:29 UTC  (8+ messages)
` [PATCH v2 2/2] perf maps: Fix fixup_overlap_and_insert that can break sorted by name order
      ` [PATCH v3 1/3] perf maps: Move getting debug_file to verbose path
        ` [PATCH v3 2/3] perf maps: Fix fixup_overlap_and_insert that can break sorted by name order
        ` [PATCH v3 3/3] perf maps: Fix copy_from "

[PATCH 0/3] arm-smmu-v3: Add PMCG child support and update PMU MMIO mapping
 2026-04-08 13:47 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: iommu: arm-smmu-v3: Allow PMU child nodes
` [PATCH 2/3] iommu/arm-smmu-v3: Populate PMU child devices from Devicetree
` [PATCH 3/3] perf/arm-smmuv3: Avoid double-requesting shared SMMU MMIO for PMCG

[PATCH] perf: enable unprivileged syscall tracing with perf trace
 2026-04-08 13:06 UTC  (2+ messages)

[PATCH] perf/events: Replace READ_ONCE() with standard pgtable accessors
 2026-04-08 12:49 UTC  (8+ messages)

[PATCH v1] perf test: Fixes for check branch stack sampling
 2026-04-08 12:37 UTC  (8+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH v2 1/4] perf/arm_pmuv3: Fix NULL pointer dereference in armv8pmu_sched_task()
 2026-04-08 12:23 UTC  (2+ messages)

[PATCH v2 00/16] perf arm64: Support data type profiling
 2026-04-08 11:35 UTC  (11+ messages)
` [PATCH v2 02/16] perf capstone: Fix arm64 jump/adrp disassembly mismatch with objdump
` [PATCH v2 03/16] perf annotate-arm64: Generalize arm64_mov__parse to support standard operands
` [PATCH v2 04/16] perf annotate-arm64: Handle load and store instructions
` [PATCH v2 07/16] perf annotate-arm64: Implement extract_op_location() callback

[PATCH v2] perf test: Run test 126 exclusive
 2026-04-08 11:31 UTC 

[PATCH] perf test: Run test 126 exclusive
 2026-04-08 11:14 UTC  (2+ messages)

[PATCH] uprobes: clear extra_consumers before pooling return instances
 2026-04-08 10:38 UTC  (2+ messages)

[PATCH v5 0/4] perf arm_spe: Extend SIMD operations
 2026-04-08  9:42 UTC  (5+ messages)
` [PATCH v5 1/4] perf sort: Support sort ASE and SME
` [PATCH v5 2/4] perf sort: Sort disabled and full predicated flags
` [PATCH v5 3/4] perf report: Update document for SIMD flags
` [PATCH v5 4/4] perf arm_spe: Improve SIMD flags setting

[PATCH 0/4] perf arm_spe: Dump IMPDEF events
 2026-04-08  8:47 UTC  (8+ messages)
` [PATCH 3/4] perf arm_spe: Decode Arm N1 "

[PATCH v5 00/25] perf tool: Add evsel to perf_sample
 2026-04-08  8:38 UTC  (37+ messages)
` [PATCH v6 "
  ` [PATCH v6 06/25] perf evsel: Refactor evsel tracepoint sample accessors perf_sample
      ` [PATCH v7 00/23] perf tool: Add evsel to perf_sample
        ` [PATCH v7 01/23] perf tool: Remove evsel from tool APIs that pass the sample
        ` [PATCH v7 02/23] perf kvm: Don't pass evsel with sample
        ` [PATCH v7 03/23] perf evsel: Refactor evsel tracepoint sample accessors perf_sample
        ` [PATCH v7 04/23] perf kwork: Duplicate IRQ name in irq_work_init
        ` [PATCH v7 05/23] perf trace: Don't pass evsel with sample
        ` [PATCH v7 06/23] perf callchain: Don't pass evsel and sample
        ` [PATCH v7 07/23] perf lock: Only pass sample to handlers
        ` [PATCH v7 08/23] perf lock: Constify trace_lock_handler variables
        ` [PATCH v7 09/23] perf hist: Remove evsel parameter from inc samples functions
        ` [PATCH v7 10/23] perf db-export: Remove evsel from struct export_sample
        ` [PATCH v7 11/23] perf hist: Remove evsel from struct hist_entry_iter
        ` [PATCH v7 12/23] perf report: Directly use sample->evsel to avoid computing from sample->id
        ` [PATCH v7 13/23] perf annotate: Don't pass evsel to add_sample
        ` [PATCH v7 14/23] perf inject: Don't pass evsel with sample
        ` [PATCH v7 15/23] perf kmem: "
        ` [PATCH v7 16/23] perf kwork: "
        ` [PATCH v7 17/23] perf sched: "
        ` [PATCH v7 18/23] perf timechart: "
        ` [PATCH v7 19/23] perf trace: "
        ` [PATCH v7 20/23] perf evlist: Try to avoid computing evsel from sample
        ` [PATCH v7 21/23] perf script: Don't pass evsel with sample
        ` [PATCH v7 22/23] perf s390-sample-raw: Don't pass evsel or its PMU "
        ` [PATCH v7 23/23] perf evsel: Don't pass evsel "

[PATCH v2] perf data: Clean up use_stdio and structures
 2026-04-08  7:57 UTC  (6+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH v4 0/2] perf: marvell: Add CN20K DDR PMU support
 2026-04-08  7:09 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: perf: marvell: Add CN20K DDR PMU binding
` [PATCH v4 2/2] perf: marvell: Add CN20K DDR PMU support

[PATCH 1/2] perf build: Update error message for BUILD_NONDISTRO=1
 2026-04-08  6:11 UTC  (4+ messages)
` [PATCH 2/2] perf build: Add -Wno-missing-declarations for GEN_VMLINUX_H=1

[PATCH] perf build: Fix detection of latest openjdk
 2026-04-08  5:46 UTC  (3+ messages)

[PATCH v1] perf maps: Move getting debug_file to verbose path
 2026-04-07 23:21 UTC 

[PATCH v1] perf data: Clean up use_stdio and structures
 2026-04-07 23:19 UTC 

[PATCH v5 1/2] perf pmu intel: Generalize SNC cpumask adjustment for multiple platforms
 2026-04-07 20:38 UTC  (2+ messages)
` [PATCH v5 2/2] perf pmu intel: Adjust cpumaks for sub-NUMA clusters on Emeraldrapids

[PATCHES perf-tools-next v4 0/6] Cleanups and fixes
 2026-04-07 20:39 UTC  (9+ messages)
` [PATCH 1/6] perf symbols: Make variable receiving result strrchr() const
` [PATCH 2/6] perf tools: Make more global variables static
` [PATCH 3/6] perf bench: Constify tables
` [PATCH 4/6] perf tools: Use calloc() were applicable
` [PATCH 5/6] perf tools: Replace basename() calls with perf_basename()
` [PATCH 6/6] perf util: Kill die() prototype, dead for a long time

[PATCH v2 0/6] perf arm_spe: Dump IMPDEF events
 2026-04-07 15:46 UTC  (11+ messages)
` [PATCH v2 1/6] perf arm_spe: Make a function to get the MIDR
` [PATCH v2 2/6] perf arm_spe: Handle missing CPU IDs
` [PATCH v2 3/6] perf arm_spe: Store MIDR in arm_spe_pkt
` [PATCH v2 4/6] perf arm_spe: Turn event name mappings into an array
` [PATCH v2 5/6] perf arm_spe: Decode Arm N1 IMPDEF events
` [PATCH v2 6/6] perf arm_spe: Print remaining IMPDEF event numbers

[PATCHES v3 perf-tools-next 0/4] Cleanups and a fix
 2026-04-07 15:44 UTC  (7+ messages)
` [PATCH 1/4] perf tools: Make more global variables static
` [PATCH 4/4] perf symbol: Add missing libgen.h include to get basename() prototype

[PATCH v4 0/6] arm64: Add support for FEAT_Debugv8p9
 2026-04-07 14:29 UTC  (7+ messages)
` [PATCH v4 1/6] arm64: hw_breakpoint: Disallow breakpoints in no kprobe code
` [PATCH v4 2/6] arm64: hw_breakpoint: Add additional kprobe excluded functions
` [PATCH v4 3/6] arm64: hw_breakpoint: Add lockdep_assert_irqs_disabled() on install/uninstall
` [PATCH v4 4/6] arm64/cpufeature: Add field details for ID_AA64DFR1_EL1 register
` [PATCH v4 5/6] arm64/boot: Enable EL2 requirements for FEAT_Debugv8p9
` [PATCH v4 6/6] arm64: hw_breakpoint: Enable FEAT_Debugv8p9

[PATCH v2 4/8] perf/x86/uncore: Add L3 PMU support for Hygon family 18h model 6h
 2026-04-07  8:23 UTC 

[PATCH v2 0/3] perf addr2line: Rework disable_add2line_warn
 2026-04-07  7:31 UTC  (9+ messages)
` [PATCH v2 1/3] perf config: Rename symbol_conf::disable_add2line_warn
` [PATCH v2 2/3] perf config: Make symbol_conf::addr2line_disable_warn configurable

[PATCH v1] perf test: Stat std output match 2 metrics for stalled-cycles-backend
 2026-04-07  5:24 UTC  (4+ messages)

[PATCH] tools/perf/test: Check for perf stat return code in perf all PMU test
 2026-04-07  0:48 UTC  (7+ messages)

[PATCH V7 0/7] Miscellaneous Intel uncore patches
 2026-04-07  0:46 UTC  (2+ messages)

[PATCH v1 1/2] perf sched: Avoid segv if tp_handler not set
 2026-04-06 17:53 UTC  (6+ messages)

[PATCH v1] perf cgroup: Update metric leader in evlist__expand_cgroup
 2026-04-06 17:52 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] perf utilities: cln_size header
 2026-04-06 17:51 UTC  (12+ messages)
` [PATCH v3] "
    ` [PATCH v4] "
        ` [PATCH v5] "
            ` [PATCH v6] "

[PATCH] perf test: Skip sched stats test for !root
 2026-04-06 17:51 UTC  (4+ messages)

[PATCH v3 0/2] perf symbol/env: ELF machine clean up and lazy idle computation
 2026-04-06 17:09 UTC  (12+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] perf env: Add perf_env__e_machine helper and use in perf_env__arch
  ` [PATCH v4 2/2] perf symbol: Lazily compute idle and use the perf_env
        ` [PATCH v5 0/3] perf symbol/env: ELF machine clean up and lazy idle computation
          ` [PATCH v5 1/3] perf env: Add perf_env__e_machine helper and use in perf_env__arch
          ` [PATCH v5 2/3] perf env: Add helper to lazily compute the os_release
          ` [PATCH v5 3/3] perf symbol: Lazily compute idle and use the perf_env

[PATCH RESEND v10 0/8] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-04-06 14:58 UTC  (2+ messages)

[PATCH v2 0/8] perf libunwind multiple remote support
 2026-04-04  5:40 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 6/8] perf unwind-libunwind: Move flush/finish access out of local
  ` [PATCH v3 7/8] perf unwind-libunwind: Remove libunwind-local
  ` [PATCH v3 8/8] perf unwind-libunwind: Add RISC-V libunwind support


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