Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-08-06 20:27:42 to 2026-08-09 04:16:45 UTC [more...]

[PATCH v1 2/2] perf script: treport add flamegraph support
 2026-08-09  4:16 UTC  (8+ 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 v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-09  0:51 UTC  (11+ messages)
` [PATCH v4 01/20] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v4 18/20] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v4 19/20] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH v4 20/20] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests

[PATCH v9 00/20] Add Counter delegation ISA extension support
 2026-08-08 17:36 UTC  (30+ messages)
` [PATCH v9 01/20] RISC-V: perf: fix resource cleanup on driver probe failure
` [PATCH v9 02/20] RISC-V: Add Smcsrind and Sscsrind ISA extension CSR definitions
` [PATCH v9 03/20] RISC-V: Add Smcsrind and Sscsrind ISA extension definition and parsing
` [PATCH v9 04/20] dt-bindings: riscv: add Smcsrind and Sscsrind ISA extension descriptions
` [PATCH v9 05/20] RISC-V: Define indirect CSR access helpers
` [PATCH v9 06/20] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v9 07/20] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH v9 08/20] RISC-V: Add Ssccfg extension CSR definition
` [PATCH v9 09/20] RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsing
` [PATCH v9 10/20] dt-bindings: riscv: add Counter delegation ISA extensions description
` [PATCH v9 11/20] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v9 12/20] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v9 13/20] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v9 14/20] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v9 15/20] RISC-V: perf: Skip PMU SBI extension when not implemented
` [PATCH v9 16/20] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v9 17/20] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v9 18/20] RISC-V: perf: Add Qemu virt machine events
` [PATCH v9 19/20] tools/perf: Support event code for arch standard events
` [PATCH v9 20/20] tools/perf: Add RISC-V CounterIDMask event field

[PATCH v4 00/23] perf arm64: Support data type profiling
 2026-08-08 13:25 UTC  (40+ 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 v8 00/22] Add Counter delegation ISA extension support
 2026-08-08  7:32 UTC  (14+ messages)
` [PATCH v8 05/22] RISC-V: Define indirect CSR access helpers
` [PATCH v8 12/22] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v8 14/22] RISC-V: perf: Implement supervisor counter delegation support

[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  (3+ messages)

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

[PATCH] perf: RISC-V: check cpu_hw_evt before dereference in overflow IRQ
 2026-08-08  0:45 UTC  (3+ 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/9] mm: distinguish PTE table storage from PTE values
 2026-08-07 16:26 UTC  (7+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 6/9] mm: convert PTE table entry to pte

[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  (11+ messages)
` [PATCH v6 1/3] perf/core: Fix NULL pmu_ctx passed to pmu->sched_task()
` [PATCH v6 2/3] perf/core: Run sched_task() for PMUs with only CPU-wide events
` [PATCH v6 3/3] perf/core: Clear the whole branch entry in perf_clear_branch_entry()

[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  (11+ messages)
` [PATCH V5 1/6] powerpc/perf: Add HTM PMU driver to expose Hardware Trace Macro data
` [PATCH V5 2/6] powerpc/perf: Reject duplicate HTM target reservations
` [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 5/6] docs: ABI: sysfs-bus-event_source-devices-htm: Document sysfs event format entries for htm pmu
` [PATCH V5 6/6] powerpc/perf/htm: Add documentation for Hardware Trace Macro PMU

[PATCH] perf: arm_pmuv3: Zero initialize hw_id branch stack field
 2026-08-07 14:27 UTC  (6+ messages)

[PATCH v3] perf/core: Fix group leader use-after-free after sibling detach
 2026-08-07 12:41 UTC 

[PATCHES v1 0/12] perf jitdump: Input validation hardening
 2026-08-07 12:00 UTC  (6+ messages)
` [PATCH 05/12] perf jitdump: Check snprintf return before computing header size

[PATCHES v8 0/2] perf c2c hardening
 2026-08-07 11:58 UTC  (4+ messages)

[RFC PATCH v1 0/8] perf/core, perf/tools: Add PERF_SAMPLE_BUILD_ID_OFFSET support
 2026-08-07 11:18 UTC  (18+ messages)
` [RFC PATCH v1 1/8] perf event: Factor build_id out into its own top-level struct
` [RFC PATCH v1 2/8] perf/core: Add BUILD_ID_OFFSET to UAPI
` [RFC PATCH v1 3/8] perf/core: Implement BUILD_ID_OFFSET sample type
` [RFC PATCH v1 4/8] perf: Refactor thread map and symbol APIs to take perf_sample
` [RFC PATCH v1 5/8] perf tools: Internal support for BUILD_ID_OFFSET
` [RFC PATCH v1 6/8] perf inject: Extend perf inject to support bid_offset conversion
` [RFC PATCH v1 7/8] perf record: Add --buildid-offset option
` [RFC PATCH v1 8/8] perf tests: Add build_id_offset test coverage

[PATCH v2] perf/core: Fix group leader use-after-free after sibling detach
 2026-08-07  8:57 UTC  (4+ messages)

[PATCH] tools: Use fputc() calls in some functions
 2026-08-07  6:33 UTC  (2+ messages)
  `  "

[PATCH v6 0/9] perf c2c: add a function view
 2026-08-07  6:19 UTC  (4+ messages)

[PATCH v7 0/9] perf c2c: add a function view
 2026-08-07  6:13 UTC  (3+ messages)
` [PATCH v7 2/9] perf c2c: add function view browser skeleton

[PATCH v11 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-08-07  3:18 UTC  (7+ messages)
` [PATCH v11 01/11] x86/hw_breakpoints: Make DR7 updates NMI safe


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