messages from 2025-04-22 07:14:34 to 2025-04-24 17:51:36 UTC [more...]
[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
2025-04-24 17:50 UTC (82+ 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] perf/tests: Fix tests 84 and 86 Add --metric-only on s390
2025-04-24 17:50 UTC (2+ messages)
[PATCH v5 00/17] perf: Deferred unwinding of user space stack traces
2025-04-24 17:47 UTC (27+ messages)
` [PATCH v5 01/17] unwind_user: Add user space unwinding API
` [PATCH v5 02/17] unwind_user: Add frame pointer support
` [PATCH v5 03/17] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v5 04/17] perf/x86: Rename and move get_segment_base() and make it global
` [PATCH v5 05/17] unwind_user: Add compat mode frame pointer support
` [PATCH v5 06/17] unwind_user/x86: Enable compat mode frame pointer unwinding on x86
` [PATCH v5 07/17] unwind_user/deferred: Add unwind_deferred_trace()
` [PATCH v5 08/17] unwind_user/deferred: Add unwind cache
` [PATCH v5 09/17] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v5 10/17] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v5 11/17] perf: Simplify get_perf_callchain() user logic
` [PATCH v5 12/17] perf: Skip user unwind if !current->mm
` [PATCH v5 13/17] perf: Support deferred user callchains
` [PATCH v5 14/17] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v5 15/17] perf record: Enable defer_callchain for user callchains
` [PATCH v5 16/17] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v5 17/17] perf tools: Merge deferred user callchains
[PATCH] perf/x86: Fix open counting event error
2025-04-24 17:15 UTC (6+ messages)
[PATCH] perf build: Add tools/arch/x86/include/asm/amd/ibs.h to sync the headers
2025-04-24 17:09 UTC (2+ messages)
[PATCH 0/4] perf fixes
2025-04-24 16:32 UTC (8+ messages)
` [PATCH 1/4] perf: Fix failing inherit_event() doing extra refcount decrement on parent
` [PATCH 2/4] perf: Fix irq work dereferencing garbage
` [PATCH 3/4] perf: Remove too early and redundant CPU hotplug handling
` [PATCH 4/4] perf: Fix confusing aux iteration
[PATCH v4 00/39] unwind, perf: sframe user space unwinding
2025-04-24 13:41 UTC (16+ messages)
` [PATCH v4 01/39] task_work: Fix TWA_NMI_CURRENT error handling
` [PATCH v4 02/39] task_work: Fix TWA_NMI_CURRENT race with __schedule()
` [PATCH v4 09/39] x86/vdso: Enable sframe generation in VDSO
` [PATCH v4 12/39] unwind_user: Add frame pointer support
kvm guests crash when running "perf kvm top"
2025-04-24 13:13 UTC (3+ messages)
[PATCH v1] perf tool_pmu: Fix aggregation on duration_time
2025-04-24 12:57 UTC (3+ messages)
[PATCH v4] perf report: Skip unsupported new event types
2025-04-24 12:52 UTC (4+ messages)
[PATCH] perf arm-spe: Add support for SPE Data Source packet on HiSilicon HIP12
2025-04-24 12:48 UTC (10+ messages)
[PATCH 1/3] perf sort: Keep output fields in the same level
2025-04-24 12:37 UTC (11+ messages)
` [perf top] annotation doesn't work, libunwind doesn't seem to be working either
[PATCH 0/2] perf,coresight: Reduce fragmentation with non-contiguous AUX pages for cs_etm
2025-04-24 11:29 UTC (10+ 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] perf/core: Handling the race between exit_mmap and perf sample
2025-04-24 10:40 UTC (2+ messages)
[PATCH] perf tools: Fix arm64 build by generating unistd_64.h
2025-04-24 10:28 UTC (3+ messages)
Potential Linux Crash: WARNING in release_bp_slot in linux6.12.24(longterm maintenance)
2025-04-24 9:32 UTC (2+ messages)
[PATCHSET 00/10] tools headers: Sync header files with the kernel
2025-04-24 7:33 UTC (7+ messages)
` [PATCH 05/10] tools headers: Update the syscall table with the kernel sources
[PATCH v1 0/5] perf: Default use of build IDs and improvements
2025-04-24 7:20 UTC (7+ messages)
` [PATCH v1 1/5] perf build-id: Reduce size of "size" variable
` [PATCH v1 2/5] perf build-id: Truncate to avoid overflowing the build_id data
` [PATCH v1 3/5] perf build-id: Change sprintf functions to snprintf
` [PATCH v1 4/5] perf dso: Move build_id to dso_id
` [PATCH v1 5/5] perf record: Make --buildid-mmap the default
[PATCH v2 0/3] Fix incorrect counts when count the same uncore event multiple times
2025-04-23 22:48 UTC (4+ messages)
` [PATCH v2 3/3] perf test: Add stat uniquifying test
[PATCH] perf/x86/intel: Fix lbr event can placed into non lbr group
2025-04-23 22:11 UTC (6+ messages)
[PATCH v4 1/2] perf trace: Implement syscall summary in BPF
2025-04-23 20:50 UTC (6+ messages)
[PATCH v1 0/3] Metric related performance improvements
2025-04-23 20:48 UTC (3+ messages)
[PATCH 0/4] perf report: Support custom output fields in hierarchy mode
2025-04-23 20:46 UTC (2+ messages)
[PATCH v5 00/16] Intel TPEBS min/max/mean/last support
2025-04-23 15:04 UTC (10+ messages)
` [PATCH v5 09/16] perf intel-tpebs: Refactor tpebs_results list
` [PATCH v5 14/16] perf stat: Add mean, min, max and last --tpebs-mode options
[PATCH RESEND 0/3] Add PMC support for Zhaoxin Yongfeng architecture
2025-04-23 6:35 UTC (4+ messages)
` [PATCH RESEND 1/3] x86/cpu/zhaoxin: Introduce macros for Zhaoxin family numbers
` [PATCH RESEND 2/3] perf/x86/zhaoxin: Replace open-coded model number with macros
` [PATCH RESEND 3/3] perf/x86/zhaoxin: Add Yongfeng support
[PATCH v5 00/21] Add Counter delegation ISA extension support
2025-04-23 0:17 UTC (8+ messages)
` [PATCH v5 01/21] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [PATCH v5 11/21] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v5 20/21] tools/perf: Pass the Counter constraint values in the pmu events
[Patch v3 00/22] Arch-PEBS and PMU supports for Clearwater Forest and Panther Lake
2025-04-22 22:50 UTC (8+ messages)
` [Patch v3 12/22] perf/x86/intel: Update dyn_constranit base on PEBS event precise level
[PATCH v2] perf script: perf script tests fails with segfault
2025-04-22 12:19 UTC (2+ messages)
[PING PATCH v3] perf test: Allow tolerance for leader sampling test
2025-04-22 11:06 UTC
[PATCH] perf/tests: Fix tests 84 and 86 Add --metric-only on s390
2025-04-22 9:30 UTC (3+ messages)
[PATCH] tools headers: Update the include/vdso/unaligned.h to sync headers
2025-04-22 9:11 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).