messages from 2026-04-10 22:05:13 to 2026-04-13 02:48:10 UTC [more...]
[PATCH v2 0/8] perf libunwind multiple remote support
2026-04-13 2:47 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v4 "
[PATCH v7 00/23] perf tool: Add evsel to perf_sample
2026-04-13 2:30 UTC (159+ messages)
` [PATCH v8 00/29] "
` [PATCH v8 01/29] perf sample: Fix documentation typo
` [PATCH v8 02/29] perf tool: Remove evsel from tool APIs that pass the sample
` [PATCH v8 03/29] perf kvm: Don't pass evsel with sample
` [PATCH v8 04/29] perf evsel: Refactor evsel tracepoint sample accessors perf_sample
` [PATCH v8 05/29] perf trace: Don't pass evsel with sample
` [PATCH v8 06/29] perf callchain: Don't pass evsel and sample
` [PATCH v8 07/29] perf lock: Only pass sample to handlers
` [PATCH v8 08/29] perf lock: Constify trace_lock_handler variables
` [PATCH v8 09/29] perf hist: Remove evsel parameter from inc samples functions
` [PATCH v8 10/29] perf db-export: Remove evsel from struct export_sample
` [PATCH v8 11/29] perf hist: Remove evsel from struct hist_entry_iter
` [PATCH v8 12/29] perf report: Directly use sample->evsel to avoid computing from sample->id
` [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 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
[PATCH v2 0/6] perf arm_spe: Dump IMPDEF events
2026-04-11 1:08 UTC (5+ messages)
` [PATCH v2 6/6] perf arm_spe: Print remaining IMPDEF event numbers
[PATCH 0/1] perf build: fix "argument list too long" in second location
2026-04-11 1:07 UTC (4+ messages)
` [PATCH 1/1] "
[PATCHES perf-tools-next v2 00/13] Sanity check perf.data headers
2026-04-10 22:45 UTC (21+ messages)
` [PATCH 01/13] perf header: Validate nr_domains when reading HEADER_CPU_DOMAIN_INFO
` [PATCH 02/13] perf header: Bump up the max number of command line args allowed
` [PATCH 03/13] perf header: Sanity check HEADER_NRCPUS and HEADER_CPU_DOMAIN_INFO
` [PATCH 04/13] perf header: Sanity check HEADER_CPU_TOPOLOGY
` [PATCH 05/13] perf header: Sanity check HEADER_NUMA_TOPOLOGY
` [PATCH 06/13] perf header: Sanity check HEADER_MEM_TOPOLOGY
` [PATCH 07/13] perf header: Sanity check HEADER_PMU_MAPPINGS
` [PATCH 08/13] perf header: Sanity check HEADER_GROUP_DESC
` [PATCH 09/13] perf header: Sanity check HEADER_CACHE
` [PATCH 10/13] perf header: Sanity check HEADER_HYBRID_TOPOLOGY
` [PATCH 11/13] perf header: Sanity check HEADER_PMU_CAPS
` [PATCH 12/13] perf header: Sanity check HEADER_BPF_PROG_INFO
` [PATCH 13/13] perf header: Add sanity checks to HEADER_BPF_BTF processing
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox