public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-01 05:27:09 to 2026-04-03 20:40:39 UTC [more...]

[PATCH v3 00/25] perf tool: Add evsel to perf_sample
 2026-04-03 20:39 UTC  (13+ messages)
` [PATCH v4 "
  ` [PATCH v4 02/25] perf sample: Make sure perf_sample__init/exit are used
    ` [PATCH v5 00/25] perf tool: Add evsel to perf_sample
      ` [PATCH v5 01/25] perf sample: Document struct perf_sample
      ` [PATCH v5 02/25] perf sample: Make sure perf_sample__init/exit are used
      ` [PATCH v5 03/25] perf sample: Add evsel to struct perf_sample
      ` [PATCH v5 04/25] perf tool: Remove evsel from tool APIs that pass the sample
      ` [PATCH v5 05/25] perf kvm: Don't pass evsel with sample
      ` [PATCH v5 06/25] perf evsel: Refactor evsel tracepoint sample accessors perf_sample

[RFC PATCH v1] perf test: Fix perf stat --bpf-counters on hybrid machines
 2026-04-03 19:20 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V7 0/7] Miscellaneous Intel uncore patches
 2026-04-03 17:21 UTC  (5+ messages)
` [PATCH V7 1/4] perf/x86/intel/uncore: Fix iounmap() leak on global_init failure
` [PATCH V7 2/4] perf/x86/intel/uncore: Skip discovery table for offline dies
` [PATCH V7 3/4] perf/x86/intel/uncore: Do not treat -1 die_id as error during UBOX scan
` [PATCH V7 4/4] perf/x86/intel/uncore: Remove extra double quote mark

[PATCH v1] perf cgroup: Update metric leader in evlist__expand_cgroup
 2026-04-03 15:58 UTC  (3+ messages)

[PATCH] tools/perf/test: Check for perf stat return code in perf all PMU test
 2026-04-03 15:39 UTC  (10+ messages)

[PATCH v1 1/2] perf sched: Avoid segv if tp_handler not set
 2026-04-03 15:29 UTC  (5+ messages)

[PATCH v2 00/16] perf arm64: Support data type profiling
 2026-04-03  9:48 UTC  (17+ messages)
` [PATCH v2 01/16] perf llvm: Fix arm64 adrp instruction disassembly mismatch with objdump
` [PATCH v2 02/16] perf capstone: Fix arm64 jump/adrp "
` [PATCH v2 03/16] perf annotate-arm64: Generalize arm64_mov__parse to support standard operands
` [PATCH v2 04/16] perf annotate-arm64: Handle load and store instructions
` [PATCH v2 05/16] perf annotate: Introduce extract_op_location callback for arch-specific parsing
` [PATCH v2 06/16] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v2 07/16] perf annotate-arm64: Implement extract_op_location() callback
` [PATCH v2 08/16] perf annotate-arm64: Enable instruction tracking support
` [PATCH v2 09/16] perf annotate-arm64: Support load instruction tracking
` [PATCH v2 10/16] perf annotate-arm64: Support store "
` [PATCH v2 11/16] perf annotate-arm64: Support stack variable tracking
` [PATCH v2 12/16] perf annotate-arm64: Support 'mov' instruction tracking
` [PATCH v2 13/16] perf annotate-arm64: Support 'add' "
` [PATCH v2 14/16] perf annotate-arm64: Support 'adrp' instruction to track global variables
` [PATCH v2 15/16] perf annotate-arm64: Support per-cpu variable access tracking
` [PATCH v2 16/16] perf annotate-arm64: Support 'mrs' instruction to track 'current' pointer

[PATCH v1] perf ftrace: Proper error clean up in print_profile_result
 2026-04-03  3:13 UTC  (4+ messages)

[PATCH v2 0/3] perf addr2line: Rework disable_add2line_warn
 2026-04-03  2:16 UTC  (7+ messages)
` [PATCH v2 1/3] perf config: Rename symbol_conf::disable_add2line_warn
` [PATCH v2 2/3] perf config: Make symbol_conf::addr2line_disable_warn configurable
` [PATCH v2 3/3] perf addr2line: Remove global variable addr2line_timeout_ms

[PATCH] perf trace: Fix potential u64 underflow in duration calculation
 2026-04-03  1:40 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v4] perf pmu intel: Adjust cpumaks for sub-NUMA clusters on Emeraldrapids
 2026-04-03  1:05 UTC  (2+ messages)

[PATCH V6 0/5] Miscellaneous Intel uncore patches
 2026-04-03  0:58 UTC  (7+ messages)
` [PATCH V6 4/5] perf/x86/intel/uncore: Fix PMON enumeration with NUMA disabled

[PATCH v1] perf test: Stat std output match 2 metrics for stalled-cycles-backend
 2026-04-02 22:04 UTC 

[PATCH 0/8] mm: globalize rest_of_page() macro
 2026-04-02 21:58 UTC  (3+ messages)
` [PATCH 8/8] arch: use rest_of_page() macro where appropriate

[PATCH v3] perf test: Skip perf data type profiling tests for s390
 2026-04-02 21:57 UTC  (3+ messages)

[PATCH] perf dso: prevent null dsos from being added
 2026-04-02 21:57 UTC  (3+ messages)

[PATCH] perf symbols: Fix module symbol resolution for non-zero .text sh_addr
 2026-04-02 21:57 UTC  (4+ messages)

[PATCH v2] tools/perf: Fix ratio_to_prev event parsing test
 2026-04-02 21:57 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v2] perf stat: Fix crash on arm64
 2026-04-02 21:57 UTC  (9+ messages)

[PATCH v2] perf trace: Skip unnecessary synthesis for summary-only mode
 2026-04-02 21:57 UTC  (3+ messages)

[PATCH v3] perf pmu intel: Adjust cpumaks for sub-NUMA clusters on Emeraldrapids
 2026-04-02 20:54 UTC  (5+ messages)

[PATCH v2 0/3] perf metricgroup: Fix segmentation fault and refine logs
 2026-04-02 20:32 UTC  (5+ messages)
` [PATCH v2 1/3] perf expr: Return -EINVAL for syntax error in expr__find_ids()
` [PATCH v2 2/3] perf expr: Add '\n' in literal parse errors
` [PATCH v2 3/3] perf metricgroup: Refine error logs

[PATCH v2] perf header: Validate build_id filename length to prevent buffer overflow
 2026-04-02 17:59 UTC  (4+ messages)

[PATCH v3] perf header: Validate build_id filename length to prevent buffer overflow
 2026-04-02 16:04 UTC 

[PATCHES v3 perf-tools-next 0/4] Cleanups and a fix
 2026-04-02 15:48 UTC  (7+ messages)
` [PATCH 1/4] perf tools: Make more global variables static
` [PATCH 2/4] perf bench: Constify tables
` [PATCH 3/4] perf tools: Use calloc() were applicable
` [PATCH 4/4] perf symbol: Add missing libgen.h include to get basename() prototype

[PATCH 0/4] perf arm_spe: Dump IMPDEF events
 2026-04-02 15:30 UTC  (13+ messages)
` [PATCH 1/4] perf arm_spe: Make a function to get the MIDR
` [PATCH 2/4] perf arm_spe: Turn event name mappings into an array
` [PATCH 3/4] perf arm_spe: Decode Arm N1 IMPDEF events
` [PATCH 4/4] perf arm_spe: Print remaining IMPDEF event numbers

[PATCH v3 0/2] perf: marvell: Add CN20K DDR PMU support
 2026-04-02  9:07 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: perf: marvell: Document CN20K DDR PMU
    ` [EXTERNAL] "
` [PATCH v3 2/2] perf: marvell: Add CN20K DDR PMU support

[RFT PATCH 0/7] perf tool: Support iostat for multiple platforms
 2026-04-02  1:14 UTC  (5+ messages)

[PATCH 0/3] perf addr2line: Rework disable_add2line_warn
 2026-04-02  0:03 UTC  (9+ messages)
` [PATCH 1/3] perf config: Rename symbol_conf::disable_add2line_warn
` [PATCH 2/3] perf config: Make symbol_conf::addr2line_disable_warn configurable
` [PATCH 3/3] perf addr2line: Remove global variable addr2line_timeout_ms

[PATCH] perf probe: Improve C++ support in arguments
 2026-04-01 23:23 UTC  (4+ messages)

[PATCHES v2 perf-tools-next 0/4] Cleanups and a fix
 2026-04-01 23:15 UTC  (7+ messages)
` [PATCH 1/4] perf tools: Make more global variables static
` [PATCH 2/4] perf bench: Constify tables
` [PATCH 3/4] perf tools: Use calloc() were applicable
` [PATCH 4/4] perf symbol: Add missing libgen.h include to get basename() prototype

[PATCHES perf-tools-next 0/4] Cleanups and a fix
 2026-04-01 23:10 UTC  (12+ messages)
` [PATCH 1/4] perf tools: Make more global variables static
` [PATCH 1/2] tools: Move tools/include/uapi/drm to tools/perf/trace/beauty/include/uapi
` [PATCH 2/2] perf beauty: Move copy of fadvise.h from tools/include/ to tools/perf/trace/beauty/include/
` [PATCH 2/4] perf bench: Constify tables
` [PATCH 3/4] perf tools: Use calloc() were applicable
` [PATCH 4/4] perf symbol: Add missing libgen.h include to get basename() prototype

[PATCH v3] perf test: Fix perf stat --bpf-counters on hybrid machines
 2026-04-01 21:52 UTC  (2+ messages)

[PATCH v1] perf tests task-analyzer: Write all test files to tmpdir
 2026-04-01 21:52 UTC  (3+ messages)
` [PATCH v3] perf tests task-analyzer: Write "

[PATCHES perf-tools-next 0/2] Move some headers out of tools/include/ to tools/perf/trace/beauty/include
 2026-04-01 21:52 UTC  (2+ messages)

[PATCH v1] perf build: Add -funsigned-char to default CFLAGS
 2026-04-01 21:52 UTC  (6+ messages)

[PATCH v2 0/2] perf tests: Add tests for uncore and perf metric event sorting
 2026-04-01 21:48 UTC  (4+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] perf tests: Add test for uncore "

[PATCH] perf header: Validate build_id filename length to prevent buffer overflow
 2026-04-01 20:48 UTC  (2+ messages)

[PATCH v1] perf: Make more global variables static
 2026-04-01 20:10 UTC  (6+ messages)

[PATCH v4 1/2] perf: Reveal PMU type in fdinfo
 2026-04-01 16:32 UTC  (4+ messages)

[PATCH 0/3] perf: Fix SIGCHLD vs pause() race with short-lived workloads
 2026-04-01 16:26 UTC  (6+ messages)
` [PATCH 1/3] perf sched stats: Fix SIGCHLD race in schedstat_record()
` [PATCH 2/3] perf sched stats: Fix SIGCHLD race in schedstat_live()
` [PATCH 3/3] perf lock contention: Fix SIGCHLD race in __cmd_contention()

[PATCH v2 0/7] perf data/pipe handling improvements
 2026-04-01 16:13 UTC  (24+ messages)
` [PATCH v2 4/7] perf header: Refactor pipe mode end marker handling
` [PATCH v2 5/7] perf ordered-events: Event processing consistency with the regular reader
` [PATCH v3 0/7] perf data/pipe handling improvements
  ` [PATCH v3 1/7] perf clockid: Add missing include
  ` [PATCH v3 2/7] perf header: Add utility to convert feature number to a string
  ` [PATCH v3 3/7] perf session: Extra logging for failed to process events
  ` [PATCH v3 4/7] perf header: Refactor pipe mode end marker handling
  ` [PATCH v3 5/7] perf ordered-events: Event processing consistency with the regular reader
  ` [PATCH v3 6/7] perf evsel: Make unknown event names more unique
  ` [PATCH v3 7/7] perf data convert ctf: Pipe mode improvements
  ` [PATCH v4 0/8] perf data/pipe handling improvements
    ` [PATCH v4 1/8] perf clockid: Add missing include
    ` [PATCH v4 2/8] perf header: Add utility to convert feature number to a string
    ` [PATCH v4 3/8] perf header: Properly warn/print when libtraceevent/libbpf support is missing
    ` [PATCH v4 4/8] perf session: Extra logging for failed to process events
    ` [PATCH v4 5/8] perf header: Refactor pipe mode end marker handling
    ` [PATCH v4 6/8] perf ordered-events: Event processing consistency with the regular reader
    ` [PATCH v4 7/8] perf evsel: Make unknown event names more unique
    ` [PATCH v4 8/8] perf data convert ctf: Pipe mode improvements

[RESEND PATCH v3] perf tests: mmap-basic: fix user rdpmc detection logic
 2026-04-01 14:25 UTC  (3+ messages)

[PATCH v10 0/8] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-04-01  8:22 UTC  (3+ messages)

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

[PATCH 0/2] Two semi-related perf throttling fixes
 2026-04-01  8:01 UTC  (2+ messages)

[PATCH v5 00/10] perf sched: Introduce stats tool
 2026-04-01  7:04 UTC  (6+ messages)
` [PATCH v5 07/10] perf sched stats: Add support for live mode

[PATCH v2] perf test: Skip perf data type profiling tests for s390
 2026-04-01  6:06 UTC  (2+ messages)

perf stat issue with 7.0.0rc3
 2026-04-01  5:55 UTC  (3+ messages)
` [PATCH v1] perf metrics: Make common stalled metrics conditional on having the event


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