public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-11 06:57:52 to 2026-04-13 04:13:05 UTC [more...]

[PATCH v7 00/23] perf tool: Add evsel to perf_sample
 2026-04-13  4:11 UTC  (177+ messages)
` [PATCH v8 00/29] "
  ` [PATCH v8 13/29] perf annotate: Don't pass evsel to add_sample
  ` [PATCH v8 14/29] perf inject: Don't pass evsel with sample
  ` [PATCH v8 15/29] perf kmem: "
  ` [PATCH v8 16/29] perf kwork: "
  ` [PATCH v8 17/29] perf sched: "
  ` [PATCH v8 18/29] perf timechart: "
  ` [PATCH v8 19/29] perf trace: "
  ` [PATCH v8 20/29] perf evlist: Try to avoid computing evsel from sample
  ` [PATCH v8 21/29] perf script: Don't pass evsel with sample
  ` [PATCH v8 22/29] perf s390-sample-raw: Don't pass evsel or its PMU "
  ` [PATCH v8 23/29] perf evsel: Don't pass evsel "
  ` [PATCH v8 24/29] perf kmem: Add bounds checks to tracepoint read values
  ` [PATCH v8 25/29] perf sched: Bounds check CPU in sched switch events
  ` [PATCH v8 26/29] perf timechart: Bounds check CPU
  ` [PATCH v8 27/29] perf evsel: Add bounds checking to trace point raw data accessors
  ` [PATCH v8 28/29] perf kwork: Fix address sanitizer issues
  ` [PATCH v8 29/29] perf kwork: Fix memory management of kwork_work
  ` [PATCH v9 00/29] perf tool: Add evsel to perf_sample
    ` [PATCH v9 01/29] perf sample: Fix documentation typo
    ` [PATCH v9 02/29] perf tool: Remove evsel from tool APIs that pass the sample
    ` [PATCH v9 03/29] perf kvm: Don't pass evsel with sample
    ` [PATCH v9 04/29] perf evsel: Refactor evsel tracepoint sample accessors perf_sample
    ` [PATCH v9 05/29] perf trace: Don't pass evsel with sample
    ` [PATCH v9 06/29] perf callchain: Don't pass evsel and sample
    ` [PATCH v9 07/29] perf lock: Only pass sample to handlers
    ` [PATCH v9 08/29] perf lock: Constify trace_lock_handler variables
    ` [PATCH v9 09/29] perf hist: Remove evsel parameter from inc samples functions
    ` [PATCH v9 10/29] perf db-export: Remove evsel from struct export_sample
    ` [PATCH v9 11/29] perf hist: Remove evsel from struct hist_entry_iter
    ` [PATCH v9 12/29] perf report: Directly use sample->evsel to avoid computing from sample->id
    ` [PATCH v9 13/29] perf annotate: Don't pass evsel to add_sample
    ` [PATCH v9 14/29] perf inject: Don't pass evsel with sample
    ` [PATCH v9 15/29] perf kmem: "
    ` [PATCH v9 16/29] perf kwork: "
    ` [PATCH v9 17/29] perf sched: "
    ` [PATCH v9 18/29] perf timechart: "
    ` [PATCH v9 19/29] perf trace: "
    ` [PATCH v9 20/29] perf evlist: Try to avoid computing evsel from sample
    ` [PATCH v9 21/29] perf script: Don't pass evsel with sample
    ` [PATCH v9 22/29] perf s390-sample-raw: Don't pass evsel or its PMU "
    ` [PATCH v9 23/29] perf evsel: Don't pass evsel "
    ` [PATCH v9 24/29] perf kmem: Add bounds checks to tracepoint read values
    ` [PATCH v9 25/29] perf sched: Bounds check CPU in sched switch events
    ` [PATCH v9 26/29] perf timechart: Bounds check CPU
    ` [PATCH v9 27/29] perf evsel: Add bounds checking to trace point raw data accessors
    ` [PATCH v9 28/29] perf kwork: Fix address sanitizer issues
    ` [PATCH v9 29/29] perf kwork: Fix memory management of kwork_work
    ` [PATCH v10 00/29] perf tool: Add evsel to perf_sample
      ` [PATCH v10 01/29] perf sample: Fix documentation typo
      ` [PATCH v10 02/29] perf tool: Remove evsel from tool APIs that pass the sample
      ` [PATCH v10 03/29] perf kvm: Don't pass evsel with sample
      ` [PATCH v10 04/29] perf evsel: Refactor evsel tracepoint sample accessors perf_sample
      ` [PATCH v10 05/29] perf trace: Don't pass evsel with sample
      ` [PATCH v10 06/29] perf callchain: Don't pass evsel and sample
      ` [PATCH v10 07/29] perf lock: Only pass sample to handlers
      ` [PATCH v10 08/29] perf lock: Constify trace_lock_handler variables
      ` [PATCH v10 09/29] perf hist: Remove evsel parameter from inc samples functions
      ` [PATCH v10 10/29] perf db-export: Remove evsel from struct export_sample
      ` [PATCH v10 11/29] perf hist: Remove evsel from struct hist_entry_iter
      ` [PATCH v10 12/29] perf report: Directly use sample->evsel to avoid computing from sample->id
      ` [PATCH v10 13/29] perf annotate: Don't pass evsel to add_sample
      ` [PATCH v10 14/29] perf inject: Don't pass evsel with sample
      ` [PATCH v10 15/29] perf kmem: "
      ` [PATCH v10 16/29] perf kwork: "
      ` [PATCH v10 17/29] perf sched: "
      ` [PATCH v10 18/29] perf timechart: "
      ` [PATCH v10 19/29] perf trace: "
      ` [PATCH v10 20/29] perf evlist: Try to avoid computing evsel from sample
      ` [PATCH v10 21/29] perf script: Don't pass evsel with sample
      ` [PATCH v10 22/29] perf s390-sample-raw: Don't pass evsel or its PMU "
      ` [PATCH v10 23/29] perf evsel: Don't pass evsel "
      ` [PATCH v10 24/29] perf kmem: Add bounds checks to tracepoint read values
      ` [PATCH v10 25/29] perf sched: Bounds check CPU in sched switch events
      ` [PATCH v10 26/29] perf timechart: Bounds check CPU
      ` [PATCH v10 27/29] perf evsel: Add bounds checking to trace point raw data accessors
      ` [PATCH v10 28/29] perf kwork: Fix address sanitizer issues
      ` [PATCH v10 29/29] perf kwork: Fix memory management of kwork_work
      ` [PATCH v11 00/33] perf tool: Add evsel to perf_sample
        ` [PATCH v11 01/33] perf sample: Fix documentation typo
        ` [PATCH v11 02/33] perf tool: Remove evsel from tool APIs that pass the sample
        ` [PATCH v11 03/33] perf kvm: Don't pass evsel with sample
        ` [PATCH v11 04/33] perf evsel: Refactor evsel tracepoint sample accessors perf_sample
        ` [PATCH v11 05/33] perf trace: Don't pass evsel with sample
        ` [PATCH v11 06/33] perf callchain: Don't pass evsel and sample
        ` [PATCH v11 07/33] perf lock: Only pass sample to handlers
        ` [PATCH v11 08/33] perf hist: Remove evsel parameter from inc samples functions
        ` [PATCH v11 09/33] perf db-export: Remove evsel from struct export_sample
        ` [PATCH v11 10/33] perf hist: Remove evsel from struct hist_entry_iter
        ` [PATCH v11 11/33] perf report: Directly use sample->evsel to avoid computing from sample->id
        ` [PATCH v11 12/33] perf annotate: Don't pass evsel to add_sample
        ` [PATCH v11 13/33] perf inject: Don't pass evsel with sample
        ` [PATCH v11 14/33] perf kmem: "
        ` [PATCH v11 15/33] perf kwork: "
        ` [PATCH v11 16/33] perf sched: "
        ` [PATCH v11 17/33] perf timechart: "
        ` [PATCH v11 18/33] perf trace: "
        ` [PATCH v11 19/33] perf evlist: Try to avoid computing evsel from sample
        ` [PATCH v11 20/33] perf script: Don't pass evsel with sample
        ` [PATCH v11 21/33] perf s390-sample-raw: Don't pass evsel or its PMU "
        ` [PATCH v11 22/33] perf evsel: Don't pass evsel "
        ` [PATCH v11 23/33] perf lock: Constify trace_lock_handler variables
        ` [PATCH v11 24/33] perf lock: Avoid segv if event is missing a callchain
        ` [PATCH v11 25/33] perf timechart: Fix memory leaks
        ` [PATCH v11 26/33] perf kmem: Fix memory leaks on error path and when skipping
        ` [PATCH v11 27/33] perf synthetic-events: Bound check when synthesizing mmap2 and build_id events
        ` [PATCH v11 28/33] perf kmem: Add bounds checks to tracepoint read values
        ` [PATCH v11 29/33] perf sched: Bounds check CPU in sched switch events
        ` [PATCH v11 30/33] perf timechart: Bounds check CPU
        ` [PATCH v11 31/33] perf evsel: Add bounds checking to trace point raw data accessors
        ` [PATCH v11 32/33] perf kwork: Fix address sanitizer issues
        ` [PATCH v11 33/33] perf kwork: Fix memory management of kwork_work
        ` [PATCH v12 00/33] perf tool: Add evsel to perf_sample
          ` [PATCH v12 01/33] perf sample: Fix documentation typo
          ` [PATCH v12 02/33] perf tool: Remove evsel from tool APIs that pass the sample
          ` [PATCH v12 03/33] perf kvm: Don't pass evsel with sample
          ` [PATCH v12 04/33] perf evsel: Refactor evsel tracepoint sample accessors perf_sample
          ` [PATCH v12 05/33] perf trace: Don't pass evsel with sample
          ` [PATCH v12 06/33] perf callchain: Don't pass evsel and sample
          ` [PATCH v12 07/33] perf lock: Only pass sample to handlers
          ` [PATCH v12 08/33] perf hist: Remove evsel parameter from inc samples functions
          ` [PATCH v12 09/33] perf db-export: Remove evsel from struct export_sample
          ` [PATCH v12 10/33] perf hist: Remove evsel from struct hist_entry_iter
          ` [PATCH v12 11/33] perf report: Directly use sample->evsel to avoid computing from sample->id
          ` [PATCH v12 12/33] perf annotate: Don't pass evsel to add_sample
          ` [PATCH v12 13/33] perf inject: Don't pass evsel with sample
          ` [PATCH v12 14/33] perf kmem: "
          ` [PATCH v12 15/33] perf kwork: "
          ` [PATCH v12 16/33] perf sched: "
          ` [PATCH v12 17/33] perf timechart: "
          ` [PATCH v12 18/33] perf trace: "
          ` [PATCH v12 19/33] perf evlist: Try to avoid computing evsel from sample
          ` [PATCH v12 20/33] perf script: Don't pass evsel with sample
          ` [PATCH v12 21/33] perf s390-sample-raw: Don't pass evsel or its PMU "
          ` [PATCH v12 22/33] perf evsel: Don't pass evsel "
          ` [PATCH v12 23/33] perf lock: Constify trace_lock_handler variables
          ` [PATCH v12 24/33] perf lock: Avoid segv if event is missing a callchain
          ` [PATCH v12 25/33] perf timechart: Fix memory leaks
          ` [PATCH v12 26/33] perf kmem: Fix memory leaks on error path and when skipping
          ` [PATCH v12 27/33] perf synthetic-events: Bound check when synthesizing mmap2 and build_id events
          ` [PATCH v12 28/33] perf kmem: Add bounds checks to tracepoint read values
          ` [PATCH v12 29/33] perf sched: Bounds check CPU in sched switch events

[PATCH v2 0/8] perf libunwind multiple remote support
 2026-04-13  2:48 UTC  (13+ messages)
` [PATCH v3 "
      ` [PATCH v4 "
        ` [PATCH v4 1/8] perf unwind: Refactor get_entries to allow dynamic libdw/libunwind selection
        ` [PATCH v4 2/8] perf build loongarch: Remove reference to missing file
        ` [PATCH v4 3/8] tools build: Deduplicate test-libunwind for different architectures
        ` [PATCH v4 4/8] perf build: Be more programmatic when setting up libunwind variables
        ` [PATCH v4 5/8] perf unwind-libunwind: Make libunwind register reading cross platform
        ` [PATCH v4 6/8] perf unwind-libunwind: Move flush/finish access out of local
        ` [PATCH v4 7/8] perf unwind-libunwind: Remove libunwind-local
        ` [PATCH v4 8/8] perf unwind-libunwind: Add RISC-V libunwind support

[PATCH 0/2] Fix 2 bugs for Intel auto counter reload (ACR)
 2026-04-13  1:35 UTC  (5+ messages)
` [PATCH 1/2] perf/x86/intel: Clear stale ACR mask before updating new mask
` [PATCH 2/2] perf/x86/intel: Disable PMI for self-reloaded ACR events

[PATCH] perf tests: Add auto counter reload (ACR) sampling test
 2026-04-13  1:35 UTC  (4+ messages)

[PATCH v6 0/4] perf arm_spe: Extend SIMD operations
 2026-04-12 19:11 UTC  (2+ messages)

[PATCH] perf annotate: Use jump__delete when freeing LoongArch jumps
 2026-04-12  7:17 UTC  (2+ messages)

[PATCH v1] perf test: Fix inet_pton probe failure due to multiple probes
 2026-04-12  1:14 UTC  (4+ messages)
` [PATCH v2] perf test: Fix inet_pton probe failure and unroll call graph


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