linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-04 21:33:43 to 2025-02-07 03:44:51 UTC [more...]

[PATCH v5 0/8] perf report: Add latency and parallelism profiling
 2025-02-07  3:44 UTC  (15+ messages)
` [PATCH v5 1/8] perf report: Add machine parallelism
` [PATCH v5 2/8] perf report: Add parallelism sort key
` [PATCH v5 3/8] perf report: Switch filtered from u8 to u16
` [PATCH v5 4/8] perf report: Add parallelism filter
` [PATCH v5 5/8] perf report: Add latency output field
` [PATCH v5 6/8] perf report: Add --latency flag
` [PATCH v5 7/8] perf report: Add latency and parallelism profiling documentation
` [PATCH v5 8/8] perf hist: Shrink struct hist_entry size

[PATCH v2 0/2] Fix dwc_pcie pmu driver issues
 2025-02-07  2:35 UTC  (5+ messages)
` [PATCH v2 1/2] perf/dwc_pcie: fix the incorrect reference count
` [PATCH v2 2/2] perf/dwc_pcie: fix duplicate pci_dev devices

[PATCH 0/2 v3] perf test: perf record tests (114) changes
 2025-02-07  2:15 UTC  (8+ messages)
` [PATCH 2/2 v3] perf test: Change event in perf test 114 perf record test subtest test_leader_sampling

[PATCH 00/20] Arch-PEBS and PMU supports for Clearwater Forest
 2025-02-07  1:27 UTC  (27+ messages)
` [PATCH 01/20] perf/x86/intel: Add PMU support "
` [PATCH 03/20] perf/x86/intel: Parse CPUID archPerfmonExt leaves for non-hybrid CPUs
` [PATCH 06/20] perf/x86/intel: Initialize architectural PEBS
` [PATCH 11/20] perf/x86/intel: Setup PEBS constraints base on counter & pdist map
` [PATCH 17/20] perf tools: Support to show SSP register
` [PATCH 18/20] perf tools: Support to capture more vector registers (common part)

[PATCH] perf: Improve startup time by reducing unnecessary stat() calls
 2025-02-07  1:04 UTC  (4+ messages)

[PATCH v14 00/10] perf record --off-cpu: Dump off-cpu samples directly
 2025-02-06 22:08 UTC  (8+ messages)
` [PATCH v14 05/10] perf evsel: Assemble offcpu samples

[PATCH] perf/arm-cmn: Minor event type housekeeping
 2025-02-06 22:00 UTC  (2+ messages)

[PATCH v5 00/24] Intel vendor events and TMA 5.01 metrics
 2025-02-06 20:33 UTC  (40+ messages)
` [PATCH v5 01/24] perf vendor events: Update Alderlake events/metrics
` [PATCH v5 02/24] perf vendor events: Update AlderlakeN events/metrics
` [PATCH v5 03/24] perf vendor events: Add Arrowlake events/metrics
` [PATCH v5 04/24] perf vendor events: Update Broadwell events/metrics
` [PATCH v5 05/24] perf vendor events: Update BroadwellDE events/metrics
` [PATCH v5 06/24] perf vendor events: Update BroadwellX events/metrics
` [PATCH v5 07/24] perf vendor events: Update CascadelakeX events/metrics
` [PATCH v5 08/24] perf vendor events: Add Clearwaterforest events
` [PATCH v5 09/24] perf vendor events: Update EmeraldRapids events/metrics
` [PATCH v5 10/24] perf vendor events: Update GrandRidge events/metrics
` [PATCH v5 11/24] perf vendor events: Update/add Graniterapids events/metrics
` [PATCH v5 12/24] perf vendor events: Update Haswell events/metrics
` [PATCH v5 13/24] perf vendor events: Update HaswellX events/metrics
` [PATCH v5 14/24] perf vendor events: Update Icelake events/metrics
` [PATCH v5 15/24] perf vendor events: Update IcelakeX events/metrics
` [PATCH v5 16/24] perf vendor events: Update/add Lunarlake events/metrics
` [PATCH v5 17/24] perf vendor events: Update Meteorlake events/metrics
` [PATCH v5 18/24] perf vendor events: Update Rocketlake events/metrics
` [PATCH v5 19/24] perf vendor events: Update Sapphirerapids events/metrics
` [PATCH v5 20/24] perf vendor events: Update Sierraforest events/metrics
` [PATCH v5 21/24] perf vendor events: Update Skylake metrics
` [PATCH v5 22/24] perf vendor events: Update SkylakeX events/metrics
` [PATCH v5 23/24] perf vendor events: Update Tigerlake events/metrics
` [PATCH v5 24/24] perf test stat_all_metrics: Ensure missing events fail test

[PATCH] perf/core: move all of the pmu devices into their own location
 2025-02-05 18:45 UTC  (21+ messages)

[PATCH v19 00/11] arm64/perf: Enable branch stack sampling
 2025-02-06 12:58 UTC  (10+ messages)
` [PATCH v19 11/11] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)

[PATCH v4 00/21] Add Counter delegation ISA extension support
 2025-02-06 10:51 UTC  (24+ messages)
` [PATCH v4 01/21] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [PATCH v4 02/21] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v4 03/21] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH v4 04/21] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH v4 05/21] RISC-V: Define indirect CSR access helpers
` [PATCH v4 06/21] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v4 07/21] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH v4 08/21] RISC-V: Add Sscfg extension CSR definition
` [PATCH v4 09/21] RISC-V: Add Ssccfg ISA extension definition and parsing
` [PATCH v4 10/21] dt-bindings: riscv: add Counter delegation ISA extensions description
` [PATCH v4 11/21] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v4 12/21] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v4 13/21] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v4 14/21] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v4 15/21] RISC-V: perf: Skip PMU SBI extension when not implemented
` [PATCH v4 16/21] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v4 17/21] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v4 18/21] RISC-V: perf: Add Qemu virt machine events
` [PATCH v4 19/21] tools/perf: Support event code for arch standard events
` [PATCH v4 20/21] tools/perf: Pass the Counter constraint values in the pmu events
` [PATCH v4 21/21] Sync empty-pmu-events.c with autogenerated one

[RFC PATCH] perf/core: Prevent dereferencing NULL pointer
 2025-02-06  8:05 UTC  (2+ messages)

[PATCH v5 4/4] perf parse-events: Reapply "Prefer sysfs/JSON hardware events over legacy"
 2025-02-06  7:44 UTC  (14+ messages)

[PATCH 0/2] tools: Unify top-level quiet infrastructure
 2025-02-06  1:28 UTC  (7+ messages)

[PATCH v4 00/39] unwind, perf: sframe user space unwinding
 2025-02-06  1:10 UTC  (23+ messages)
` [PATCH v4 17/39] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v4 19/39] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v4 25/39] unwind_user/sframe: Show file name in debug output

[PATCH] perf report: Add 'tgid' sort key
 2025-02-06  0:01 UTC 

[PATCH v1] perf symbol: Add rust v0 demangling support
 2025-02-05 21:06 UTC  (6+ messages)

[PATCH v3 0/4] perf trace: Add --summary-mode option
 2025-02-05 20:54 UTC  (5+ messages)
` [PATCH v3 1/4] perf trace: Allocate syscall stats only if summary is on
` [PATCH v3 2/4] perf trace: Convert syscall_stats to hashmap
` [PATCH v3 3/4] perf tools: Get rid of now-unused rb_resort.h
` [PATCH v3 4/4] perf trace: Add --summary-mode option

[PATCH] perf test: Fix perf test 11 hwmon endianess issue
 2025-02-05 18:39 UTC  (2+ messages)

[PATCH v3 0/5] perf hwmon related improvements
 2025-02-05 18:39 UTC  (6+ messages)
` [PATCH v3 3/5] perf pmu: Rename name matching for no suffix or wildcard variants

[PATCH] perf arm-spe: Report error if set frequency
 2025-02-05 18:30 UTC 

[PATCH v4 0/8] perf report: Add latency and parallelism profiling
 2025-02-05 16:46 UTC  (6+ messages)
` [PATCH v3 7/8] perf report: Add latency and parallelism profiling documentation

[PATCH v4 00/23] Intel vendor events and TMA 5.01 metrics
 2025-02-05 16:35 UTC  (15+ messages)
` [PATCH v4 15/23] perf vendor events: Update IcelakeX events/metrics
` [PATCH v4 16/23] perf vendor events: Update/add Lunarlake events/metrics
` [PATCH v4 17/23] perf vendor events: Update Meteorlake events/metrics
` [PATCH v4 18/23] perf vendor events: Update Rocketlake events/metrics
` [PATCH v4 19/23] perf vendor events: Update Sapphirerapids events/metrics
` [PATCH v4 20/23] perf vendor events: Update Sierraforest events/metrics
` [PATCH v4 21/23] perf vendor events: Update Skylake metrics
` [PATCH v4 22/23] perf vendor events: Update SkylakeX events/metrics
` [PATCH v4 23/23] perf vendor events: Update Tigerlake events/metrics

[PATCH v1 00/11] perf script: Refactor branch flags for Arm SPE
 2025-02-05 12:15 UTC  (12+ messages)
` [PATCH v1 01/11] perf script: Make printing flags reliable
` [PATCH v1 02/11] perf script: Refactor sample_flags_to_name() function
` [PATCH v1 03/11] perf script: Separate events from branch types
` [PATCH v1 04/11] perf script: Add not taken event for branches
` [PATCH v1 05/11] perf script: Add not taken event for branch stack
` [PATCH v1 06/11] perf arm-spe: Extend branch operations
` [PATCH v1 07/11] perf arm-spe: Decode transactional event
` [PATCH v1 08/11] perf arm-spe: Fill branch operations and events to record
` [PATCH v1 09/11] perf arm-spe: Set sample flags with supplement info
` [PATCH v1 10/11] perf arm-spe: Add branch stack
` [PATCH v1 11/11] perf arm-spe: Support previous branch target (PBT) address

[PATCH 0/2 v2] perf test: Fix endianess issue in hwmon test on
 2025-02-05 10:18 UTC  (3+ messages)
` [PATCH 1/2 v2] perf test: Fix perf test 11 hwmon endianess issue
` [PATCH 2/2 v2] perf test: Hwmon align structure on boundary in union

[RESEND][PATCH v3 0/7] perf/amd/ibs: Add Zen5 support
 2025-02-05  6:05 UTC  (8+ messages)
` [PATCH v3 1/7] perf/amd/ibs: Add support for OP Load Latency Filtering
` [PATCH v3 2/7] perf/amd/ibs: Update DTLB/PageSize decode logic
` [PATCH v3 3/7] perf amd ibs: Sync arch/x86/include/asm/amd-ibs.h header with the kernel
` [PATCH v3 4/7] perf amd ibs: Add Load Latency bits in raw dump
` [PATCH v3 5/7] perf amd ibs: Incorporate Zen5 DTLB and PageSize information
` [PATCH v3 6/7] perf mem/c2c amd: Add ldlat support
` [PATCH v3 7/7] perf test amd ibs: Add sample period unit test

[PATCH v1 0/7] perf: Support multiple system call tables in the build
 2025-02-05  5:17 UTC  (10+ messages)
` [PATCH v1 2/7] perf trace: Reorganize syscalls
` [PATCH v1 3/7] perf syscalltbl: Remove struct syscalltbl
` [PATCH v1 6/7] perf syscalltbl: Use lookup table containing multiple architectures

[PATCH v4 28/39] unwind_user/deferred: Add deferred unwinding interface
 2025-02-05  2:25 UTC  (11+ messages)

[PATCH] perf/dwc_pcie: fix duplicate pci_dev devices
 2025-02-05  1:45 UTC  (11+ messages)
  ` [External] "

[PATCH v1 00/11] Python improvements for a real use of parse_events
 2025-02-04 22:23 UTC  (2+ messages)

[PATCH] perf: Deadcode removal
 2025-02-04 22:11 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).