linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-16 19:29:11 to 2025-11-24 08:06:57 UTC [more...]

[PATCH 0/3] perf/x86: Add Airmont NP
 2025-11-24  7:48 UTC  (2+ messages)
` [PATCH 1/3] perf/x86/msr: "

[RFC] perf build: Use self-contained headers from kernel source when compiling
 2025-11-24  7:51 UTC  (2+ messages)

[RFC] perf build: Allow passing extra Clang flags via EXTRA_CLANG_FLAGS
 2025-11-24  7:34 UTC  (14+ messages)
` [PATCH] perf build: Support passing extra Clang options via EXTRA_BPF_FLAGS

[PATCH v4 0/3] Optimize code generation during context switching
 2025-11-23 12:18 UTC  (4+ messages)
` [PATCH v4 1/3] x86/mm/tlb: Make enter_lazy_tlb() always inline on x86
` [PATCH v4 2/3] sched: Make raw_spin_rq_unlock() inline
` [PATCH v4 3/3] sched/core: Make finish_task_switch() and its subfunctions always inline

[PATCH v1 0/9] perf: Refactor/add fallbacks for reading build-id and debuglink
 2025-11-23  2:32 UTC  (10+ messages)
` [PATCH v1 1/9] perf symbol: Reduce scope of elf__needs_adjust_symbols
` [PATCH v1 2/9] perf symbol: Reduce scope of arch__sym_update
` [PATCH v1 3/9] perf symbol: Move libelf code to its own file/header
` [PATCH v1 4/9] perf symbol: Remove unused includes
` [PATCH v1 5/9] perf symbol: Move dso__load_bfd_symbols out of symbol.h
` [PATCH v1 6/9] perf symbol: Use fallbacks with filename__read_build_id
` [PATCH v1 7/9] perf symbol: Use fallbacks for filename__read_debuglink
` [PATCH v1 8/9] perf symbol: Use fallbacks for sysfs__read_build_id
` [PATCH v1 9/9] perf dso: Move type helpers out of symbol and use fallbacks

[PATCH] perf/x86/intel/uncore: remove dead check
 2025-11-23  0:30 UTC  (3+ messages)

[PATCH v1] perf addr2line: Add a libdw implementation
 2025-11-22  9:39 UTC 

[PATCH v1 00/17] perf: Small fixes and new tests
 2025-11-22  8:19 UTC  (18+ messages)
` [PATCH v1 01/17] perf kvm: Fix debug assertion
` [PATCH v1 02/17] perf timechart: Add record support for output perf.data path
` [PATCH v1 03/17] perf symbol-elf: Add missing puts on error path
` [PATCH v1 04/17] perf symbol: Add missed dso__put
` [PATCH v1 05/17] perf probe-event: Ensure probe event nsinfo is always cleared
` [PATCH v1 06/17] perf hist: In init, ensure mem_info is put on error paths
` [PATCH v1 07/17] perf mem-events: Don't leak online CPU map
` [PATCH v1 08/17] perf jitdump: Fix missed dso__put
` [PATCH v1 09/17] perf c2c: Clean up some defensive gets and make asan clean
` [PATCH v1 10/17] perf tests c2c: Add a basic c2c
` [PATCH v1 11/17] perf tests buildid: Add purge and remove testing
` [PATCH v1 12/17] perf tests top: Add basic perf top coverage test
` [PATCH v1 13/17] perf tests timechart: Add a perf timechart test
` [PATCH v1 14/17] perf tests kallsyms: Add basic kallsyms test
` [PATCH v1 15/17] perf tests script dlfilter: Add a dlfilter test
` [PATCH v1 16/17] perf tests evlist: Add basic evlist test
` [PATCH v1 17/17] perf test kvm: Add some basic perf kvm test coverage

[PATCH v5 1/2] perf: Reveal PMU type in fdinfo
 2025-11-21 23:09 UTC  (2+ messages)
` [PATCH v5 2/2] perf evsel: Find process with busy PMUs for EBUSY

[PATCH] perf: replace strcpy() with strncpy() in util/jitdump.c
 2025-11-21 20:02 UTC  (2+ messages)

[PATCH v2 1/3] perf list: Print matching PMU events for --unit
 2025-11-21 20:02 UTC  (7+ messages)
` [PATCH v2 2/3] perf list: Share print state with JSON output
` [PATCH v2 3/3] perf list: Support filtering in "

[PATCH v1] perf test all metrics: Fully ignore Default metric failures
 2025-11-21 20:02 UTC  (5+ messages)

[PATCH v2 0/4] perf vendor events riscv: Add XuanTie C930 JSON files
 2025-11-21 17:22 UTC  (13+ messages)
` [PATCH v2 1/4] dt-bindings: vendor-prefixes: Add prefix for XuanTie
` [PATCH v2 2/4] dt-bindings: riscv: Add XuanTie C930 CPU compatible
` [PATCH v2 3/4] perf vendor events riscv: Add XuanTie C930 JSON file
` [PATCH v2 4/4] perf vendor events riscv: Add XuanTie C930 metrics

[PATCH] perf tools: Don't read build-ids from non-regular files
 2025-11-21 17:13 UTC  (2+ messages)

[PATCH] perf/arm_cspmu: fix device leaks on module unload
 2025-11-21 11:52 UTC 

[PATCHSET v6 0/6] perf tools: Add deferred callchain support
 2025-11-21  6:26 UTC  (8+ messages)
` [PATCH v6 1/6] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
` [PATCH v6 2/6] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v6 3/6] perf record: Add --call-graph fp,defer option for deferred callchains
` [PATCH v6 4/6] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v6 5/6] perf tools: Merge deferred user callchains
` [PATCH v6 6/6] perf tools: Flush remaining samples w/o deferred callchains

[PATCHSET v5 0/6] perf tools: Add deferred callchain support
 2025-11-20 21:44 UTC  (11+ messages)
` [PATCH v5 1/6] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
` [PATCH v5 2/6] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v5 3/6] perf record: Add --call-graph fp,defer option for deferred callchains
` [PATCH v5 4/6] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v5 5/6] perf tools: Merge deferred user callchains
` [PATCH v5 6/6] perf tools: Flush remaining samples w/o deferred callchains

[PATCH v8 00/52] AMD, ARM, Intel metric generation with Python
 2025-11-20 21:10 UTC  (4+ messages)

[PATCH v1 1/3] perf header: Switch "cpu" for find_core_pmu in caps feature writing
 2025-11-20 19:02 UTC  (4+ messages)
` [PATCH v1 3/3] perf evsel: Skip store_evsel_ids for non-perf-event PMUs

[PATCH v1 1/2] perf maps: Avoid RC_CHK use after free
 2025-11-20 19:02 UTC  (5+ messages)
` [PATCH v1 2/2] perf test maps: Additional maps__fixup_overlap_and_insert tests

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-20 14:52 UTC  (5+ messages)
` [PATCH 03/44] perf: Fix branch stack callchain limit
` (subset) [PATCH 00/44] Change a lot of min_t() that might mask high bits

[PATCH AUTOSEL 6.17-5.4] Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"
 2025-11-20 12:08 UTC 

[BUG] bpftool: Build failure due to opensslv.h
 2025-11-20  9:24 UTC  (7+ messages)

[PATCH v10 0/5] perf: arm_spe: Armv8.8 SPE features
 2025-11-20  9:19 UTC  (3+ messages)

[PATCH 0/7] Enable core PMU for DMR and NVL
 2025-11-20  7:30 UTC  (10+ messages)
` [PATCH 1/7] perf/x86/intel: Support newly introduced 4 OMR MSRs for DMR & NVL
` [PATCH 2/7] perf/x86/intel: Add support for PEBS memory auxiliary info field in DMR
` [PATCH 3/7] perf/x86/intel: Add core PMU support for DMR
` [PATCH 4/7] perf/x86/intel: Add support for PEBS memory auxiliary info field in NVL
` [PATCH 5/7] perf/x86/intel: Add core PMU support for Novalake
` [PATCH 6/7] perf/x86: Replace magic numbers with macros for attr_rdpmc
` [PATCH 7/7] perf/x86/intel: Add rdpmc-user-disable support

[PATCHSET v4 0/5] perf tools: Add deferred callchain support
 2025-11-20  1:07 UTC  (13+ messages)
` [PATCH v4 1/5] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
` [PATCH v4 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v4 3/5] perf record: Add --call-graph fp,defer option for deferred callchains
` [PATCH v4 4/5] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v4 5/5] perf tools: Merge deferred user callchains

[PATCH Linux-next] perf test: Fix test case perf trace BTF general tests
 2025-11-20  0:52 UTC  (10+ messages)

[PATCH v1] perf: Switch printf("...%s", strerror(errno)) to printf("...%m")
 2025-11-19 23:36 UTC 

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-11-19 21:31 UTC  (8+ messages)
` [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context

[PATCH v5 0/3] perf stat affinity changes
 2025-11-19 18:12 UTC  (9+ messages)
` [PATCH v5 1/3] perf stat: Read tool events last
` [PATCH v5 2/3] perf evlist: Reduce affinity use and move into iterator, fix no affinity
` [PATCH v5 3/3] perf stat: Add no-affinity flag

[PATCH v3 00/25] perf arm_spe: Extend operations
 2025-11-19 18:10 UTC  (7+ messages)
` [PATCH v3 18/25] perf/uapi: Extend data source fields

[PATCH linux-next] perf tests: Handle s390 metrics in perf all metrics test
 2025-11-19 17:06 UTC  (2+ messages)

[PATCH 1/3] perf list: Print matching PMU events for --unit
 2025-11-19 16:42 UTC  (6+ messages)
` [PATCH 2/3] perf list: Get rid of json_print_state
` [PATCH 3/3] perf list: Support filtering in JSON output

[PATCH] perf/x86/intel: Only check GP counters for PEBS constraints validation
 2025-11-19  8:56 UTC  (2+ messages)

[namhyung-perf:perf/defer-callchain-v4] [perf record] d430e742d0: perf-sanity-tests.syscalls_sys_enter_openat_event_fields.fail
 2025-11-19  8:36 UTC 

[PATCH v4 00/10] perf stat fixes and improvements
 2025-11-18 18:00 UTC  (16+ messages)
` [PATCH v4 04/10] perf stat-shadow: Read tool events directly
` [PATCH v4 05/10] perf stat: Reduce scope of ru_stats
` [PATCH v4 09/10] perf stat: Read tool events last
` [PATCH v4 10/10] perf stat: Add no-affinity flag

[PATCH] perf: Fix 0 count issue of cpu-clock
 2025-11-18 11:24 UTC  (9+ messages)

[PATCH v4 00/18]
 2025-11-18 10:57 UTC  (10+ messages)
` [PATCH v4 03/18] perf jevents: Add set of common metrics based on default ones

[PATCH v2 0/4] Test fixes and debug logging
 2025-11-18  1:35 UTC  (2+ messages)

[PATCH] perf sample: Fix the wrong format specifier
 2025-11-18  1:35 UTC  (2+ messages)

[PATCH] perf script: Fix build by removing unused evsel_script()
 2025-11-18  1:35 UTC  (2+ messages)

[PATCH 1/2] perf jitdump: Add load_addr to build-ID generation
 2025-11-17 16:58 UTC  (6+ messages)

[linus:master] [perf] 90942f9fac: BUG:kernel_NULL_pointer_dereference,address
 2025-11-17  8:03 UTC 

[PATCH 0/2] tracing/wprobe: Fix to avoid inifinite watchpoint exception on arm64
 2025-11-17  2:46 UTC  (4+ messages)

[GIT PULL] perf tools fixes for v6.18: 2nd batch
 2025-11-16 21:56 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).