linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-13 04:05:47 to 2025-11-19 16:51:17 UTC [more...]

[PATCHSET v4 0/5] perf tools: Add deferred callchain support
 2025-11-19 16:50 UTC  (10+ 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 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 v5 0/3] perf stat affinity changes
 2025-11-19 16:25 UTC  (8+ 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 v1 1/2] perf maps: Avoid RC_CHK use after free
 2025-11-19 12:33 UTC  (4+ messages)
` [PATCH v1 2/2] perf test maps: Additional maps__fixup_overlap_and_insert tests

[PATCH linux-next] perf tests: Handle s390 metrics in perf all metrics test
 2025-11-19 10:47 UTC 

[PATCH] perf/x86/intel/uncore: remove dead check
 2025-11-19 10:25 UTC  (2+ messages)

[RFC] perf build: Allow passing extra Clang flags via EXTRA_CLANG_FLAGS
 2025-11-19  9:43 UTC  (10+ messages)
` [PATCH] perf build: Support passing extra Clang options via EXTRA_BPF_FLAGS

[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 Linux-next] perf test: Fix test case perf trace BTF general tests
 2025-11-19  7:55 UTC  (8+ messages)

[PATCH v4 00/10] perf stat fixes and improvements
 2025-11-18 18:00 UTC  (22+ messages)
` [PATCH v4 01/10] libperf cpumap: Reduce allocations and sorting in intersect
` [PATCH v4 02/10] perf pmu: perf_cpu_map__new_int to avoid parsing a string
` [PATCH v4 03/10] perf tool_pmu: Use old_count when computing count values for time events
` [PATCH v4 04/10] perf stat-shadow: Read tool events directly
` [PATCH v4 05/10] perf stat: Reduce scope of ru_stats
` [PATCH v4 06/10] perf stat: Reduce scope of walltime_nsecs_stats
` [PATCH v4 07/10] perf tool_pmu: More accurately set the cpus for tool events
` [PATCH v4 08/10] perf evlist: Reduce affinity use and move into iterator, fix no affinity
` [PATCH v4 09/10] perf stat: Read tool events last
` [PATCH v4 10/10] perf stat: Add no-affinity flag

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

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

[PATCH v1 1/3] perf header: Switch "cpu" for find_core_pmu in caps feature writing
 2025-11-17 19:47 UTC  (4+ messages)
` [PATCH v1 2/3] perf pmu: Add PMU kind to simplify differentiating
` [PATCH v1 3/3] perf evsel: Skip store_evsel_ids for non-perf-event PMUs

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

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

[PATCH v3 0/3] Optimize code generation during context switching
 2025-11-15 15:09 UTC  (12+ messages)
` [PATCH v3 1/3] Make enter_lazy_tlb inline on x86
` [PATCH v3 2/3] Make raw_spin_rq_unlock inline
` [PATCH v3 3/3] Make finish_task_switch and its subfuncs inline in context switching

[PATCHSET v3 0/5] perf tools: Add deferred callchain support
 2025-11-14 19:20 UTC  (17+ messages)
` [PATCH v3 1/5] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
` [PATCH v3 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v3 3/5] perf record: Enable defer_callchain for user callchains
` [PATCH v3 4/5] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v3 5/5] perf tools: Merge deferred user callchains

[PATCH v6 0/2] Add HARDLOCKUP_DETECTOR_PERF support for RISC-V
 2025-11-14 19:13 UTC  (4+ messages)
` [PATCH v6 1/2] watchdog: move arm64 watchdog_hld into common code
` [PATCH v6 2/2] riscv: add HARDLOCKUP_DETECTOR_PERF support

[PATCH 0/5] perf jitdump: Fix PID namespace detection
 2025-11-14 18:44 UTC  (7+ messages)
` [PATCH 1/5] "

[PATCH v1] perf vendor metrics s390: Avoid has_event(INSTRUCTIONS)
 2025-11-14 18:35 UTC  (3+ messages)

[PATCH v1 0/5] Remove NO_AUXTRACE build option
 2025-11-14 18:35 UTC  (2+ messages)

[PATCH V2] perf test: Add a perf event fallback test
 2025-11-14 18:35 UTC  (2+ messages)

[PATCH 0/4] x86: Restrict KVM-induced symbol exports to KVM
 2025-11-14  9:03 UTC  (2+ messages)

[PATCH v2] perf/core: Fix pending work re-queued in __perf_event_overflow
 2025-11-14  8:02 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] perf: write bpf_prog (infos|btfs)_cnt to data file
 2025-11-14  7:21 UTC  (4+ messages)

[PATCH 0/2] perf lock contention: Assorted fixes
 2025-11-14  7:15 UTC  (6+ messages)
` [PATCH 1/2] perf lock: Fix segfault due to missing kernel map
` [PATCH 2/2] perf test: Fix lock contention test

[namhyung-perf:perf/defer-callchain-v3] [perf record] 6bd89ae7d1: perf-sanity-tests.Zstd_perf.data_compression/decompression.fail
 2025-11-14  7:14 UTC 

[RFC PATCH 0/7] KVM: SVM: Support for PMC virtualization
 2025-11-14  6:38 UTC  (10+ messages)
` [RFC PATCH 1/7] perf: Add a capability for hardware virtualized PMUs
` [RFC PATCH 2/7] x86/cpufeatures: Add PerfCtrVirt feature bit
` [RFC PATCH 3/7] perf/x86/amd/core: Set PERF_PMU_CAP_VIRTUALIZED_VPMU
` [RFC PATCH 4/7] KVM: x86/pmu: Add support for hardware virtualized PMUs
` [RFC PATCH 5/7] KVM: SVM: Add VMCB fields for PMC virtualization
` [RFC PATCH 6/7] KVM: SVM: Add support "
` [RFC PATCH 7/7] KVM: SVM: Adjust MSR index for legacy guests

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-11-14  6:19 UTC  (3+ messages)
` [PATCH v5 44/44] KVM: x86/pmu: Elide WRMSRs when loading guest PMCs if values already match

[PATCH v5 0/2] Add HARDLOCKUP_DETECTOR_PERF support for RISC-V
 2025-11-14  2:12 UTC  (3+ messages)
  ` [External] "

[PATCH 1/2] perf/x86/intel/uncore: Skip discovery table for offline dies
 2025-11-13 22:33 UTC  (4+ messages)
` [PATCH 2/2] perf/x86/intel/uncore: Fix die ID init and look up bugs

[PATCH v2] perf libbfd: Ensure libbfd is initialized prior to use
 2025-11-13 20:42 UTC  (6+ messages)

[PATCH v3 04/22] perf/events: replace READ_ONCE() with standard page table accessors
 2025-11-13 19:10 UTC  (2+ messages)

[PATCH linux-next] perf stat: Regression perf stat -T cpi fails on s390 z/VM guest systems
 2025-11-13 18:32 UTC  (2+ messages)

[PATCH] x86/events/intel/cstate: Add Pantherlake support
 2025-11-13 18:20 UTC  (6+ messages)

[PATCH bpf-next v6 0/2] Pass external callchain entry to get_perf_callchain
 2025-11-13 16:01 UTC  (3+ messages)
` [PATCH bpf-next v6 2/2] bpf: Hold the perf callchain entry until used completely

[PATCH v4 0/7] Introduce structure for shell tests
 2025-11-13 15:11 UTC  (6+ messages)
` [PATCH v4 5/7] perf test: Introduce storing logs "

[PATCH] Revert "perf test: Allow tolerance for leader sampling test"
 2025-11-13 11:58 UTC  (12+ messages)

[PATCH v2] perf arm_spe: Add CPU variants supporting common data source packet
 2025-11-13 10:57 UTC 

[PATCH] perf: Fix lockdep warning in perf_event_throttle_group
 2025-11-13  8:15 UTC  (2+ messages)

[PATCH v8 00/27] mm/ksw: Introduce KStackWatch debugging tool
 2025-11-13  4:40 UTC  (5+ 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).