public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-02 22:58:54 to 2026-01-09 16:46:02 UTC [more...]

[PATCH] perf: fix segfault in `lock contention -b`
 2026-01-09 16:44 UTC 

[PATCH] perf/core: make nr_addr_filters attribute static
 2026-01-09 12:27 UTC 

[PATCH RESEND v4 00/11] perf sched: Introduce stats tool
 2026-01-09 11:25 UTC  (13+ messages)
` [PATCH RESEND v4 01/11] perf: Add print_separator to util
` [PATCH RESEND v4 03/11] perf header: Support CPU DOMAIN relation info
` [PATCH RESEND v4 05/11] perf sched stats: Add schedstat v16 support
` [PATCH RESEND v4 07/11] perf sched stats: Add support for report subcommand

[PATCH v3] LoongArch: Fix PMU counter allocation for mixed-type event groups
 2026-01-09  2:53 UTC 

[PATCH v2 0/3] perf genelf: BLAKE2s build ID generation
 2026-01-09  2:24 UTC  (2+ messages)

[PATCH 0/7] Enable core PMU for DMR and NVL
 2026-01-09  2:09 UTC  (8+ messages)
` [PATCH 1/7] perf/x86/intel: Support newly introduced 4 OMR MSRs for DMR & NVL
` [PATCH 5/7] perf/x86/intel: Add core PMU support for Novalake

[PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
 2026-01-09  0:29 UTC  (5+ messages)
` [PATCH v6 39/44] KVM: VMX: Bug the VM if either MSR auto-load list is full

[PATCH 1/4] perf test: Skip dlfilter test for build failures
 2026-01-08 23:58 UTC  (2+ messages)

[PATCH] perf inject: Keep build-ID data if no option is used
 2026-01-08 23:57 UTC  (3+ messages)

[PATCH v3] perf unwind-libdw: fix a cross-arch unwinding bug
 2026-01-08 23:52 UTC  (2+ messages)

[PATCH v1] perf addr2line: Add a libdw implementation
 2026-01-08 22:37 UTC  (8+ messages)

[PATCH v6 0/3] perf stat affinity changes
 2026-01-08 22:30 UTC  (6+ messages)
` [PATCH v6 1/3] perf evlist: Missing TPEBS close in evlist__close
` [PATCH v6 2/3] perf evlist: Reduce affinity use and move into iterator, fix no affinity
` [PATCH v6 3/3] perf stat: Add no-affinity flag

[PATCH v8 0/3] Capstone/llvm dlopen support
 2026-01-08 21:32 UTC  (2+ messages)

[BUG] Task stuck on global_ctx_data_rwsem
 2026-01-08 19:56 UTC  (8+ messages)
` [BUG] perf/core: "

[PATCH v1] perf: Switch printf("...%s", strerror(errno)) to printf("...%m")
 2026-01-08 19:42 UTC  (2+ messages)

[PATCH v1] perf help: Move common_cmds into builtin-help
 2026-01-08 19:37 UTC  (2+ messages)

[PATCH v1] perf: Make more global variables static
 2026-01-08 19:36 UTC  (2+ messages)

[PATCH v1] perf test subcmd help: Add exclude disjoint subcmd names
 2026-01-08 19:27 UTC  (3+ messages)

[PATCH v1] perf stat display: Make %f precision consistent
 2026-01-08 19:25 UTC  (3+ messages)

[PATCH] perf pmu intel: Adjust cpumaks for sub-NUMA clusters on Emeraldrapids
 2026-01-08 19:19 UTC  (2+ messages)

[PATCH v10 00/35] AMD and Intel metric generation with Python
 2026-01-08 19:11 UTC  (36+ messages)
` [PATCH v10 01/35] perf jevents: Build support for generating metrics from python
` [PATCH v10 02/35] perf jevents: Add load event json to verify and allow fallbacks
` [PATCH v10 03/35] perf jevents: Add RAPL event metric for AMD zen models
` [PATCH v10 04/35] perf jevents: Add idle "
` [PATCH v10 05/35] perf jevents: Add upc metric for uops per cycle for AMD
` [PATCH v10 06/35] perf jevents: Add br metric group for branch statistics on AMD
` [PATCH v10 07/35] perf jevents: Add itlb metric group for AMD
` [PATCH v10 08/35] perf jevents: Add dtlb "
` [PATCH v10 09/35] perf jevents: Add uncore l3 "
` [PATCH v10 10/35] perf jevents: Add load store breakdown metrics ldst "
` [PATCH v10 11/35] perf jevents: Add context switch metrics "
` [PATCH v10 12/35] perf jevents: Add RAPL metrics for all Intel models
` [PATCH v10 13/35] perf jevents: Add idle metric for "
` [PATCH v10 14/35] perf jevents: Add CheckPmu to see if a PMU is in loaded json events
` [PATCH v10 15/35] perf jevents: Add smi metric group for Intel models
` [PATCH v10 16/35] perf jevents: Mark metrics with experimental events as experimental
` [PATCH v10 17/35] perf jevents: Add tsx metric group for Intel models
` [PATCH v10 18/35] perf jevents: Add br metric group for branch statistics on Intel
` [PATCH v10 19/35] perf jevents: Add software prefetch (swpf) metric group for Intel
` [PATCH v10 20/35] perf jevents: Add ports metric group giving utilization on Intel
` [PATCH v10 21/35] perf jevents: Add L2 metrics for Intel
` [PATCH v10 22/35] perf jevents: Add load store breakdown metrics ldst "
` [PATCH v10 23/35] perf jevents: Add ILP metrics "
` [PATCH v10 24/35] perf jevents: Add context switch "
` [PATCH v10 25/35] perf jevents: Add FPU "
` [PATCH v10 26/35] perf jevents: Add Miss Level Parallelism (MLP) metric "
` [PATCH v10 27/35] perf jevents: Add mem_bw "
` [PATCH v10 28/35] perf jevents: Add local/remote "mem" breakdown metrics "
` [PATCH v10 29/35] perf jevents: Add dir "
` [PATCH v10 30/35] perf jevents: Add C-State metrics from the PCU PMU "
` [PATCH v10 31/35] perf jevents: Add local/remote miss latency metrics "
` [PATCH v10 32/35] perf jevents: Add upi_bw metric "
` [PATCH v10 33/35] perf jevents: Add mesh bandwidth saturation "
` [PATCH v10 34/35] perf jevents: Add cycles breakdown metric for arm64/AMD/Intel
` [PATCH v10 35/35] perf jevents: Validate that all names given an Event

[PATCH V2] perf test: Fix test perf stat tests for virtualized machines
 2026-01-08 18:03 UTC  (3+ messages)

[PATCH 0/4] perf vendor events amd: Add Zen 6 events and metrics
 2026-01-08 17:41 UTC  (6+ messages)
` [PATCH 1/4] perf vendor events amd: Add Zen 6 core events
` [PATCH 2/4] perf vendor events amd: Add Zen 6 uncore events
` [PATCH 3/4] perf vendor events amd: Add Zen 6 metrics
` [PATCH 4/4] perf vendor events amd: Add Zen 6 mapping

[PATCH v2 0/2] perf: arm_spe: Fix trace disabling for invalid limits
 2026-01-08 16:23 UTC  (7+ messages)
` [PATCH v2 1/2] perf: arm_spe: Correct setting the PERF_HES_STOPPED flag

[PATCH 6.6.y 0/4] perf/x86/amd: add LBR capture support outside of hardware events
 2026-01-08 14:10 UTC  (5+ messages)

[PATCH v3] perf build: Raise minimum shellcheck version to 0.7.2
 2026-01-08 11:29 UTC 

[PATCH] perf/core: Speed up kexec shutdown by avoiding unnecessary cross CPU calls
 2026-01-08 10:32 UTC  (2+ messages)

[PATCH v4 0/3] tools build: Fix arm64 unistd.h dependency
 2026-01-08  9:43 UTC  (4+ messages)
` [PATCH v4 1/3] tools headers: Go back to include asm-generic/unistd.h for arm64
` [PATCH v4 2/3] Revert "perf tools: Fix arm64 build by generating unistd_64.h"
` [PATCH v4 3/3] tools headers: Don't check arm64's unistd.h

[PATCH v2] LoongArch: Fix PMU counter allocation for mixed-type event groups
 2026-01-08  8:07 UTC  (2+ messages)

[PATCH] perf Documentation: Correct branch stack sampling call-stack option
 2026-01-08  7:43 UTC  (4+ messages)

[PATCH] perf/core: Drop an unused parameter 'ctx'
 2026-01-08  5:19 UTC  (2+ messages)

[PATCH] perf/x86/core: Remove duplicate include
 2026-01-08  5:05 UTC  (2+ messages)

[PATCH v2] perf unwind-libdw: fix a cross-arch unwinding bug
 2026-01-07 23:13 UTC  (3+ messages)

[PATCH v6 0/2] Add HARDLOCKUP_DETECTOR_PERF support for RISC-V
 2026-01-07 21:57 UTC  (3+ messages)
` [PATCH v6 1/2] watchdog: move arm64 watchdog_hld into common code

[PATCH v1 0/2] Add procfs based memory and network tool events
 2026-01-07 19:03 UTC  (6+ messages)
` [PATCH v1 1/2] perf tool_pmu: Add memory events
` [PATCH v1 2/2] perf tool_pmu: Add network events

[PATCH v2] perf symbol: remove Rust symbol workarounds
 2026-01-07 18:25 UTC  (8+ messages)

[PATCH v3 0/3] tools build: Fix arm64 unistd.h dependency
 2026-01-07 17:14 UTC  (9+ messages)
` [PATCH v3 1/3] tools headers: Go back to include asm-generic/unistd.h for arm64
` [PATCH v3 3/3] tools headers: Don't check arm64's unistd.h

[PATCH] perf test: Fix test perf stat tests for virtualized machines
 2026-01-07 13:01 UTC  (3+ messages)

[PATCH v2] perf build: Raise minimum shellcheck version to 0.7.2
 2026-01-07 11:53 UTC  (3+ messages)

[PATCH] perf build: Raise minimum shellcheck version to 0.7.2
 2026-01-07  8:07 UTC  (3+ messages)

[PATCH v2] perf test perftool_testsuite: Add missing shellcheck source directive
 2026-01-07  7:36 UTC  (2+ messages)

[PATCH 0/3] perf/arm_dsu: Support newer DSUs
 2026-01-06 23:13 UTC  (2+ messages)

[PATCH] perf parse-events: Fix evsel allocation failure
 2026-01-06 22:54 UTC  (3+ messages)

[PATCH v2 1/2] perf data: Allow filtering conversion by time range
 2026-01-06 22:33 UTC  (2+ messages)

[PATCH 0/5] perf build: nondistro build tidyups
 2026-01-06 22:18 UTC  (2+ messages)

[PATCH v1] perf test java symbol: Additional libperf-jvmti.so path check
 2026-01-06 22:06 UTC  (2+ messages)

[PATCH v2] perf test: Fix test case perf evlist tests for s390x
 2026-01-06 21:43 UTC  (3+ messages)

[PATCH V2 00/13] Add DMR/NVL and missing PTL uncore support
 2026-01-06 21:19 UTC  (23+ messages)
` [PATCH V2 01/13] perf/x86/intel/uncore: Move uncore discovery init struct to header
` [PATCH V2 02/13] perf/x86/intel/uncore: Support per-platform discovery base devices
` [PATCH V2 03/13] perf/x86/intel/uncore: Remove has_generic_discovery_table()
` [PATCH V2 06/13] perf/x86/intel/uncore: Add domain global init callback
` [PATCH V2 08/13] perf/x86/intel/uncore: Support IIO free-running counters on DMR
` [PATCH V2 09/13] perf/x86/intel/uncore: Support uncore constraint ranges
` [PATCH V2 10/13] perf/x86/intel/uncore: Update DMR uncore constraints preliminarily
` [PATCH V2 12/13] perf/x86/intel/uncore: Add missing PMON units for Panther Lake
` [PATCH V2 13/13] perf/x86/intel/uncore: Add Nova Lake support

[PATCH] perf: Fix refcount warning on event->mmap_count increment
 2026-01-06 20:35 UTC  (5+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH RESEND bpf-next v7 0/2] Pass external callchain entry to get_perf_callchain
 2026-01-06 16:00 UTC  (4+ messages)
` [PATCH bpf-next v7 2/2] bpf: Hold the perf callchain entry until used completely

[PATCH RESEND v4 0/8] perf arm_spe: Extend operations
 2026-01-06 12:07 UTC  (9+ messages)
` [PATCH RESEND v4 1/8] perf/uapi: Extend data source fields
` [PATCH RESEND v4 2/8] tools/include: Sync uapi/linux/perf.h with the kernel sources
` [PATCH RESEND v4 3/8] perf mem: Print extended fields
` [PATCH RESEND v4 4/8] perf arm_spe: Set extended fields in data source
` [PATCH RESEND v4 5/8] perf sort: Support sort ASE and SME
` [PATCH RESEND v4 6/8] perf sort: Sort disabled and full predicated flags
` [PATCH RESEND v4 7/8] perf report: Update document for SIMD flags
` [PATCH RESEND v4 8/8] perf arm_spe: Improve SIMD flags setting

[PATCH v4 0/8] perf arm_spe: Extend operations
 2026-01-06 11:56 UTC  (9+ messages)
` [PATCH v4 1/8] perf/uapi: Extend data source fields
` [PATCH v4 2/8] tools/include: Sync uapi/linux/perf.h with the kernel sources
` [PATCH v4 3/8] perf mem: Print extended fields
` [PATCH v4 4/8] perf arm_spe: Set extended fields in data source
` [PATCH v4 5/8] perf sort: Support sort ASE and SME
` [PATCH v4 6/8] perf sort: Sort disabled and full predicated flags
` [PATCH v4 7/8] perf report: Update document for SIMD flags
` [PATCH v4 8/8] perf arm_spe: Improve SIMD flags setting

[RFC PATCH] perf/arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-01-06 10:54 UTC  (7+ messages)

[Patch v5 00/19] Support SIMD/eGPRs/SSP registers sampling for perf
 2026-01-06  7:27 UTC  (17+ messages)
` [Patch v5 13/19] perf/x86: Enable SSP sampling using sample_regs_* fields
` [Patch v5 18/19] perf parse-regs: Support new SIMD sampling format

[PATCH] drivers: perf: use bitmap_empty() where appropriate
 2026-01-05 22:58 UTC  (2+ messages)

[PATCH] perf/arm-cmn: Support CMN-600AE
 2026-01-05 22:58 UTC  (2+ messages)

[PATCH v2] arm64: hw_breakpoint: warn on invalid breakpoint length
 2026-01-05 20:35 UTC  (2+ messages)

[PATCH] arch/powerpc/perf: Fix perf record -d sample loss on non-marked events
 2026-01-05 16:31 UTC  (3+ messages)

[PATCH] perf vendor events arm64: Remove uncountable events
 2026-01-05 10:23 UTC  (5+ messages)

[syzbot] [perf?] KASAN: slab-use-after-free Read in __task_pid_nr_ns
 2026-01-05  2:38 UTC  (3+ messages)

[PATCH] LoongArch: Fix PMU counter allocation for mixed-type event groups
 2026-01-04  4:58 UTC  (2+ messages)

[GIT PULL] perf-tools fixes for v6.19-rc4
 2026-01-02 22:55 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