linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-24 19:44:35 to 2025-06-28 04:51:06 UTC [more...]

[PATCH v5 00/23] perf: Make code more generic with modern defaults
 2025-06-28  4:50 UTC  (14+ messages)
` [PATCH v5 01/23] perf build-id: Reduce size of "size" variable
` [PATCH v5 02/23] perf build-id: Truncate to avoid overflowing the build_id data
` [PATCH v5 03/23] perf build-id: Change sprintf functions to snprintf
` [PATCH v5 04/23] perf build-id: Mark DSO in sample callchains
` [PATCH v5 05/23] perf build-id: Ensure struct build_id is empty before use
` [PATCH v5 06/23] perf dso: Move build_id to dso_id
` [PATCH v5 07/23] perf jitdump: Directly mark the jitdump DSO
` [PATCH v5 08/23] perf record: Make --buildid-mmap the default
` [PATCH v5 09/23] perf session: Add accessor for session->header.env
` [PATCH v5 10/23] perf session: Add an env pointer for the current perf_env
` [PATCH v5 11/23] perf evlist: Change env variable to session
` [PATCH v5 12/23] perf header: Clean up use of perf_env
` [PATCH v5 13/23] perf test: Avoid use perf_env

[PATCH] perf build: Specify that spellcheck should use the bash dialect
 2025-06-28  3:49 UTC  (6+ messages)
` [PATCH v3] perf build: Specify that shellcheck "
  ` [PATCH v4] "

[PATCH v1] perf test annotate: Use --percent-limit rather than head to reduce output
 2025-06-28  1:58 UTC 

[PATCH v2] perf test: Add basic callgraph test to record testing
 2025-06-28  1:55 UTC 

[PATCH v1] perf test: Add basic callgraph test to record testing
 2025-06-28  1:54 UTC  (2+ messages)

[PATCH v2 1/2] perf test workload noploop: Name the noploop process
 2025-06-28  1:25 UTC  (4+ messages)
` [PATCH v2 2/2] perf test: Add sched latency and script shell tests

[PATCH v3 1/2] perf test workload noploop: Name the noploop process
 2025-06-28  1:23 UTC  (2+ messages)
` [PATCH v3 2/2] perf test: Add sched latency and script shell tests

[PATCH v1 00/15] perf vendor events: Update Intel events
 2025-06-28  0:15 UTC  (2+ messages)

[PATCH v4 00/15] New perf ilist app
 2025-06-28  0:09 UTC  (16+ messages)
` [PATCH v4 01/15] perf hwmon_pmu: Avoid shortening hwmon PMU name
` [PATCH v4 02/15] perf parse-events: Minor tidy up of event_type helper
` [PATCH v4 03/15] perf python: In str(evsel) use the evsel__pmu_name helper
` [PATCH v4 04/15] perf python: Fix thread check in pyrf_evsel__read
` [PATCH v4 05/15] perf python: Correct pyrf_evsel__read for tool PMUs
` [PATCH v4 06/15] perf python: Add basic PMU abstraction and pmus sequence
` [PATCH v4 07/15] perf python: Add function returning dictionary of all events on a PMU
` [PATCH v4 08/15] perf jevents: If the long_desc and desc are identical then drop the long_desc
` [PATCH v4 09/15] perf jevents: Add common software event json
` [PATCH v4 10/15] perf pmu: Tolerate failure to read the type for wellknown PMUs
` [PATCH v4 11/15] perf parse-events: Remove non-json software events
` [PATCH v4 12/15] perf tp_pmu: Factor existing tracepoint logic to new file
` [PATCH v4 13/15] perf tp_pmu: Add event APIs
` [PATCH v4 14/15] perf list: Remove tracepoint printing code
` [PATCH v4 15/15] perf ilist: Add new python ilist command

[PATCH v4] perf stat: Fix uncore aggregation number
 2025-06-27 23:12 UTC  (2+ messages)

[PATCH v4 00/19] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
 2025-06-27 23:11 UTC  (7+ messages)
` [PATCH v4 06/19] perf capstone: Support for dlopen-ing libcapstone.so

[PATCH v3 00/22] ARM64 PMU Partitioning
 2025-06-27 20:55 UTC  (32+ messages)
` [PATCH v3 01/22] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v3 02/22] arm64: Generate sign macro for sysreg Enums
` [PATCH v3 03/22] KVM: arm64: Define PMI{CNTR,FILTR}_EL0 as undef_access
` [PATCH v3 04/22] KVM: arm64: Cleanup PMU includes
` [PATCH v3 05/22] KVM: arm64: Reorganize PMU functions
` [PATCH v3 06/22] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v3 07/22] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH v3 08/22] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH v3 09/22] KVM: arm64: Correct kvm_arm_pmu_get_max_counters()
` [PATCH v3 10/22] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v3 11/22] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH v3 12/22] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
` [PATCH v3 13/22] KVM: arm64: Writethrough trapped PMOVS register
` [PATCH v3 14/22] KVM: arm64: Write fast path PMU register handlers
` [PATCH v3 15/22] KVM: arm64: Setup MDCR_EL2 to handle a partitioned PMU
` [PATCH v3 16/22] KVM: arm64: Account for partitioning in PMCR_EL0 access
` [PATCH v3 17/22] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v3 18/22] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH v3 19/22] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH v3 20/22] KVM: arm64: Inject recorded guest interrupts
` [PATCH v3 21/22] KVM: arm64: Add ioctl to partition the PMU when supported
` [PATCH v3 22/22] KVM: arm64: selftests: Add test case for partitioned PMU

[PATCH v1 00/12] CPU mask improvements/fixes particularly for hybrid
 2025-06-27 19:24 UTC  (13+ messages)
` [PATCH v1 01/12] perf parse-events: Warn if a cpu term is unsupported by a CPU
` [PATCH v1 02/12] perf stat: Avoid buffer overflow to the aggregation map
` [PATCH v1 03/12] perf stat: Don't size aggregation ids from user_requested_cpus
` [PATCH v1 04/12] perf parse-events: Allow the cpu term to be a PMU
` [PATCH v1 05/12] perf tool_pmu: Allow num_cpus(_online) to be specific to a cpumask
` [PATCH v1 06/12] libperf evsel: Rename own_cpus to pmu_cpus
` [PATCH v1 07/12] libperf evsel: Factor perf_evsel__exit out of perf_evsel__delete
` [PATCH v1 08/12] perf evsel: Use libperf perf_evsel__exit
` [PATCH v1 09/12] perf pmus: Factor perf_pmus__find_by_attr out of evsel__find_pmu
` [PATCH v1 10/12] perf parse-events: Minor __add_event refactoring
` [PATCH v1 11/12] perf evsel: Add evsel__open_per_cpu_and_thread
` [PATCH v1 12/12] perf parse-events: Support user CPUs mixed with threads/processes

[PATCH V2] tools/perf: Add --exclude-buildids option to perf archive command
 2025-06-27 18:53 UTC  (2+ messages)

[PATCH v3 0/4] perf: Remove libcrypto dependency
 2025-06-27 18:53 UTC  (8+ messages)
` [PATCH v3 1/4] perf build: enable -fno-strict-aliasing
` [PATCH v3 2/4] perf util: add a basic SHA-1 implementation
` [PATCH v3 3/4] perf genelf: Remove libcrypto dependency and use built-in sha1()
` [PATCH v3 4/4] tools: Remove libcrypto dependency

[PATCH v3] perf annotate: Fix source code annotate with objdump
 2025-06-27 18:53 UTC  (5+ messages)

[PATCH v4 1/2] perf: move perf_pmus__find_core_pmu() prototype to pmus.h
 2025-06-27 18:53 UTC  (5+ messages)
` [PATCH v4 2/2] perf top: populate PMU capabilities data in perf_env

[PATCH] perf/arm-cmn: reduce stack usage in arm_cmn_probe()
 2025-06-27 18:37 UTC  (3+ messages)

[PATCH] perf/arm-cmn: Reduce stack usage during discovery
 2025-06-27 17:42 UTC 

[PATCH] perf list: Add IBM z17 event descriptions
 2025-06-27 16:55 UTC  (5+ messages)
    ` [Ping][PATCH] "

[PATCH v3] perf: arm_spe: Relax period restriction
 2025-06-27 16:30 UTC 

[PATCH v1 00/11] Implement support for IBS virtualization
 2025-06-27 16:25 UTC  (12+ messages)
` [PATCH v1 01/11] perf/amd/ibs: Fix race condition in IBS
` [PATCH v1 02/11] KVM: Add KVM_GET_LAPIC_W_EXTAPIC and KVM_SET_LAPIC_W_EXTAPIC for extapic
` [PATCH v1 03/11] x86/cpufeatures: Add CPUID feature bit for Extended LVT
` [PATCH v1 04/11] KVM: x86: Add emulation support for Extented LVT registers
` [PATCH v1 05/11] x86/cpufeatures: Add CPUID feature bit for VIBS in SVM/SEV guests
` [PATCH v1 06/11] KVM: x86/cpuid: Add a KVM-only leaf for IBS capabilities
` [PATCH v1 07/11] KVM: x86: Extend CPUID range to include new leaf
` [PATCH v1 08/11] KVM: SVM: Extend VMCB area for virtualized IBS registers
` [PATCH v1 09/11] KVM: SVM: Add support for IBS Virtualization
` [PATCH v1 10/11] perf/x86/amd: Enable VPMU passthrough capability for IBS PMU
` [PATCH v1 11/11] perf/x86/amd: Remove exclude_guest check from perf_ibs_init()

[PATCH v2 RESEND] perf: arm_spe: Relax period restriction
 2025-06-27 13:50 UTC  (3+ messages)

[PATCH v3 0/3] Switch get/put unaligned to use memcpy
 2025-06-27  7:58 UTC  (5+ messages)
` [PATCH v3 1/3] vdso: Switch get/put unaligned from packed struct to memcpy
` [PATCH v3 2/3] tools headers: Update the linux/unaligned.h copy with the kernel sources
` [PATCH v3 3/3] tools headers: Remove unneeded ignoring of warnings in unaligned.h

[PATCH 00/13] Introduce STM32 DDR PMU for STM32MP platforms
 2025-06-26 23:52 UTC  (9+ messages)
` [PATCH 06/13] perf: stm32: introduce DDRPERFM driver

[PATCH RFC 0/2] Introduce ddr[3-4]-channel binding
 2025-06-26 21:19 UTC  (4+ messages)
` [PATCH RFC 1/2] dt-bindings: memory: add jedec,ddr[3-4]-channel binding
` [PATCH RFC 2/2] dt-bindings: perf: stm32: introduce DDRPERFM dt-bindings

[PATCH v2] perf trace: Split BPF skel code to util/bpf_trace_augment.c
 2025-06-26 17:41 UTC  (3+ messages)

[PATCH] perf test: Change all remaining #!/bin/sh to #!/bin/bash
 2025-06-26 17:41 UTC  (3+ messages)

[PATCH v1 0/4] Pipe mode header dumping and minor space saving
 2025-06-26 17:41 UTC  (5+ messages)

[PATCH v4 0/3] Add support for a DRM tool like PMU
 2025-06-26 17:41 UTC  (5+ messages)
` [PATCH v4 1/3] perf parse-events: Avoid scanning PMUs that can't contain events
` [PATCH v4 2/3] perf drm_pmu: Add a tool like PMU to expose DRM information
` [PATCH v4 3/3] perf tests: Add a DRM PMU test

[PATCH] perf/core: Fix the WARN_ON_ONCE is out of lock protected region
 2025-06-26 13:54 UTC 

[PATCH v2] perf/aux: Properly launch pending disable flow
 2025-06-26  8:59 UTC  (2+ messages)
` [tip: perf/urgent] perf/aux: Fix pending disable flow when the AUX ring buffer overruns

[Patch v5 00/10] arch-PEBS enabling for Intel platforms
 2025-06-23 22:35 UTC  (11+ messages)
` [Patch v5 01/10] perf/x86/intel: Replace x86_pmu.drain_pebs calling with static call
` [Patch v5 02/10] perf/x86/intel: Correct large PEBS flag check
` [Patch v5 03/10] perf/x86/intel: Initialize architectural PEBS
` [Patch v5 04/10] perf/x86/intel/ds: Factor out PEBS record processing code to functions
` [Patch v5 05/10] perf/x86/intel/ds: Factor out PEBS group "
` [Patch v5 06/10] perf/x86/intel: Process arch-PEBS records or record fragments
` [Patch v5 07/10] perf/x86/intel: Allocate arch-PEBS buffer and initialize PEBS_BASE MSR
` [Patch v5 08/10] perf/x86/intel: Update dyn_constranit base on PEBS event precise level
` [Patch v5 09/10] perf/x86/intel: Setup PEBS data configuration and enable legacy groups
` [Patch v5 10/10] perf/x86/intel: Add counter group support for arch-PEBS

[PATCH v2 0/4] perf: Remove libcrypto dependency
 2025-06-25 20:26 UTC  (3+ messages)

[PATCH 1/2] perf/x86/intel/cstate: Remove PC3 support from LunarLake
 2025-06-25 18:48 UTC  (3+ messages)
` [PATCH 2/2] perf/x86/intel/cstate: Add Pantherlake support

[PATCH v2 0/3] Switch get/put unaligned to use memcpy
 2025-06-25 18:06 UTC  (3+ messages)

[PATCH v5] perf debug: Add function symbols to dump_stack
 2025-06-25 18:04 UTC  (2+ messages)

[PATCH] tools:perf: Remove excess variable declarations
 2025-06-25 18:04 UTC  (2+ messages)

[PATCH v1] perf test: Replace grep perl regexp with awk
 2025-06-25 18:04 UTC  (2+ messages)

[linux-next:master] [perf target] 5ddf4c3a17: perf-sanity-tests.perf_record_tests.fail
 2025-06-25 17:36 UTC  (3+ messages)

[PATCH] perf/aux: Properly launch pending disable flow
 2025-06-25 17:18 UTC  (4+ messages)

[PATCH] Add --buildids-blacklist option to perf archive command
 2025-06-25 15:28 UTC  (3+ messages)

[PATCH 1/2] Read perf data file header from the file user specified with -i option for perf script flamegraph
 2025-06-25 15:24 UTC  (3+ messages)

[PATCH v2 0/3] perf/cxlpmu: Fix allocation argument order and minor formatting
 2025-06-25  9:05 UTC  (7+ messages)
` [PATCH v2 1/3] perf/cxlpmu: Fix devm_kcalloc() argument order in cxl_pmu_probe()
` [PATCH v2 2/3] perf/cxlpmu: Remove unintended newline from IRQ name format string
` [PATCH v2 3/3] perf/cxlpmu: Fix typos in cxl_pmu.c comments and documentation

[PATCH v4 1/2] perf: Reveal PMU type in fdinfo
 2025-06-25  3:06 UTC  (2+ messages)

[PATCH v3] perf stat: Fix uncore aggregation number
 2025-06-24 23:58 UTC  (2+ messages)

[PATCH v1] perf stat: Fix uncore aggregation number
 2025-06-24 22:24 UTC  (9+ messages)

[PATCH v4 1/2] perf debug: Add function symbols to dump_stack
 2025-06-24 20:39 UTC  (3+ messages)

[PATCH v2 01/23] arm64: cpufeature: Add cpucap for HPMN0
 2025-06-24 20:05 UTC  (2+ messages)

[PATCH v2 07/23] perf: arm_pmuv3: Introduce method to partition the PMU
 2025-06-24 20:05 UTC  (2+ messages)


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