linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-23 00:32:37 to 2025-08-28 17:46:59 UTC [more...]

[PATCH 0/8] riscv: add initial support for hardware breakpoints
 2025-08-28 17:46 UTC  (7+ messages)
` [PATCH 1/8] riscv: Add insn.c, consolidate instruction decoding
` [PATCH 5/8] riscv: hw_breakpoint: Use icount for single stepping

[PATCH v2 00/15] Legacy hardware/cache events as json
 2025-08-28 16:32 UTC  (16+ messages)
` [PATCH v2 01/15] perf parse-events: Fix legacy cache events if event is duplicated in a PMU
` [PATCH v2 02/15] perf perf_api_probe: Avoid scanning all PMUs, try software PMU first
` [PATCH v2 03/15] perf record: Skip don't fail for events that don't open
` [PATCH v2 04/15] perf jevents: Support copying the source json files to OUTPUT
` [PATCH v2 05/15] perf pmu: Don't eagerly parse event terms
` [PATCH v2 06/15] perf parse-events: Remove unused FILE input argument to scanner
` [PATCH v2 07/15] perf pmu: Use fd rather than FILE from new_alias
` [PATCH v2 08/15] perf pmu: Factor term parsing into a perf_event_attr into a helper
` [PATCH v2 09/15] perf parse-events: Add terms for legacy hardware and cache config values
` [PATCH v2 10/15] perf jevents: Add legacy json terms and default_core event table helper
` [PATCH v2 11/15] perf pmu: Add and use legacy_terms in alias information
` [PATCH v2 12/15] perf jevents: Add legacy-hardware and legacy-cache json
` [PATCH v2 13/15] perf print-events: Remove print_hwcache_events
` [PATCH v2 14/15] perf print-events: Remove print_symbol_events
` [PATCH v2 15/15] perf parse-events: Remove hard coded legacy hardware and cache parsing

[PATCH] drivers/perf: riscv: Remove redundant ternary operators
 2025-08-28 12:25 UTC 

[PATCH] perf lzma: Fix return value in lzma_is_compressed()
 2025-08-28 10:50 UTC 

[PATCH] perf tools: Fix bool return value in gzip_is_compressed()
 2025-08-28 10:46 UTC 

[PATCH v5 00/21] Add Counter delegation ISA extension support
 2025-08-28  9:56 UTC  (3+ messages)
` [PATCH v5 14/21] RISC-V: perf: Implement supervisor counter delegation support
  ` [External] "

[PATCH v2 00/10] perf tools: Some improvements on data type profiler
 2025-08-28  7:18 UTC  (8+ messages)
` [PATCH v2 01/10] perf dwarf-aux: Use signed variable types in match_var_offset
` [PATCH v2 02/10] perf dwarf-aux: More accurate variable type match for breg
` [PATCH v2 03/10] perf dwarf-aux: Better variable collection for insn tracking
` [PATCH v2 04/10] perf annotate: Skip annotating data types to lea instructions
` [PATCH v2 05/10] perf dwarf-aux: Find pointer type to a type

[PATCH v1 00/13] Legacy hardware/cache events as json
 2025-08-28  6:42 UTC  (14+ messages)
` [PATCH v1 01/13] perf parse-events: Fix legacy cache events if event is duplicated in a PMU
` [PATCH v1 02/13] perf perf_api_probe: Avoid scanning all PMUs, try software PMU first
` [PATCH v1 03/13] perf record: Skip don't fail for events that don't open
` [PATCH v1 04/13] perf jevents: Support copying the source json files to OUTPUT
` [PATCH v1 05/13] perf pmu: Don't eagerly parse event terms
` [PATCH v1 06/13] perf pmu: Factor term parsing into a perf_event_attr into a helper
` [PATCH v1 07/13] perf parse-events: Add terms for legacy hardware and cache config values
` [PATCH v1 08/13] perf jevents: Add legacy json terms and default_core event table helper
` [PATCH v1 09/13] perf pmu: Add and use legacy_terms in alias information
` [PATCH v1 10/13] perf jevents: Add legacy-hardware and legacy-cache json
` [PATCH v1 11/13] perf print-events: Remove print_hwcache_events
` [PATCH v1 12/13] perf print-events: Remove print_symbol_events
` [PATCH v1 13/13] perf parse-events: Remove hard coded legacy hardware and cache parsing

[PATCH v4 00/11] perf sched: Introduce stats tool
 2025-08-28  4:43 UTC 

[GIT PULL] perf-tools fixes for v6.17-rc4
 2025-08-28  2:30 UTC  (2+ messages)

[Patch v7 00/12] arch-PEBS enabling for Intel platforms
 2025-08-28  1:34 UTC  (13+ messages)
` [Patch v7 01/12] perf/x86: Remove redundant is_x86_event() prototype
` [Patch v7 02/12] perf/x86/intel: Fix NULL event access and potential PEBS record loss
` [Patch v7 03/12] perf/x86/intel: Replace x86_pmu.drain_pebs calling with static call
` [Patch v7 04/12] perf/x86/intel: Correct large PEBS flag check
` [Patch v7 05/12] perf/x86/intel: Initialize architectural PEBS
` [Patch v7 06/12] perf/x86/intel/ds: Factor out PEBS record processing code to functions
` [Patch v7 07/12] perf/x86/intel/ds: Factor out PEBS group "
` [Patch v7 08/12] perf/x86/intel: Process arch-PEBS records or record fragments
` [Patch v7 09/12] perf/x86/intel: Allocate arch-PEBS buffer and initialize PEBS_BASE MSR
` [Patch v7 10/12] perf/x86/intel: Update dyn_constranit base on PEBS event precise level
` [Patch v7 11/12] perf/x86/intel: Setup PEBS data configuration and enable legacy groups
` [Patch v7 12/12] perf/x86/intel: Add counter group support for arch-PEBS

[PATCH 00/14] Add interface to expose vpa dtl counters via perf
 2025-08-27 17:30 UTC  (13+ messages)
` [PATCH 07/14] tools/perf: Add basic CONFIG_AUXTRACE support for VPA pmu on powerpc
` [PATCH 08/14] tools/perf: process auxtrace events and display in perf report -D
` [PATCH 10/14] tools/perf: Allocate and setup aux buffer queue to help co-relate with other events across CPU's
` [PATCH 11/14] tools/perf: Process the DTL entries in queue and deliver samples
` [PATCH 12/14] tools/perf: Add support for printing synth event details via default callback
` [PATCH 13/14] tools/perf: Enable perf script to present the DTL entries

[PATCH 00/11] perf tools: Sync kernel and tools headers for v6.17
 2025-08-27 17:28 UTC  (17+ messages)
` [PATCH 01/11] tools headers: Sync KVM headers with the kernel source
` [PATCH 02/11] tools headers: Sync linux/bits.h "
` [PATCH 03/11] tools headers: Sync linux/cfi_types.h "
` [PATCH 04/11] tools headers: Sync x86 headers "
` [PATCH 05/11] tools headers: Sync arm64 "
` [PATCH 06/11] tools headers: Sync powerpc "
` [PATCH 07/11] tools headers: Sync syscall tables "
` [PATCH 08/11] tools headers: Sync uapi/linux/fcntl.h "
` [PATCH 09/11] tools headers: Sync uapi/linux/fs.h "
` [PATCH 10/11] tools headers: Sync uapi/linux/prctl.h "
` [PATCH 11/11] tools headers: Sync uapi/linux/vhost.h "

[PATCH 00/19] perf: Rework event_init checks
 2025-08-27 15:15 UTC  (30+ messages)
` [PATCH 01/19] perf/arm-cmn: Fix event validation
` [PATCH 02/19] perf/hisilicon: Fix group validation
` [PATCH 12/19] perf: Ignore event state for "
` [PATCH 16/19] perf: Introduce positive capability for sampling
` [PATCH 17/19] perf: Retire PERF_PMU_CAP_NO_INTERRUPT
` [PATCH 18/19] perf: Introduce positive capability for raw events

[PATCH] drivers: perf: use us_to_ktime() where appropriate
 2025-08-27 14:05 UTC  (3+ messages)

[PATCH] perf/core: Improve arguments checking of inherited per-task counters when sampling
 2025-08-27 10:44 UTC  (4+ messages)

[PATCH 0/2] Add HARDLOCKUP_DETECTOR_PERF for riscv
 2025-08-27 10:09 UTC  (3+ messages)
` [PATCH 1/2] watchdog: refactor watchdog_hld functionality
` [PATCH 2/2] riscv: add HARDLOCKUP_DETECTOR_PERF support

[PATCH v4] perf/x86/zhaoxin: Fix instructions error by missing fixedctr member
 2025-08-27  9:36 UTC  (2+ messages)

[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
 2025-08-26 16:26 UTC  (33+ messages)
` [PATCH 01/10] mm: add bitmap mm->flags field
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
` [PATCH 03/10] mm: convert prctl "
` [PATCH 04/10] mm: convert arch-specific code "
` [PATCH 05/10] mm: convert uprobes "
` [PATCH 06/10] mm: update coredump logic to correctly use bitmap mm flags
` [PATCH 07/10] mm: correct sign-extension issue in MMF_* flag masks
` [PATCH 08/10] mm: update fork mm->flags initialisation to use bitmap
` [PATCH 09/10] mm: convert remaining users to mm_flags_*() accessors
` [PATCH 10/10] mm: replace mm->flags with bitmap entirely and set to 64 bits

[PATCH v2 0/5] Various fixes around undefined behavior
 2025-08-26  8:38 UTC  (2+ messages)

[PATCH] perf trace: Use consistent print_opts formatting in trace__fprintf_callchain()
 2025-08-26  8:08 UTC 

[PATCH 0/2] perf python: Add an example for sampling
 2025-08-26  7:07 UTC  (2+ messages)

[Patch v3 0/7] x86 perf bug fixes and optimization
 2025-08-26  3:47 UTC  (5+ messages)
` [Patch v3 3/7] perf/x86: Check if cpuc->events[*] pointer exists before accessing it

[PATCH v1 0/3] Improve event groups for topdown, add X event modifier
 2025-08-26  2:30 UTC  (5+ messages)
` [PATCH v1 1/3] perf evsel: Give warning for broken Intel topdown event grouping
` [PATCH v1 2/3] perf stat: Don't skip failing group events
` [PATCH v1 3/3] perf parse-events: Add 'X' modifier to exclude an event from being regrouped

[PATCH] tools: perf: session: avoid segfault on implicit stdin
 2025-08-26  0:16 UTC 

[PATCH v1 0/2] Build ID mmap related fixes
 2025-08-25 22:06 UTC  (2+ messages)

[PATCH] perf tools topdown: Fix incorrect topdown slots regroup
 2025-08-25 21:13 UTC  (6+ messages)

[PATCH v2 10/10] perf dwarf-aux: support DW_OP_piece expressions
 2025-08-25 19:58 UTC 

[PATCH v2 09/10] perf dwarf-aux: fix __die_find_scope_cb for namespaces
 2025-08-25 19:58 UTC 

[PATCH v2 08/10] perf dwarf-aux: Skip check_variable for die_find_variable_by_reg
 2025-08-25 19:58 UTC 

[PATCH v2 07/10] perf annotate: Invalidate register states for unsupported instructions
 2025-08-25 19:57 UTC 

[PATCH v2 06/10] perf annotate: Track arithmetic instructions on pointers
 2025-08-25 19:57 UTC 

[PATCH RESEND] perf/util: make TYPE_STATE_MAX_REGS architecture-dependent
 2025-08-25 18:21 UTC  (6+ messages)

[PATCH v8 0/5] Add support for long task name
 2025-08-25 14:01 UTC  (3+ messages)
` [PATCH v8 4/5] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation

[PATCH 0/6] KVM: Export KVM-internal symbols for sub-modules only
 2025-08-25 13:59 UTC  (2+ messages)

[PATCH v2] perf parse-events: Prevent null pointer dereference in __add_event()
 2025-08-25 12:55 UTC  (2+ messages)

[PATCH v2] perf drm_pmu: fix fd_dir leaks in for_each_drm_fdinfo_in_dir()
 2025-08-25 12:06 UTC  (2+ messages)

[RESEND][PATCH 0/5] perf: Clean ups and simplifications
 2025-08-25 11:12 UTC  (2+ messages)

[PATCH 1/1] Revert "perf hist: Fix bogus profiles when filters are enabled"
 2025-08-25  6:13 UTC  (3+ messages)

[ISSUE] Question about perf test exit code behavior
 2025-08-25  5:43 UTC 

[PATCH v7 0/7] arm64: Enable UPROBES with GCS
 2025-08-25  3:34 UTC  (8+ messages)
` [PATCH v7 1/7] arm64: probes: Break ret out from bl/blr
` [PATCH v7 2/7] arm64: uaccess: Move existing GCS accessors definitions to gcs.h
` [PATCH v7 3/7] arm64: uaccess: Add additional userspace GCS accessors
` [PATCH v7 4/7] arm64: probes: Add GCS support to bl/blr/ret
` [PATCH v7 5/7] arm64: uprobes: Add GCS support to uretprobes
` [PATCH v7 6/7] arm64: Kconfig: Remove GCS restrictions on UPROBES
` [PATCH v7 7/7] uprobes: uprobe_warn should use passed task

[PATCH v3 00/15] Prepare for new Intel Family numbers
 2025-08-24 22:39 UTC  (7+ messages)
` [PATCH v3 13/15] x86/cpu/intel: Bound the non-architectural constant_tsc model checks

[PATCH v5 00/19] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
 2025-08-24 17:32 UTC  (24+ messages)
` [PATCH v5 04/19] perf llvm: Move llvm functionality into its own file
` [PATCH v5 05/19] perf capstone: Remove open_capstone_handle
` [PATCH v5 06/19] perf capstone: Support for dlopen-ing libcapstone.so
` [PATCH v5 07/19] perf llvm: Support for dlopen-ing libLLVM.so
` [PATCH v5 08/19] perf llvm: Mangle libperf-llvm.so function names
` [PATCH v5 09/19] perf dso: Move read_symbol from llvm/capstone to dso
` [PATCH v5 10/19] perf dso: Support BPF programs in dso__read_symbol
` [PATCH v5 11/19] perf llvm: Disassemble cleanup
` [PATCH v5 12/19] perf dso: Clean up read_symbol error handling
` [PATCH v5 13/19] perf build: Remove libbfd support
` [PATCH v5 14/19] perf build: Remove libiberty support
` [PATCH v5 15/19] perf build: Remove unused defines
` [PATCH v5 16/19] perf disasm: Remove disasm_bpf
` [PATCH v5 17/19] perf disasm: Make ins__scnprintf and ins__is_nop static
` [PATCH v5 18/19] perf srcline: Fallback between addr2line implementations
` [PATCH v5 19/19] perf disasm: Remove unused evsel from annotate_args

[PATCH] perf trace: Add --max-summary option
 2025-08-23  5:19 UTC  (2+ messages)


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).