linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-09 01:58:09 to 2025-12-15 17:50:25 UTC [more...]

[PATCH v5 00/24] ARM64 PMU Partitioning
 2025-12-15 17:50 UTC  (55+ messages)
` [PATCH v5 01/24] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v5 02/24] KVM: arm64: Move arm_{psci,hypercalls}.h to an internal KVM path
` [PATCH v5 03/24] KVM: arm64: Include KVM headers to get forward declarations
` [PATCH v5 04/24] KVM: arm64: Move ARM specific headers in include/kvm to arch directory
` [PATCH v5 05/24] KVM: arm64: Reorganize PMU includes
` [PATCH v5 06/24] KVM: arm64: Reorganize PMU functions
` [PATCH v5 07/24] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v5 08/24] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH v5 09/24] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH v5 10/24] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v5 11/24] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH v5 12/24] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
` [PATCH v5 13/24] KVM: arm64: Writethrough trapped PMOVS register
` [PATCH v5 14/24] KVM: arm64: Write fast path PMU register handlers
` [PATCH v5 15/24] KVM: arm64: Setup MDCR_EL2 to handle a partitioned PMU
` [PATCH v5 16/24] KVM: arm64: Account for partitioning in PMCR_EL0 access
` [PATCH v5 17/24] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v5 18/24] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH v5 19/24] KVM: arm64: Implement lazy PMU context swaps
` [PATCH v5 20/24] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH v5 21/24] KVM: arm64: Inject recorded guest interrupts
` [PATCH v5 22/24] KVM: arm64: Add KVM_CAP to partition the PMU
` [PATCH v5 23/24] KVM: selftests: Add find_bit to KVM library
` [PATCH v5 24/24] KVM: arm64: selftests: Add test case for partitioned PMU

[PATCH] arm64: perf: fix syscalltbl path base
 2025-12-15 16:49 UTC  (6+ messages)

[PATCH v5 0/3] Optimize code generation during context switching
 2025-12-15 15:42 UTC  (7+ messages)
` [PATCH v5 1/3] x86/mm/tlb: Make enter_lazy_tlb() always inline on x86
` [PATCH v5 2/3] sched: Make raw_spin_rq_unlock() inline
` [PATCH v5 3/3] sched/core: Make finish_task_switch() and its subfunctions always inline

[PATCH v2] arm64: hw_breakpoint: warn on invalid breakpoint length
 2025-12-15 14:59 UTC  (2+ messages)

[PATCH v9 00/48] AMD, ARM, Intel metric generation with Python
 2025-12-15 13:24 UTC  (5+ messages)
` [PATCH v9 46/48] perf jevents: Add collection of topdown like metrics for arm64

[PATCH 0/3] perf/arm_dsu: Support newer DSUs
 2025-12-15 13:05 UTC  (4+ messages)
` [PATCH 1/3] perf/arm_dsu: Support DSU-110
` [PATCH 2/3] perf/arm_dsu: Support DSU-120
` [PATCH 3/3] perf/arm_dsu: Allow standard cycles events

[PATCH v2 0/2] perf arm_spe: Minor event configs housekeeping
 2025-12-15  8:40 UTC  (4+ messages)
` [PATCH v2 1/2] perf mem: Simplify Arm SPE event config
` [PATCH v2 2/2] perf c2c: Update documentation for adding memory event table

[PATCH] perf/x86: Prevent NULL event deref in handle_pmi_common()
 2025-12-15  7:43 UTC  (3+ messages)

[PATCH] arm64: hw_breakpoint: warn on invalid breakpoint length
 2025-12-13 10:10 UTC  (2+ messages)

[PATCH 0/7] Add Diamond Rapids uncore support
 2025-12-12 21:00 UTC  (8+ messages)
` [PATCH 1/7] perf/x86/intel/uncore: Add dual PCI/MSR discovery support
` [PATCH 2/7] perf/x86/intel/uncore: Add IMH PMON support for Diamond Rapids
` [PATCH 3/7] perf/x86/intel/uncore: Add CBB "
` [PATCH 4/7] perf/x86/intel/uncore: Add freerunning event descriptor helper macro
` [PATCH 5/7] perf/x86/intel/uncore: Support IIO free-running counters on DMR
` [PATCH 6/7] perf/x86/intel/uncore: Update DMR uncore constraints preliminarily
` [PATCH 7/7] perf pmu: Relax uncore wildcard matching to allow numeric suffix

[PATCH] perf/x86: Fix NULL dereference in handle_pmi_common()
 2025-12-12 16:51 UTC 

[PATCH v1] perf addr2line: Add a libdw implementation
 2025-12-12 16:34 UTC  (6+ messages)

[PATCH 00/19] coresight: trbe: Support trigger and circle buffer modes
 2025-12-12 15:52 UTC  (24+ messages)
` [PATCH 05/19] coresight: trbe: Refactor status clearing
` [PATCH 06/19] coresight: trbe: Refactor syndrome decoding
` [PATCH 07/19] coresight: trbe: Refactor AUX flag setting
` [PATCH 08/19] coresight: trbe: Use PERF_AUX_FLAG_PARTIAL instead of PERF_AUX_FLAG_COLLISION
` [PATCH 19/19] perf: cs-etm: Set watermark for AUX trace

[PATCH v3 00/12] perf cs-etm/arm-spe: Remove hard coded config fields
 2025-12-12 15:32 UTC  (13+ messages)
` [PATCH v3 01/12] perf parse-events: Refactor get_config_terms() to remove macros
` [PATCH v3 02/12] perf evsel: Support sparse fields in evsel__set_config_if_unset()
` [PATCH v3 03/12] perf parse-events: Track all user changed config bits
` [PATCH v3 04/12] perf evsel: apply evsel__set_config_if_unset() to all config fields
` [PATCH v3 05/12] perf evsel: Add a helper to get the value of a config field
` [PATCH v3 06/12] perf parse-events: Always track user config changes
` [PATCH v3 07/12] perf tests: Test evsel__set_config_if_unset() and config change tracking
` [PATCH v3 08/12] perf cs-etm: Make a helper to find the Coresight evsel
` [PATCH v3 09/12] perf cs-etm: Don't use hard coded config bits when setting up ETMCR
` [PATCH v3 10/12] perf cs-etm: Don't use hard coded config bits when setting up TRCCONFIGR
` [PATCH v3 11/12] perf cs-etm: Don't hard code config attribute when configuring the event
` [PATCH v3 12/12] perf arm-spe: Don't hard code config attribute

[PATCH v1] perf tests kallsyms: Fix missed map__put
 2025-12-12 15:19 UTC  (2+ messages)

[PATCH 0/2] perf arm_spe: Minor event configs housekeeping
 2025-12-12 15:17 UTC  (5+ messages)
` [PATCH 1/2] perf mem: Simplify Arm SPE event config
` [PATCH 2/2] perf c2c: Update documentation for Arm SPE events

[PATCH v2 00/12] perf cs-etm/arm-spe: Remove hard coded config fields
 2025-12-12 14:43 UTC  (7+ messages)
` [PATCH v2 01/12] perf parse-events: Refactor get_config_terms() to remove macros

[PATCHSET v6 0/6] perf tools: Add deferred callchain support
 2025-12-12 12:11 UTC  (6+ messages)
` [PATCH v6 4/6] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v6 5/6] perf tools: Merge deferred user callchains

[PATCH] perf build: Support passing extra Clang options via EXTRA_BPF_FLAGS
 2025-12-12  6:12 UTC  (12+ messages)

[PATCH perf-next 0/4] glibc str functions const return fixes
 2025-12-12  5:23 UTC  (6+ messages)
` [PATCH 1/4] perf list: Remove unused 'sep' variable
` [PATCH 2/4] perf diff: Constify strchr() return variables
` [PATCH 3/4] perf tools: Use const for variables receiving str{str,r?chr}() returns
` [PATCH 4/4] perf trace: Don't change const char strings

[PATCH v4 00/11] perf sched: Introduce stats tool
 2025-12-12  5:11 UTC  (4+ messages)

[PATCH v2 3/3] perf tools: Fix use-after-free in help_unknown_cmd()
 2025-12-11 14:35 UTC  (8+ messages)
` perf --help triggers an assertion

[BUG] Possible deadlock in __perf_event_task_sched_out
 2025-12-11 10:39 UTC 

[PATCH] libsubcmd: Fix null intersection case in exclude_cmds()
 2025-12-11  1:15 UTC  (4+ messages)

[PATCH v1] perf test subcmd help: Add exclude disjoint subcmd names
 2025-12-11  1:12 UTC  (2+ messages)

[PATCH 1/4] perf record: Split --data-mmap option
 2025-12-10 22:06 UTC  (8+ messages)
` [PATCH 2/4] perf report: Enable data-type profiling with -F option too
` [PATCH 3/4] perf report: Fix histogram entry collapsing for -F option
` [PATCH 4/4] perf report: Update sort key state from "

[linus:master] [perf test] 34e271ae55: kmsg.sanitizer.indirect_leak/calloc/zalloc/dso__new_id/__dsos__addnew_id/__dsos__findnew_id/dsos__findnew_id
 2025-12-10 19:03 UTC  (2+ messages)

[PATCH v2] perf test: Fix test case perf evlist tests for s390x
 2025-12-10 18:35 UTC  (2+ messages)

[PATCH v2 0/3] tools build: Fix arm64's unistd_64.h dependency
 2025-12-10 14:44 UTC  (4+ messages)
` [PATCH v2 1/3] tools headers: Add arm64's unistd_64.h
` [PATCH v2 2/3] Revert "perf tools: Fix arm64 build by generating unistd_64.h"
` [PATCH v2 3/3] tools headers: Verify arm64's unistd_64.h

[RFC] perf build: Use self-contained headers from kernel source when compiling
 2025-12-10 10:24 UTC  (5+ messages)

[PATCH AUTOSEL 6.18-6.6] libperf cpumap: Fix perf_cpu_map__max for an empty/NULL map
 2025-12-10  6:34 UTC 

[PATCH v1] perf vendor power9 nest metrics: Correct unit from MB to MiB
 2025-12-10  6:02 UTC  (3+ messages)

[PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
 2025-12-10  1:08 UTC  (8+ messages)
` [PATCH v6 37/44] KVM: VMX: Dedup code for removing MSR from VMCS's auto-load list
` [PATCH v6 44/44] KVM: VMX: Add mediated PMU support for CPUs without "save perf global ctrl"

[PATCH v1] perf stat display: Make %f precision consistent
 2025-12-09 17:45 UTC  (2+ messages)

[PATCH v2 0/7] Perf stat --null/offline CPU segv related fixes/tests
 2025-12-09 17:38 UTC  (6+ messages)

[PATCH v1] perf tests kwork: Add basic kwork coverage tests
 2025-12-09 17:08 UTC 

[PATCH] perf test: Fix test case perf evlist tests for s390x
 2025-12-09 16:40 UTC  (2+ messages)

[PATCH 0/2] tools build: Fix arm64's unistd_64.h dependency
 2025-12-09 16:37 UTC  (7+ messages)
` [PATCH 2/2] Revert "perf tools: Fix arm64 build by generating unistd_64.h"

[PATCH] perf bench: Add -t/--threads option to perf bench mem mmap
 2025-12-09 13:01 UTC  (2+ messages)

[PATCH v1] perf tools: Add the legacy-cache.json to .gitignore
 2025-12-09 12:55 UTC  (2+ messages)

[PATCH v3 RESEND] perf/core: Fix missing read event generation on task exit
 2025-12-09 11:24 UTC  (5+ messages)
` [tip: perf/urgent] "

[PATCH v1] perf symbol: Fix ENOENT case for filename__read_build_id
 2025-12-09  9:47 UTC  (2+ messages)

[PATCH] perf/x86/amd/uncore: Fix the return value of amd_uncore_df_event_init() on error
 2025-12-09  8:26 UTC 

[bug report] perf/x86/amd/uncore: Refactor uncore management
 2025-12-09  7:26 UTC  (2+ messages)

[PATCH v2 0/3] perf genelf: BLAKE2s build ID generation
 2025-12-09  1:57 UTC  (3+ messages)
` [PATCH v2 2/3] perf genelf: Switch from SHA-1 to BLAKE2s for "
` [PATCH v2 3/3] perf util: Remove SHA-1 code


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).