linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-21 23:10:14 to 2025-12-01 17:54:48 UTC [more...]

[PATCH] Fix (well, work around) perf stat --null segfault
 2025-12-01 17:54 UTC  (3+ messages)

[PATCH v1 00/17] perf: Small fixes and new tests
 2025-12-01 17:52 UTC  (32+ messages)
` [PATCH v1 01/17] perf kvm: Fix debug assertion
` [PATCH v1 02/17] perf timechart: Add record support for output perf.data path
` [PATCH v1 03/17] perf symbol-elf: Add missing puts on error path
` [PATCH v1 04/17] perf symbol: Add missed dso__put
` [PATCH v1 05/17] perf probe-event: Ensure probe event nsinfo is always cleared
` [PATCH v1 06/17] perf hist: In init, ensure mem_info is put on error paths
` [PATCH v1 07/17] perf mem-events: Don't leak online CPU map
` [PATCH v1 08/17] perf jitdump: Fix missed dso__put
` [PATCH v1 09/17] perf c2c: Clean up some defensive gets and make asan clean
` [PATCH v1 10/17] perf tests c2c: Add a basic c2c
` [PATCH v1 11/17] perf tests buildid: Add purge and remove testing
` [PATCH v1 12/17] perf tests top: Add basic perf top coverage test
` [PATCH v1 13/17] perf tests timechart: Add a perf timechart test
` [PATCH v1 14/17] perf tests kallsyms: Add basic kallsyms test
` [PATCH v1 15/17] perf tests script dlfilter: Add a dlfilter test
` [PATCH v1 16/17] perf tests evlist: Add basic evlist test
` [PATCH v1 17/17] perf test kvm: Add some basic perf kvm test coverage

[PATCH 0/7] perf cs-etm/arm-spe: Remove hard coded config fields
 2025-12-01 16:41 UTC  (8+ messages)
` [PATCH 1/7] perf tools: Track all user changed config bits
` [PATCH 2/7] perf tools: apply evsel__set_config_if_unset() to all config fields
` [PATCH 3/7] perf cs-etm: Make a helper to find the Coresight evsel
` [PATCH 4/7] perf cs-etm: Don't use hard coded config bits when setting up ETMCR
` [PATCH 5/7] perf cs-etm: Don't use hard coded config bits when setting up TRCCONFIGR
` [PATCH 6/7] perf cs-etm: Don't hard code config attribute when configuring the event
` [PATCH 7/7] perf arm-spe: Don't hard code config attribute

[PATCH 00/19] coresight: trbe: Support trigger and circle buffer modes
 2025-12-01 11:22 UTC  (20+ messages)
` [PATCH 01/19] coresight: trbe: Use helpers for checking errata
` [PATCH 02/19] coresight: trbe: Remove redundant disable operation
` [PATCH 03/19] coresight: trbe: Remove buffer disabling in trbe_handle_overflow()
` [PATCH 04/19] coresight: trbe: Remove set_trbe_disabled() from the enable flow
` [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 09/19] coresight: trbe: Add fault action argument to trbe_handle_overflow()
` [PATCH 10/19] coresight: trbe: Always check fault action when updating buffer
` [PATCH 11/19] coresight: trbe: Apply overwrite erratum for only wrap event
` [PATCH 12/19] coresight: trbe: Calculate size for buffer wrapping
` [PATCH 13/19] coresight: trbe: Remove misleading comment
` [PATCH 14/19] coresight: trbe: Refactor compute_trbe_buffer_limit()
` [PATCH 15/19] coresight: trbe: Add static key for bypassing trigger mode
` [PATCH 16/19] coresight: trbe: Support "
` [PATCH 17/19] coresight: trbe: Enable circle mode for snapshot
` [PATCH 18/19] coresight: trbe: Add kunit tests
` [PATCH 19/19] perf: cs-etm: Set watermark for AUX trace

[GIT PULL] Performance events changes for v6.19
 2025-12-01 10:45 UTC 

Concerns about SFrame viability for userspace stack walking
 2025-12-01  9:04 UTC  (2+ messages)

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

[PATCH] perf trace: Skip internal syscall arguments
 2025-11-29 20:23 UTC  (7+ messages)

[PATCH] perf data: Allow filtering conversion by start and end time
 2025-11-28 21:56 UTC  (3+ messages)

[PATCH v2 1/2] perf data: Allow filtering conversion by time range
 2025-11-28 21:50 UTC  (2+ messages)
` [PATCH v2 2/2] perf data: Fix coding style

[PATCH v1] perf addr2line: Add a libdw implementation
 2025-11-28 14:25 UTC  (11+ messages)

[PATCH v8 00/52] AMD, ARM, Intel metric generation with Python
 2025-11-28 11:33 UTC  (17+ messages)
` [PATCH v8 15/52] perf jevents: Add RAPL event metric for AMD zen models
` [PATCH v8 19/52] perf jevents: Add software prefetch (swpf) metric group for AMD
` [PATCH v8 20/52] perf jevents: Add hardware prefetch (hwpf) "
` [PATCH v8 23/52] perf jevents: Add uncore l3 "
` [PATCH v8 25/52] perf jevents: Add ILP metrics "
` [PATCH v8 27/52] perf jevents: Add uop cache hit/miss rates "
` [PATCH v8 51/52] perf jevents: Add cycles breakdown metric for arm64/AMD/Intel

[PATCH] perf/test: Fix test case Leader sampling on s390
 2025-11-28  9:11 UTC 

[linux-next:master] [syscore] a97fbc3ee3: will-it-scale.per_process_ops 3.2% regression
 2025-11-28  6:35 UTC 

[PATCH v2 1/2] perf jitdump: Add sym/str-tables to build-ID generation
 2025-11-27 22:18 UTC  (7+ messages)
` [PATCH v2 2/2] perf test: Add python JIT dump test

[PATCH v2] perf tools: Don't read build-ids from non-regular files
 2025-11-27 20:58 UTC  (2+ messages)

[PATCH v2] perf vendor events riscv: add T-HEAD C920V2 JSON support
 2025-11-27 20:58 UTC  (4+ messages)

[PATCH v1 1/3] perf header: Switch "cpu" for find_core_pmu in caps feature writing
 2025-11-27 20:58 UTC  (8+ messages)
` [PATCH v1 2/3] perf pmu: Add PMU kind to simplify differentiating
  ` [PATCH] perf pmu: fix duplicate conditional statement

[BUG] bpftool: Build failure due to opensslv.h
 2025-11-27 20:37 UTC  (12+ messages)

[syzbot] Monthly perf report (Nov 2025)
 2025-11-27 12:43 UTC 

[PATCH Linux-next] perf test: Fix test case perf trace BTF general tests
 2025-11-27  6:28 UTC  (15+ messages)

[BUG] perf: libdw not working for data collected on a different arch than host
 2025-11-26 19:04 UTC  (4+ messages)

[BUG] WARNING in __alloc_frozen_pages_noprof
 2025-11-26 19:00 UTC  (3+ messages)

[PATCH] perf pmu: fix unit listing for SPR uncore event
 2025-11-26 16:59 UTC 

[RFC] perf build: Allow passing extra Clang flags via EXTRA_CLANG_FLAGS
 2025-11-26 13:44 UTC  (19+ messages)
` [PATCH] perf build: Support passing extra Clang options via EXTRA_BPF_FLAGS

[PATCH bpf-next v6 0/2] Pass external callchain entry to get_perf_callchain
 2025-11-26  9:29 UTC  (4+ messages)
` [PATCH bpf-next v6 2/2] bpf: Hold the perf callchain entry until used completely

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-26  5:25 UTC  (4+ messages)
` [PATCH 03/44] perf: Fix branch stack callchain limit

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-11-26  0:23 UTC  (6+ messages)
` [PATCH v5 28/44] KVM: x86/pmu: Load/save GLOBAL_CTRL via entry/exit fields for mediated PMU

[PATCH v10 0/5] perf: arm_spe: Armv8.8 SPE features
 2025-11-25 18:19 UTC  (3+ messages)

[RFC] perf build: Use self-contained headers from kernel source when compiling
 2025-11-25 16:39 UTC  (4+ messages)

[PATCH v5 0/7] Introduce structure for shell tests
 2025-11-25 15:56 UTC  (8+ messages)
` [PATCH v5 1/7] perf tests: Create a "
` [PATCH v5 2/7] perf test: Provide setup for the shell test suite
` [PATCH v5 3/7] perftool-testsuite: Add empty setup for base_probe
` [PATCH v5 4/7] perf test: Introduce storing logs for shell tests
` [PATCH v5 5/7] perf test: Format log directories "
` [PATCH v5 6/7] perf test: Remove perftool drivers
` [PATCH v5 7/7] perf test: Fix relative path for 'stderr-whitelist.txt'

[PATCH v2 0/2] perf: arm_spe: Fix trace disabling for invalid limits
 2025-11-25 14:20 UTC  (7+ messages)
` [PATCH v2 1/2] perf: arm_spe: Correct setting the PERF_HES_STOPPED flag

[PATCH 0/3] perf/x86: Add Airmont NP
 2025-11-25  7:44 UTC  (5+ messages)
` [PATCH 1/3] perf/x86/msr: "
` [PATCH 2/3] perf/x86/intel: "
` [PATCH 3/3] perf/x86/cstate: "

[PATCH] perf/arm-cmn: Support CMN-600AE
 2025-11-25  7:33 UTC  (2+ messages)

[PATCHSET v6 0/6] perf tools: Add deferred callchain support
 2025-11-24 20:27 UTC  (4+ messages)
` [PATCH v6 3/6] perf record: Add --call-graph fp,defer option for deferred callchains

[PATCH v3 0/6] perf/imx_ddr: Add i.MX8QM and pmu in DB (system interconnects)
 2025-11-24 19:18 UTC  (2+ messages)

[PATCH] perf/arm_cspmu: fix device leaks on module unload
 2025-11-24 16:11 UTC  (3+ messages)

[PATCH] perf tools: Don't read build-ids from non-regular files
 2025-11-24 10:26 UTC  (3+ messages)

[PATCH v1 0/9] perf: Refactor/add fallbacks for reading build-id and debuglink
 2025-11-23  2:32 UTC  (10+ messages)
` [PATCH v1 1/9] perf symbol: Reduce scope of elf__needs_adjust_symbols
` [PATCH v1 2/9] perf symbol: Reduce scope of arch__sym_update
` [PATCH v1 3/9] perf symbol: Move libelf code to its own file/header
` [PATCH v1 4/9] perf symbol: Remove unused includes
` [PATCH v1 5/9] perf symbol: Move dso__load_bfd_symbols out of symbol.h
` [PATCH v1 6/9] perf symbol: Use fallbacks with filename__read_build_id
` [PATCH v1 7/9] perf symbol: Use fallbacks for filename__read_debuglink
` [PATCH v1 8/9] perf symbol: Use fallbacks for sysfs__read_build_id
` [PATCH v1 9/9] perf dso: Move type helpers out of symbol and use fallbacks

[PATCH] perf/x86/intel/uncore: remove dead check
 2025-11-23  0:30 UTC  (3+ messages)

[PATCH v5 1/2] perf: Reveal PMU type in fdinfo
 2025-11-21 23:09 UTC  (2+ messages)
` [PATCH v5 2/2] perf evsel: Find process with busy PMUs for EBUSY


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