linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-15 08:23:36 to 2025-04-22 09:13:54 UTC [more...]

[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
 2025-04-22  9:12 UTC  (39+ messages)
` [RFC PATCH v2 01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [RFC PATCH v2 02/34] x86/msr: Remove rdpmc()
` [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
` [RFC PATCH v2 04/34] x86/msr: Convert rdpmcq() into a function
` [RFC PATCH v2 05/34] x86/msr: Return u64 consistently in Xen PMC read functions
` [RFC PATCH v2 06/34] x86/msr: Use the alternatives mechanism to read PMC
` [RFC PATCH v2 07/34] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
` [RFC PATCH v2 09/34] x86/msr: Add the native_rdmsrq() helper
` [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [RFC PATCH v2 11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v2 13/34] x86/xen/msr: Remove the error pointer argument from set_reg()
` [RFC PATCH v2 14/34] x86/msr: refactor pv_cpu_ops.write_msr{_safe}()
` [RFC PATCH v2 15/34] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [RFC PATCH v2 16/34] x86/msr: Change function type of native_read_msr_safe()
` [RFC PATCH v2 17/34] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
` [RFC PATCH v2 18/34] x86/opcode: Add immediate form MSR instructions
` [RFC PATCH v2 19/34] x86/extable: Add support for "
` [RFC PATCH v2 20/34] x86/extable: Implement EX_TYPE_FUNC_REWIND
` [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
` [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
` [RFC PATCH v2 23/34] x86/extable: Remove new dead code in ex_handler_msr()
` [RFC PATCH v2 24/34] x86/mce: Use native MSR API __native_{wr,rd}msrq()
` [RFC PATCH v2 25/34] x86/msr: Rename native_wrmsrq() to native_wrmsrq_no_trace()
` [RFC PATCH v2 26/34] x86/msr: Rename native_wrmsr() to native_wrmsr_no_trace()
` [RFC PATCH v2 27/34] x86/msr: Rename native_write_msr() to native_wrmsrq()
` [RFC PATCH v2 28/34] x86/msr: Rename native_write_msr_safe() to native_wrmsrq_safe()
` [RFC PATCH v2 29/34] x86/msr: Rename native_rdmsrq() to native_rdmsrq_no_trace()
` [RFC PATCH v2 30/34] x86/msr: Rename native_rdmsr() to native_rdmsr_no_trace()
` [RFC PATCH v2 31/34] x86/msr: Rename native_read_msr() to native_rdmsrq()
` [RFC PATCH v2 32/34] x86/msr: Rename native_read_msr_safe() to native_rdmsrq_safe()
` [RFC PATCH v2 33/34] x86/msr: Move the ARGS macros after the MSR read/write APIs
` [RFC PATCH v2 34/34] x86/msr: Convert native_rdmsr_no_trace() uses to native_rdmsrq_no_trace() uses

[PATCH] tools headers: Update the include/vdso/unaligned.h to sync headers
 2025-04-22  9:11 UTC  (2+ messages)

[PATCH] perf arm-spe: Add support for SPE Data Source packet on HiSilicon HIP12
 2025-04-22  9:01 UTC  (2+ messages)

[PATCH v2 0/3] perf vendor events arm64: Do some cleanup for Hisi hip08 json
 2025-04-22  7:15 UTC  (7+ messages)
` [PATCH v2 1/3] perf vendor events arm64: Fill up Desc field for Hisi hip08 hha pmu
` [PATCH v2 2/3] perf vendor events arm64: Drop hip08 PublicDescription if same as BriefDescription
` [PATCH v2 3/3] MAINTAINERS: Add hisilicon pmu json events under its entry

[PATCH v2] perf script: perf script tests fails with segfault
 2025-04-22  7:01 UTC  (2+ messages)

[Patch v3 00/22] Arch-PEBS and PMU supports for Clearwater Forest and Panther Lake
 2025-04-22  3:05 UTC  (44+ messages)
` [Patch v3 01/22] perf/x86/intel: Add Panther Lake support
` [Patch v3 02/22] perf/x86/intel: Add PMU support for Clearwater Forest
` [Patch v3 03/22] perf/x86/intel: Parse CPUID archPerfmonExt leaves for non-hybrid CPUs
` [Patch v3 04/22] perf/x86/intel: Decouple BTS initialization from PEBS initialization
` [Patch v3 07/22] perf/x86/intel: Initialize architectural PEBS
` [Patch v3 08/22] perf/x86/intel/ds: Factor out PEBS record processing code to functions
` [Patch v3 09/22] perf/x86/intel/ds: Factor out PEBS group "
` [Patch v3 10/22] perf/x86/intel: Process arch-PEBS records or record fragments
` [Patch v3 11/22] perf/x86/intel: Allocate arch-PEBS buffer and initialize PEBS_BASE MSR
` [Patch v3 12/22] perf/x86/intel: Update dyn_constranit base on PEBS event precise level
` [Patch v3 13/22] perf/x86/intel: Setup PEBS data configuration and enable legacy groups
` [Patch v3 14/22] perf/x86/intel: Add counter group support for arch-PEBS
` [Patch v3 15/22] perf/x86/intel: Support SSP register capturing "
` [Patch v3 16/22] perf/core: Support to capture higher width vector registers
` [Patch v3 17/22] perf/x86/intel: Support arch-PEBS vector registers group capturing
` [Patch v3 18/22] perf tools: Support to show SSP register
` [Patch v3 19/22] perf tools: Enhance arch__intr/user_reg_mask() helpers
` [Patch v3 20/22] perf tools: Enhance sample_regs_user/intr to capture more registers
` [Patch v3 21/22] perf tools: Support to capture more vector registers (x86/Intel)
` [Patch v3 22/22] perf tools/tests: Add vector registers PEBS sampling test

[PATCH 0/2] perf,coresight: Reduce fragmentation with non-contiguous AUX pages for cs_etm
 2025-04-21 21:58 UTC  (3+ messages)
` [PATCH 1/2] perf: Allow non-contiguous AUX buffer pages via PMU capability
` [PATCH 2/2] coresight: etm-perf: Add AUX_NON_CONTIGUOUS_PAGES to cs_etm PMU

[PATCH v5 00/16] Intel TPEBS min/max/mean/last support
 2025-04-21 18:13 UTC  (3+ messages)

[PATCH v5 00/35] GNR retirement latencies, topic and metric updates
 2025-04-21 18:12 UTC  (5+ messages)

[RFC bpf-next 00/13] bpf: Introduce modular verifier
 2025-04-21 16:13 UTC  (3+ messages)
` [RFC bpf-next 11/13] treewide: bpf: Export symbols used by verifier

[PATCH] perf/x86/intel: Fix lbr event can placed into non lbr group
 2025-04-21 14:56 UTC  (5+ messages)

[PATCH] arm64/ptrace: Make user_hwdebug_state.dbg_regs[] array size as ARM_MAX_BRP
 2025-04-21  5:52 UTC 

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

[PATCH 1/1] tools build: Remove libbfd from the set of expected libraries to build perf
 2025-04-18 15:23 UTC  (5+ messages)

[PATCH 0/2] perf/core: Fix broken throttling bugs
 2025-04-18 13:19 UTC  (9+ messages)
` [PATCH 1/2] Revert "perf/core: Fix hardlockup failure caused by perf throttle"
` [PATCH 2/2] perf/core: Fix broken throttling when max_samples_per_tick=1

[PATCH v2 0/5] perf/x86/uncore: Overflow handling enhancements
 2025-04-18  9:27 UTC  (10+ messages)
` [PATCH v2 1/5] perf/x86/amd/uncore: Remove unused member from amd_uncore_ctx
` [PATCH v2 2/5] perf/x86/intel/uncore: Use HRTIMER_MODE_HARD for detecting overflows
` [PATCH v2 3/5] perf/x86/amd/uncore: Use hrtimer for handling overflows
` [PATCH v2 4/5] perf/x86/amd/uncore: Add parameter to configure hrtimer
` [PATCH v2 5/5] perf/x86/amd/uncore: Prevent UMC counters from saturating

[PATCH] x86/cpu/amd: Fix workaround for erratum 1054
 2025-04-18  6:19 UTC 

[PATCH] tools/perf: Allow skipping documentation when installing
 2025-04-17 23:04 UTC 

[PATCH v1] perf/amlogic: Replace smp_processor_id() with raw_smp_processor_id() in meson_ddr_pmu_create()
 2025-04-17 15:17 UTC  (3+ messages)

[PATCH Resend] perf/arm-cmn: Remove CMN-600 DTC domain special case
 2025-04-17 14:27 UTC  (2+ messages)

[PATCH] perf: Do not enable by default during compile testing
 2025-04-17 14:27 UTC  (2+ messages)

[PATCH] perf tools: Fix arm64 build by generating unistd_64.h
 2025-04-17 13:55 UTC 

[PATCH] drivers/perf: Add NULL check in thunderx2_pmu
 2025-04-17 13:25 UTC  (2+ messages)

[PATCH v2 0/7] riscv: pmu: Add support for Control Transfer Records Ext
 2025-04-17 12:51 UTC  (4+ messages)
` [PATCH v2 1/7] perf: Increase the maximum number of samples to 256

[PATCH] perf/tests: Fix tests 84 and 86 Add --metric-only on s390
 2025-04-17 11:52 UTC  (2+ messages)

[RFC PATCH v1 13/15] x86/msr: Use the alternatives mechanism to read MSR
 2025-04-17 11:10 UTC  (2+ messages)

[PATCH 0/2] perf vendor events arm64: Add some missing content for Hisi hip08 json
 2025-04-17  9:05 UTC  (6+ messages)
` [PATCH 1/2] perf vendor events arm64: Fill up Desc field for Hisi hip08 hha pmu
` [PATCH 2/2] MAINTAINERS: Add hisilicon pmu json events under its entry

[tip:perf/core] [perf] da916e96e2: BUG:KASAN:null-ptr-deref_in_put_event
 2025-04-17  8:58 UTC  (11+ messages)

[PATCH v1] perf trace: Speed up startup time by bypassing the creation of kernel maps
 2025-04-17  8:21 UTC  (2+ messages)

[PATCH] perf script: perf script tests fails with segfault
 2025-04-17  8:05 UTC  (4+ messages)

[PATCH] perf: Fix JSON output crash with intel_pt// samples
 2025-04-17  6:25 UTC  (2+ messages)

[mainline]tools/perf build warnings
 2025-04-17  3:13 UTC  (5+ messages)

[PATCH 0/4] perf/x86/amd/uncore: Overflow handling enhancements
 2025-04-16 19:15 UTC  (3+ messages)
` [PATCH 4/4] perf/x86/amd/uncore: Prevent UMC counters from saturating

[PATCH v12 18/21] tools headers: Synchronize prctl.h ABI header
 2025-04-16 16:29 UTC  (2+ messages)
` [PATCH v12 19/21] tools/perf: Allow to select the number of hash buckets

[PATCH] perf/thunderx2: Replace devm_kasprintf() call by devm_kstrdup() in tx2_uncore_pmu_register()
 2025-04-16 15:28 UTC 

[PATCH 1/3] perf/x86/intel/uncore: Fix the scale of IIO free running counters on SNR
 2025-04-16 14:24 UTC  (3+ messages)
` [PATCH 2/3] perf/x86/intel/uncore: Fix the scale of IIO free running counters on ICX
` [PATCH 3/3] perf/x86/intel/uncore: Fix the scale of IIO free running counters on SPR

[PATCHSET 00/10] tools headers: Sync header files with the kernel
 2025-04-16 13:26 UTC  (4+ messages)
` [PATCH 05/10] tools headers: Update the syscall table with the kernel sources

[PATCH v4 00/38] Mediated vPMU 4.0 for x86
 2025-04-16  7:22 UTC  (2+ messages)

[PATCH v8 0/4] Prefer sysfs/JSON events also when no PMU is provided
 2025-04-16  4:51 UTC  (5+ messages)
` [PATCH v8 1/4] perf record: Skip don't fail for events that don't open
` [PATCH v8 2/4] perf parse-events: Reapply "Prefer sysfs/JSON hardware events over legacy"
` [PATCH v8 3/4] perf parse-events: Allow software events to be terms
` [PATCH v8 4/4] perf perf_api_probe: Avoid scanning all PMUs, try software PMU first

[PATCH 1/2] perf/x86/intel: Don't clear perf metrics overflow bit unconditionally
 2025-04-15 18:47 UTC  (2+ messages)

[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
 2025-04-15 17:07 UTC  (10+ messages)
` [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available


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