public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-18 17:58:27 to 2026-03-22 12:00:27 UTC [more...]

[PATCH v4 00/30] tools build: Append -fzero-init-padding-bits=all option
 2026-03-22 12:00 UTC  (3+ messages)
` [PATCH v4 18/30] tools: iio: Append extra cflags

[PATCH v1 1/2] libbpf: Fix strict aliasing violations in hashmap
 2026-03-22  0:58 UTC  (14+ messages)
` [PATCH v1 2/2] perf tools: "
            ` [PATCH v2 0/4] perf hashmap: Separate perf's hashmap code from libbpf
              ` [PATCH v2 1/4] perf build: Don't check difference of perf and libbpf hashmap
              ` [PATCH v2 2/4] perf hashmap: Rename hashmap to perf_hashmap to avoid libbpf conflict
              ` [PATCH v2 3/4] perf hashmap: Fix strict aliasing violations in hashmap
              ` [PATCH v2 4/4] perf hashmap: Remove errptr usage from hashmap

[RFC PATCH v1 7/7] perf unwind-libunwind: Add RISC-V libunwind support
 2026-03-21 23:42 UTC  (8+ messages)
` [PATCH v2 0/8] perf libunwind multiple remote support
    ` [PATCH v1 0/2] perf build: Remove libunwind support
      ` [PATCH v1 1/2] "
      ` [PATCH v1 2/2] tools build: Remove libunwind feature tests

[PATCH] perf utilities: cln_size header
 2026-03-21 20:41 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
          ` [PATCH v4] "

[PATCH 0/3] rtla: Migrate to libsubcmd for command line option parsing
 2026-03-21 16:08 UTC  (6+ messages)
` [PATCH 1/3] rtla: Add libsubcmd dependency
` [PATCH 2/3] tools subcmd: support optarg as separate argument
` [PATCH 3/3] rtla: Parse cmdline using libsubcmd

[PATCH] perf/core: update outdated comment for refactored ctx_flexible_sched_in()
 2026-03-21 10:58 UTC 

[PATCH v1] perf tests task-analyzer: Write all test files to tmpdir
 2026-03-21  6:16 UTC 

[PATCH v1 1/2] perf sched: Avoid segv if tp_handler not set
 2026-03-21  6:14 UTC  (2+ messages)
` [PATCH v1 2/2] perf tests sched stats: Write output to temp file

[PATCH] libperf cpumap: Fix argument x range [] exceeds maximum object size
 2026-03-21  6:05 UTC  (3+ messages)
` [PATCH v1] libperf cpumap: Make index and nr types unsigned

[PATCH v1] perf disasm: Fix potential use-after-free on fileloc
 2026-03-21  4:27 UTC  (3+ messages)

[PATCH v1] perf ftrace: Proper error clean up in print_profile_result
 2026-03-21  2:50 UTC  (2+ messages)

[PATCH v1] perf build: Revert "enable -fno-strict-aliasing"
 2026-03-21  2:49 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3] tools: perf: add comm_nodigit column
 2026-03-20 23:45 UTC 

[PATCH v1] perf build: Add -funsigned-char to default CFLAGS
 2026-03-20 23:00 UTC  (2+ messages)

[PATCH v2 0/1] perf: Add --pmu-filter option for filtering PMUs
 2026-03-20 22:56 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH v1] perf inject: Factor build ID inject out into a separate tool
 2026-03-20 22:35 UTC 

[PATCH v2] tools: perf: add comm_ignore_digit column
 2026-03-20 22:07 UTC  (5+ messages)

[PATCH v1 00/25] perf tool: Add evsel to perf_sample
 2026-03-20 19:26 UTC  (82+ messages)
` [PATCH v1 01/25] perf sample: Document struct perf_sample
` [PATCH v2 00/25] perf tool: Add evsel to perf_sample
  ` [PATCH v2 01/25] perf sample: Document struct perf_sample
  ` [PATCH v2 02/25] perf sample: Make sure perf_sample__init/exit are used
  ` [PATCH v2 03/25] perf sample: Add evsel to struct perf_sample
  ` [PATCH v2 04/25] perf tool: Remove evsel from tool APIs that pass the sample
  ` [PATCH v2 05/25] perf kvm: Don't pass evsel with sample
  ` [PATCH v2 06/25] perf evsel: Refactor evsel__intval to perf_sample__intval
  ` [PATCH v2 07/25] perf trace: Don't pass evsel with sample
  ` [PATCH v2 08/25] perf callchain: Don't pass evsel and sample
  ` [PATCH v2 09/25] perf lock: Only pass sample to handlers
  ` [PATCH v2 10/25] perf lock: Constify trace_lock_handler variables
  ` [PATCH v2 11/25] perf hist: Remove evsel parameter from inc samples functions
  ` [PATCH v2 12/25] perf db-export: Remove evsel from struct export_sample
  ` [PATCH v2 13/25] perf hist: Remove evsel from struct hist_entry_iter
  ` [PATCH v2 14/25] perf report: Directly use sample->evsel to avoid computing from sample->id
  ` [PATCH v2 15/25] perf annotate: Don't pass evsel to add_sample
  ` [PATCH v2 16/25] perf inject: Don't pass evsel with sample
  ` [PATCH v2 17/25] perf kmem: "
  ` [PATCH v2 18/25] perf kwork: "
  ` [PATCH v2 19/25] perf sched: "
  ` [PATCH v2 20/25] perf timechart: "
  ` [PATCH v2 21/25] perf trace: "
  ` [PATCH v2 22/25] perf evlist: Try to avoid computing evsel from sample
  ` [PATCH v2 23/25] perf script: Don't pass evsel with sample
  ` [PATCH v2 24/25] perf s390-sample-raw: "
  ` [PATCH v2 25/25] perf evsel: "
  ` [PATCH v3 00/25] perf tool: Add evsel to perf_sample
    ` [PATCH v3 01/25] perf sample: Document struct perf_sample
    ` [PATCH v3 02/25] perf sample: Make sure perf_sample__init/exit are used
    ` [PATCH v3 03/25] perf sample: Add evsel to struct perf_sample
    ` [PATCH v3 04/25] perf tool: Remove evsel from tool APIs that pass the sample
    ` [PATCH v3 05/25] perf kvm: Don't pass evsel with sample
    ` [PATCH v3 06/25] perf evsel: Refactor evsel__intval to perf_sample__intval
    ` [PATCH v3 07/25] perf trace: Don't pass evsel with sample
    ` [PATCH v3 08/25] perf callchain: Don't pass evsel and sample
    ` [PATCH v3 09/25] perf lock: Only pass sample to handlers
    ` [PATCH v3 10/25] perf lock: Constify trace_lock_handler variables
    ` [PATCH v3 11/25] perf hist: Remove evsel parameter from inc samples functions
    ` [PATCH v3 12/25] perf db-export: Remove evsel from struct export_sample
    ` [PATCH v3 13/25] perf hist: Remove evsel from struct hist_entry_iter
    ` [PATCH v3 14/25] perf report: Directly use sample->evsel to avoid computing from sample->id
    ` [PATCH v3 15/25] perf annotate: Don't pass evsel to add_sample
    ` [PATCH v3 16/25] perf inject: Don't pass evsel with sample
    ` [PATCH v3 17/25] perf kmem: "
    ` [PATCH v3 18/25] perf kwork: "
    ` [PATCH v3 19/25] perf sched: "
    ` [PATCH v3 20/25] perf timechart: "
    ` [PATCH v3 21/25] perf trace: "
    ` [PATCH v3 22/25] perf evlist: Try to avoid computing evsel from sample
    ` [PATCH v3 23/25] perf script: Don't pass evsel with sample
    ` [PATCH v3 24/25] perf s390-sample-raw: "
    ` [PATCH v3 25/25] perf evsel: "
    ` [PATCH v4 00/25] perf tool: Add evsel to perf_sample
      ` [PATCH v4 01/25] perf sample: Document struct perf_sample
      ` [PATCH v4 02/25] perf sample: Make sure perf_sample__init/exit are used
      ` [PATCH v4 03/25] perf sample: Add evsel to struct perf_sample
      ` [PATCH v4 04/25] perf tool: Remove evsel from tool APIs that pass the sample
      ` [PATCH v4 05/25] perf kvm: Don't pass evsel with sample
      ` [PATCH v4 06/25] perf evsel: Refactor evsel__intval to perf_sample__intval
      ` [PATCH v4 07/25] perf trace: Don't pass evsel with sample
      ` [PATCH v4 08/25] perf callchain: Don't pass evsel and sample
      ` [PATCH v4 09/25] perf lock: Only pass sample to handlers
      ` [PATCH v4 10/25] perf lock: Constify trace_lock_handler variables
      ` [PATCH v4 11/25] perf hist: Remove evsel parameter from inc samples functions
      ` [PATCH v4 12/25] perf db-export: Remove evsel from struct export_sample
      ` [PATCH v4 13/25] perf hist: Remove evsel from struct hist_entry_iter
      ` [PATCH v4 14/25] perf report: Directly use sample->evsel to avoid computing from sample->id
      ` [PATCH v4 15/25] perf annotate: Don't pass evsel to add_sample
      ` [PATCH v4 16/25] perf inject: Don't pass evsel with sample
      ` [PATCH v4 17/25] perf kmem: "
      ` [PATCH v4 18/25] perf kwork: "
      ` [PATCH v4 19/25] perf sched: "
      ` [PATCH v4 20/25] perf timechart: "
      ` [PATCH v4 21/25] perf trace: "
      ` [PATCH v4 22/25] perf evlist: Try to avoid computing evsel from sample
      ` [PATCH v4 23/25] perf script: Don't pass evsel with sample
      ` [PATCH v4 24/25] perf s390-sample-raw: Don't pass evsel or its PMU "
      ` [PATCH v4 25/25] perf evsel: Don't pass evsel "

[PATCH] perf/x86/intel: Don't update PEBS_ENABLE MSR in NMI context
 2026-03-20 18:58 UTC  (2+ messages)

[PATCH v6 0/5] perf evsel fallback changes, better s390 defaults
 2026-03-20 18:12 UTC  (15+ messages)
` [PATCH v7 "
  ` [PATCH v7 3/5] perf evsel: Constify option arguments to config functions
  ` [PATCH v7 4/5] perf callchain: Refactor callchain option parsing
  ` [PATCH v7 5/5] perf evlist: Improve default event for s390
  ` [PATCH v8 0/5] perf evsel fallback changes, better s390 defaults
    ` [PATCH v8 1/5] perf evsel: Improve falling back from cycles
    ` [PATCH v8 2/5] perf target: Constify simple check functions
    ` [PATCH v8 3/5] perf evsel: Constify option arguments to config functions
    ` [PATCH v8 4/5] perf callchain: Refactor callchain option parsing
    ` [PATCH v8 5/5] perf evlist: Improve default event for s390

[PATCH v2 00/11] perf tools: Improvements to data type profiler
 2026-03-20 18:12 UTC  (2+ messages)

Kernel Bug: rcu detected stall in __run_timers
 2026-03-20 11:23 UTC 

[PATCH] perf/x86/intel/p4: Fix unused variable warning in p4_pmu_init()
 2026-03-20 11:23 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2] perf/x86/intel/p4: Fix unused variable warning in p4_pmu_init()
 2026-03-20 11:13 UTC 

Kernel bug: rcu detected stall in __run_timers
 2026-03-20  8:54 UTC 

[REGRESSION] perf build failed after 5cf6e76e4f4f ("libperf: Don't remove -g when EXTRA_CFLAGS are used") on riscv64 with gcc 13
 2026-03-20  3:28 UTC  (3+ messages)

Kernel bug: rcu detected stall in __run_timers
 2026-03-20  3:27 UTC 

[PATCH v9 0/7] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-03-20  3:26 UTC  (14+ messages)
` [PATCH v9 1/7] arm64/acpi: Add acpi_get_cpu_uid() and switch arm_cspmu to use it
` [PATCH v9 2/7] loongarch/acpi: Add acpi_get_cpu_uid() declaration and implementation
` [PATCH v9 3/7] riscv/acpi: Add acpi_get_cpu_uid() implementation and update users
` [PATCH v9 4/7] x86/acpi: Add acpi_get_cpu_uid() implementation and update Xen users
` [PATCH v9 5/7] ACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.h
` [PATCH v9 6/7] ACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()
` [PATCH v9 7/7] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform

[PATCH v10 0/8] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-03-20  3:17 UTC  (9+ messages)
` [PATCH v10 1/8] arm64: acpi: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrieval
` [PATCH v10 2/8] LoongArch: "
` [PATCH v10 3/8] RISC-V: ACPI: "
` [PATCH v10 4/8] x86/acpi: "
` [PATCH v10 5/8] ACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.h
` [PATCH v10 6/8] perf: arm_cspmu: Switch to acpi_get_cpu_uid() from get_acpi_id_for_cpu()
` [PATCH v10 7/8] ACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()
` [PATCH v10 8/8] PCI/TPH: Pass ACPI Processor UID to Cache Locality _DSM

[PATCH v1 1/2] perf lock: Fix option value type in parse_max_stack
 2026-03-19 23:33 UTC  (4+ messages)
` [PATCH v1 2/2] perf stat: Fix opt->value type for parse_cache_level
` [PATCH v2 1/2] perf lock: Fix option value type in parse_max_stack
  ` [PATCH v2 2/2] perf stat: Fix opt->value type for parse_cache_level

[PATCH] perf symbol: Add RISCV case in get_plt_sizes
 2026-03-19 17:24 UTC  (2+ messages)

[PATCH] perf intel-tpebs: Remove duplicate include of stat.h
 2026-03-19 17:24 UTC  (6+ messages)

[PATCH] perf symbol: Remove duplicate include of debug.h
 2026-03-19 17:24 UTC  (2+ messages)

[PATCH v2 1/2] perf: tools: cs-etm: Fix print issue for Coresight debug in ETE/TRBE trace
 2026-03-19 17:24 UTC  (2+ messages)

[PATCH v5 0/1] perf record: Add support for arch_sdt_arg_parse_op() on s390
 2026-03-19  8:47 UTC  (2+ messages)
` [PATCH v5 1/1] "

[PATCH v8 1/3] ACPI: Refactor get_acpi_id_for_cpu() to acpi_get_cpu_uid() on non-x86
 2026-03-19  7:13 UTC  (3+ messages)

[PATCH v3] perf test: Fix perf stat --bpf-counters on hybrid machines
 2026-03-19  6:45 UTC 

kvm guests crash when running "perf kvm top"
 2026-03-19  4:06 UTC  (4+ messages)

perf stat issue with 7.0.0rc3
 2026-03-19  1:01 UTC  (2+ messages)
` [PATCH v1] perf metrics: Make common stalled metrics conditional on having the event

[PATCH 1/1 fyi] tools headers: Syncronize linux/build_bug.h with the kernel sources
 2026-03-18 20:48 UTC  (2+ messages)

[PATCH 1/1 fyi] tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources
 2026-03-18 18:50 UTC 

[PATCH 1/1 fyi] tools arch x86: Sync the msr-index.h copy with the kernel sources
 2026-03-18 18:45 UTC 

[PATCH 0/2] perf: tools: cs-etm: Fixes for CoreSight debug dump
 2026-03-18 18:45 UTC  (5+ messages)
` [PATCH 2/2] perf: tools: cs-etm: Enhance raw Coresight trace debug display


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox