public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-01 16:21:56 to 2026-04-04 03:44:36 UTC [more...]

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

[PATCH] perf utilities: cln_size header
 2026-04-04  1:16 UTC  (13+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
          ` [PATCH v4] "
              ` [PATCH v5] "
                  ` [PATCH v6] "

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

[PATCH v1] perf tests kwork: Add basic kwork coverage tests
 2026-04-04  0:15 UTC  (2+ messages)

[PATCH] perf trace: Fix potential u64 underflow in duration calculation
 2026-04-04  0:15 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v3 0/7] perf data/pipe handling improvements
 2026-04-04  0:15 UTC  (3+ messages)
` [PATCH v4 0/8] "

[PATCH v3] perf header: Validate build_id filename length to prevent buffer overflow
 2026-04-04  0:15 UTC  (2+ messages)

[PATCH v2 0/3] perf metricgroup: Fix segmentation fault and refine logs
 2026-04-04  0:15 UTC  (6+ 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

[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 v3 00/25] perf tool: Add evsel to perf_sample
 2026-04-03 15:56 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 02/25] perf sample: Make sure perf_sample__init/exit are used

[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 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  (2+ 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] perf header: Validate build_id filename length to prevent buffer overflow
 2026-04-02 17:59 UTC  (4+ messages)

[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  (5+ messages)
` [PATCH v3 1/2] dt-bindings: perf: marvell: Document CN20K DDR PMU
    ` [EXTERNAL] "

[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  (2+ 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  (3+ messages)
` [PATCH 1/3] perf sched stats: Fix SIGCHLD race in schedstat_record()


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