linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-08-07 14:42:01 to 2026-08-10 18:00:09 UTC [more...]

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-10 17:59 UTC  (11+ messages)
` [PATCH v4 01/20] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v4 02/20] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()

[PATCH 0/2] perf/arm: Prefer large AUX mappings for CoreSight and SPE
 2026-08-10 17:41 UTC  (5+ messages)
` [PATCH 1/2] coresight: perf: Prefer large AUX mappings
` [PATCH 2/2] perf: arm_spe: "

[PATCH v6 0/3] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-08-10 16:56 UTC  (5+ messages)
` [PATCH v6 1/3] arm64: Add raw variants of local_daif_save() and local_daif_restore()
` [PATCH v6 2/3] perf/arm64: Add BRBE support for bpf_get_branch_snapshot()
` [PATCH v6 3/3] selftests/bpf: Adjust entry thresholds for ARM64 BRBE

[PATCHES v2 0/7] perf build: Add target to install devel packages needed to build perf
 2026-08-10 16:09 UTC  (9+ messages)
` [PATCH 1/7] tools build: Only probe the compiler at parse time when it is installed
` [PATCH 2/7] perf build: Add install-build-deps framework to install devel packages
` [PATCH 3/7] perf build: install-build-deps: add Fedora devel package mapping
` [PATCH 4/7] perf build: install-build-deps: add Ubuntu "
` [PATCH 5/7] perf build: install-build-deps: add Debian "
` [PATCH 6/7] perf build: Remove leftover feature tests for removed cxx and clang support
` [PATCH 7/7] perf build: install-build-deps: add RHEL family devel package mapping

[PATCH v7 0/3] perf/core: sched_task() dispatch and branch entry fixes
 2026-08-10 14:04 UTC  (7+ messages)
` [PATCH v7 1/3] perf/core: Fix NULL pmu_ctx passed to pmu->sched_task()
` [PATCH v7 2/3] perf/core: Run sched_task() for PMUs with only CPU-wide events
` [PATCH v7 3/3] perf/core: Fill branch entries with a single assignment

[PATCH v4 00/23] perf arm64: Support data type profiling
 2026-08-10 13:08 UTC  (42+ messages)
` [PATCH v4 01/23] perf capstone: Fix arm64 jump/adrp disassembly mismatch with objdump
` [PATCH v4 02/23] perf llvm: Fix arm64 adrp instruction "
` [PATCH v4 03/23] perf annotate-arm64: Generalize arm64_mov__parse to support more instructions
` [PATCH v4 04/23] perf annotate-arm64: Handle load and store instructions
` [PATCH v4 05/23] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v4 06/23] perf annotate: Adapt arch__dwarf_regnum() "
` [PATCH v4 07/23] perf annotate: Introduce extract_op_location callback for arch-specific parsing
` [PATCH v4 08/23] perf annotate-arm64: Implement extract_op_location() callback
` [PATCH v4 09/23] perf annotate: Deduplicate overlapping ARM SPE events for data type profiling
` [PATCH v4 10/23] perf arm-spe: Set default synthesized event period to 1
` [PATCH v4 11/23] perf annotate-data: Extract invalidate_reg_state() as a common helper
` [PATCH v4 12/23] perf annotate-arm64: Enable instruction tracking support
` [PATCH v4 13/23] perf annotate-arm64: Track return type after call instructions
` [PATCH v4 14/23] perf annotate-arm64: Support load instruction tracking
` [PATCH v4 15/23] perf annotate-arm64: Support store "
` [PATCH v4 16/23] perf annotate-data: Expand type_state_reg imm_value to u64
` [PATCH v4 17/23] perf annotate-data: Track imm_value for stack variables
` [PATCH v4 18/23] perf annotate-arm64: Support stack variable tracking
` [PATCH v4 19/23] perf annotate-arm64: Support 'mov' instruction tracking
` [PATCH v4 20/23] perf annotate-arm64: Support 'add' "
` [PATCH v4 21/23] perf annotate-arm64: Support 'adrp' instruction to track global variables
` [PATCH v4 22/23] perf annotate-arm64: Support per-cpu variable access tracking
` [PATCH v4 23/23] perf annotate-arm64: Support 'mrs' instruction to track 'current' pointer

[Patch v3 0/8] perf/x86: Miscellaneous PMU bug fixes and optimizations
 2026-08-10 13:01 UTC  (7+ messages)
` [Patch v3 6/8] perf/x86/intel: Fix intel_cap handling on hybrid PMUs
` [Patch v3 8/8] perf/x86/intel: Prevent drain_pebs() reentry

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-10 11:20 UTC  (12+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 6/9] mm: convert PTE table entry to pte

[PATCH] perf test sample-parsing: Validate PERF_FORMAT_GROUP values without LOST
 2026-08-10  6:19 UTC  (2+ messages)
` [PATCH v2] "

[PATCHES v1 0/7] perf build: Add target to install devel packages needed to build perf
 2026-08-10  6:03 UTC  (10+ messages)
` [PATCH 1/7] tools build: Only probe the compiler at parse time when it is installed
` [PATCH 2/7] perf build: Add install-build-deps framework to install devel packages
` [PATCH 3/7] perf build: install-build-deps: add Fedora devel package mapping
` [PATCH 4/7] perf build: install-build-deps: add Ubuntu "
` [PATCH 5/7] perf build: install-build-deps: add Debian "
` [PATCH 6/7] perf build: Remove leftover feature tests for removed cxx and clang support
` [PATCH 7/7] perf build: install-build-deps: add RHEL family devel package mapping

[PATCH v8 0/9] perf c2c: add a function view
 2026-08-10  5:49 UTC  (11+ messages)
` [PATCH v8 1/9] perf c2c: extract shared data structures into util/c2c.h
` [PATCH v8 2/9] perf c2c: add function view browser skeleton
` [PATCH v8 3/9] perf c2c: add column rendering for function view
` [PATCH v8 4/9] perf c2c: add HPP list parsing for function view columns
` [PATCH v8 5/9] perf c2c: add function view stats merge and memory management
` [PATCH v8 6/9] perf c2c: add function view hierarchy entry creation
` [PATCH v8 7/9] perf c2c: build and finalize the function view hierarchy
` [PATCH v8 8/9] perf c2c: add function view browser UI and cacheline detail
` [PATCH v8 9/9] perf c2c: document function view in perf-c2c man page

[PATCH v2 00/16] perf python: Fix python extension bugs from v19 review
 2026-08-10  5:41 UTC  (23+ messages)
` [PATCH v3 00/15] "
  ` [PATCH v3 01/15] perf script: Fix metric_evlist leak in script_find_metrics
  ` [PATCH v3 02/15] perf stat: Fix evsel_list leak in cmd_stat
  ` [PATCH v3 03/15] perf tools: Fix sb_evlist leaks in top and record
  ` [PATCH v3 04/15] perf python: Fix memory leak in pyrf_evlist__get_pollfd
  ` [PATCH v3 05/15] perf synthetic-events: Fix uninitialized pthread_join
  ` [PATCH v3 06/15] perf test: Fix skiplist leak in cmd_test
  ` [PATCH v3 07/15] perf python: Check counts_values size in set_values
  ` [PATCH v3 08/15] perf python: Validate CPU and thread maps in pyrf_evsel__open
  ` [PATCH v3 09/15] perf python: Validate attribute setters in pyrf_evsel
  ` [PATCH v3 10/15] perf python: Zero initialize perf_data in pyrf_data__init
  ` [PATCH v3 11/15] perf python: Add thread and PMU uninitialized checks
  ` [PATCH v3 12/15] perf python: Fix MetricGroup return type in perf.pyi
  ` [PATCH v3 13/15] perf python: Fix count_values memory leak in pyrf_evsel__read
  ` [PATCH v3 14/15] perf python: Fix memory leak in pyrf__metrics_cb
  ` [PATCH v3 15/15] perf synthetic-events: Fix divide by zero in perf_event__synthesize_threads

[PATCH v6 0/9] perf c2c: add a function view
 2026-08-10  5:34 UTC  (5+ messages)

[PATCH v7 0/9] perf c2c: add a function view
 2026-08-10  5:34 UTC  (4+ messages)
` [PATCH v7 2/9] perf c2c: add function view browser skeleton

[PATCH] perf test sample-parsing: Validate PERF_FORMAT_GROUP values without LOST
 2026-08-09  8:49 UTC  (2+ messages)

[PATCH v1 2/2] perf script: treport add flamegraph support
 2026-08-09  5:21 UTC  (15+ messages)
` [PATCH v2 0/2] perf python TUI report and flamegraph
  ` [PATCH v2 1/2] perf python: New treport script
  ` [PATCH v2 2/2] perf python: treport add flamegraph support
  ` [PATCH v3 0/2] perf python TUI report and flamegraph
    ` [PATCH v3 1/2] perf python: New treport script
    ` [PATCH v3] perf test: Fixes for check branch stack sampling
    ` [PATCH v3 2/2] perf python: treport add flamegraph support
    ` [PATCH v4 0/2] perf python TUI report and flamegraph
      ` [PATCH v4 1/2] perf python: New treport script
      ` [PATCH v4 2/2] perf python: treport add flamegraph support

[PATCH v9 00/20] Add Counter delegation ISA extension support
 2026-08-08 17:36 UTC  (2+ messages)

[PATCH v8 00/22] Add Counter delegation ISA extension support
 2026-08-08  7:32 UTC  (6+ messages)
` [PATCH v8 05/22] RISC-V: Define indirect CSR access helpers

[PATCH V5 0/6] tools/perf: Add powerpc HTM auxtrace support
 2026-08-08  5:11 UTC  (15+ messages)
` [PATCH V5 1/6] tools/perf: Move powerpc VPA-DTL auxtrace init into a separate file
` [PATCH V5 2/6] tools/perf: Add AUXTRACE recording support for powerpc HTM
` [PATCH V5 3/6] tools/perf: Add arch hook to drain remaining data before event close
` [PATCH V5 4/6] tools/perf: Add powerpc callback support for arch_perf_record__need_read
` [PATCH V5 5/6] tools/perf: Add powerpc HTM auxtrace event processing support
` [PATCH V5 6/6] tools/perf: Add perf tool support for processing powerpc HTM AUXTRACE records

[PATCH] perf evsel: Improve frame pointer unwinding warning for s390
 2026-08-08  4:13 UTC  (2+ messages)

[PATCH v1 0/2] perf: RISC-V: fix SBI PMU masks for RV32
 2026-08-08  0:46 UTC  (5+ messages)
` [PATCH v1 1/2] perf: RISC-V: use BIT_ULL for u64 overflow masks
` [PATCH v1 2/2] perf: RISC-V: store available counter mask as bitmap

[PATCH] perf: RISC-V: check cpu_hw_evt before dereference in overflow IRQ
 2026-08-08  0:45 UTC  (2+ messages)

[PATCH v9 0/4] perf sched latency: Refine outputs, unit scaling, and histogram support
 2026-08-07 23:52 UTC  (2+ messages)

Fixes tags need work in the perf tree
 2026-08-07 17:58 UTC  (3+ messages)

[PATCH 0/3] perf/x86/intel/pt: Fix stop/start with no update
 2026-08-07 16:10 UTC  (3+ messages)

[PATCH v12 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-08-07 16:01 UTC  (19+ messages)
` [PATCH v12 01/11] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v12 02/11] x86/hw_breakpoints: Add arch_modify_local_hw_breakpoint_addr() API
` [PATCH v12 03/11] HWBP: Add modify_local_hw_breakpoint_addr() API
` [PATCH v12 04/11] tracing/wprobe: Add wprobe (watchpoint probe) trace event support
` [PATCH v12 05/11] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v12 06/11] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v12 07/11] selftests: tracing: Add syntax "
` [PATCH v12 08/11] tracing/wprobe: Add set_wprobe and clear_wprobe event triggers
` [PATCH v12 09/11] selftests: ftrace: Add wprobe trigger testcase
` [PATCH v12 10/11] tracing/wprobe: Support BTF typecast in fetchargs
` [PATCH v12 11/11] tracing/wprobe: Support BTF struct offset resolution in set_wprobe trigger

[PATCH v6 0/3] perf/core: sched_task() dispatch and branch entry fixes
 2026-08-07 15:13 UTC  (4+ messages)
` [PATCH v6 2/3] perf/core: Run sched_task() for PMUs with only CPU-wide events

[PATCH 0/2] perf kvm: Fix memory leaks
 2026-08-07 15:08 UTC  (3+ messages)
` [PATCH 1/2] perf kvm: Fix memory leak in process_sample_event()
` [PATCH 2/2] perf kvm: Fix memory leak in cmd_kvm()

[PATCH V5 0/6] powerpc/perf: Add HTM PMU driver and perf AUX support
 2026-08-07 14:58 UTC  (9+ messages)
` [PATCH V5 1/6] powerpc/perf: Add HTM PMU driver to expose Hardware Trace Macro data
` [PATCH V5 3/6] powerpc/perf: Add AUX buffer management to capture HTM trace data
` [PATCH V5 4/6] powerpc/perf: Capture the HTM memory configuration as part of perf data
` [PATCH V5 6/6] powerpc/perf/htm: Add documentation for Hardware Trace Macro PMU


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).