messages from 2025-04-24 20:16:28 to 2025-04-29 04:00:49 UTC [more...]
[PATCH v4 0/4] perf/amd/ibs: Add Zen5 support (tools changes)
2025-04-29 3:59 UTC (3+ messages)
` [PATCH v4 1/4] perf amd ibs: Add Load Latency bits in raw dump
` [PATCH v4 2/4] perf amd ibs: Incorporate Zen5 DTLB and PageSize information
[PATCH RESEND v6 00/21] drivers/perf: apple_m1: Add Apple A7-A11, T2 SoC support
2025-04-29 3:42 UTC (22+ messages)
` [PATCH RESEND v6 01/21] dt-bindings: arm: pmu: Add Apple A7-A11 SoC CPU PMU compatibles
` [PATCH RESEND v6 02/21] drivers/perf: apple_m1: Only init PMUv3 remap when EL2 is available
` [PATCH RESEND v6 03/21] drivers/perf: apple_m1: Support per-implementation event tables
` [PATCH RESEND v6 04/21] drivers/perf: apple_m1: Support a per-implementation number of counters
` [PATCH RESEND v6 05/21] drivers/perf: apple_m1: Support configuring counters for 32-bit EL0
` [PATCH RESEND v6 06/21] drivers/perf: apple_m1: Support per-implementation PMU startup
` [PATCH RESEND v6 07/21] drivers/perf: apple_m1: Support per-implementation event attr group
` [PATCH RESEND v6 08/21] drivers/perf: apple_m1: Add Apple A7 support
` [PATCH RESEND v6 09/21] drivers/perf: apple_m1: Add Apple A8/A8X support
` [PATCH RESEND v6 10/21] drivers/perf: apple_m1: Add A9/A9X support
` [PATCH RESEND v6 11/21] drivers/perf: apple_m1: Add Apple A10/A10X/T2 Support
` [PATCH RESEND v6 12/21] drivers/perf: apple_m1: Add Apple A11 Support
` [PATCH RESEND v6 13/21] arm64: dts: apple: s5l8960x: Add CPU PMU nodes
` [PATCH RESEND v6 14/21] arm64: dts: apple: t7000: "
` [PATCH RESEND v6 15/21] arm64: dts: apple: t7001: "
` [PATCH RESEND v6 16/21] arm64: dts: apple: s800-0-3: "
` [PATCH RESEND v6 17/21] arm64: dts: apple: s8001: "
` [PATCH RESEND v6 18/21] arm64: dts: apple: t8010: "
` [PATCH RESEND v6 19/21] arm64: dts: apple: t8011: "
` [PATCH RESEND v6 20/21] arm64: dts: apple: t8012: "
` [PATCH RESEND v6 21/21] arm64: dts: apple: t8015: "
[PATCH v5 00/17] perf: Deferred unwinding of user space stack traces
2025-04-29 0:29 UTC (11+ messages)
` [PATCH v5 11/17] perf: Simplify get_perf_callchain() user logic
` [PATCH v5 13/17] perf: Support deferred user callchains
[PATCH v3 0/9] perf: Default use of build IDs and improvements
2025-04-28 21:34 UTC (10+ messages)
` [PATCH v3 1/9] perf callchain: Always populate the addr_location map when adding IP
` [PATCH v3 2/9] perf build-id: Reduce size of "size" variable
` [PATCH v3 3/9] perf build-id: Truncate to avoid overflowing the build_id data
` [PATCH v3 4/9] perf build-id: Change sprintf functions to snprintf
` [PATCH v3 5/9] perf build-id: Mark DSO in sample callchains
` [PATCH v3 6/9] perf build-id: Ensure struct build_id is empty before use
` [PATCH v3 7/9] perf dso: Move build_id to dso_id
` [PATCH v3 8/9] perf jitdump: Directly mark the jitdump DSO
` [PATCH v3 9/9] perf record: Make --buildid-mmap the default
[PATCH v2 0/8] perf: Default use of build IDs and improvements
2025-04-28 20:22 UTC (11+ messages)
` [PATCH v2 2/8] perf jitdump: Directly mark the jitdump DSO
` [PATCH v2 5/8] perf build-id: Change sprintf functions to snprintf
` [PATCH v2 7/8] perf dso: Move build_id to dso_id
[PATCH v5 0/9] tracing: Deferred unwinding of user space stack traces
2025-04-28 18:13 UTC (7+ messages)
` [PATCH v5 3/9] unwind deferred: Use bitmask to determine which callbacks to call
[PATCH v1 00/48] Perf build support for -Wshorten-64-to-32
2025-04-28 16:29 UTC (10+ messages)
` [PATCH v1 09/48] perf tests: Silence -Wshorten-64-to-32 warnings
[BUG] perf segfaults when combining --overwrite and intel_pt event
2025-04-28 14:16 UTC (5+ messages)
[PATCH] perf/x86/intel: KVM: Mask PEBS_ENABLE loaded for guest with vCPU's value
2025-04-28 14:13 UTC (3+ messages)
[PATCH] libperf: Grant write permission for user page
2025-04-28 13:37 UTC
[PATCH] perf tools: Fix arm64 build by generating unistd_64.h
2025-04-28 13:23 UTC (2+ messages)
[PATCH 0/4] perf fixes
2025-04-28 11:11 UTC (4+ messages)
` [PATCH 2/4] perf: Fix irq work dereferencing garbage
[PATCH v5 00/12] unwind_deferred: Implement sframe handling
2025-04-28 9:00 UTC (12+ messages)
` [PATCH v5 04/12] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v5 05/12] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v5 06/12] unwind_user/sframe: Add prctl() interface for registering .sframe sections
` [PATCH v5 07/12] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v5 08/12] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v5 09/12] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v5 10/12] unwind_user/sframe: Show file name in debug output
` [PATCH v5 11/12] unwind_user/sframe: Enable debugging in uaccess regions
` [PATCH v5 12/12] unwind_user/sframe: Add .sframe validation option
[PATCH 0/2] perf,coresight: Reduce fragmentation with non-contiguous AUX pages for cs_etm
2025-04-28 8:56 UTC (7+ messages)
` [PATCH 1/2] perf: Allow non-contiguous AUX buffer pages via PMU capability
[PATCH V2] perf/core: Fix a defect in perf_output_sample
2025-04-28 8:36 UTC
[mainline]Warning while building tools/perf
2025-04-28 7:42 UTC (3+ messages)
[PATCH] perf lock contention: Symbolize zone->lock using BTF
2025-04-28 4:42 UTC (2+ messages)
[PATCH v3 00/14] MSR code cleanup part one
2025-04-27 9:26 UTC (24+ messages)
` [PATCH v3 01/14] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v3 02/14] x86/msr: Remove rdpmc()
` [PATCH v3 03/14] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v3 04/14] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v3 05/14] x86/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v3 06/14] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v3 07/14] x86/msr: Add the native_rdmsrq() helper
` [PATCH v3 08/14] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v3 09/14] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v3 10/14] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v3 11/14] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v3 12/14] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v3 13/14] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v3 14/14] x86/msr: Change the function type of native_read_msr_safe()
[PATCH v4 00/15] MSR code cleanup part one
2025-04-27 9:20 UTC (16+ messages)
` [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
` [PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v4 03/15] x86/msr: Remove rdpmc()
` [PATCH v4 04/15] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v4 05/15] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v4 06/15] x86/xen/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v4 07/15] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v4 08/15] x86/msr: Add the native_rdmsrq() helper
` [PATCH v4 09/15] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v4 10/15] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v4 11/15] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v4 12/15] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v4 13/15] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v4 14/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v4 15/15] x86/msr: Change the function type of native_read_msr_safe()
[PATCH v4 1/2] perf trace: Implement syscall summary in BPF
2025-04-25 21:51 UTC (7+ messages)
[PATCH v3 00/10] Move uid filtering to BPF filters
2025-04-25 21:40 UTC (11+ messages)
` [PATCH v3 01/10] perf parse-events filter: Use evsel__find_pmu
` [PATCH v3 02/10] perf target: Separate parse_uid into its own function
` [PATCH v3 03/10] perf parse-events: Add parse_uid_filter helper
` [PATCH v3 04/10] perf record: Switch user option to use BPF filter
` [PATCH v3 05/10] perf tests record: Add basic uid filtering test
` [PATCH v3 06/10] perf top: Switch user option to use BPF filter
` [PATCH v3 07/10] perf trace: "
` [PATCH v3 08/10] perf bench evlist-open-close: "
` [PATCH v3 09/10] perf target: Remove uid from target
` [PATCH v3 10/10] perf thread_map: Remove uid options
[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
2025-04-25 20:12 UTC (22+ messages)
` [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
[PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
2025-04-25 17:46 UTC (6+ messages)
[PATCH v6 00/18] perf: Deferred unwinding of user space stack traces
2025-04-25 17:34 UTC (21+ messages)
` [PATCH v6 01/18] unwind_user: Add user space unwinding API
` [PATCH v6 02/18] unwind_user: Add frame pointer support
` [PATCH v6 03/18] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v6 04/18] perf/x86: Rename and move get_segment_base() and make it global
` [PATCH v6 05/18] unwind_user: Add compat mode frame pointer support
` [PATCH v6 06/18] unwind_user/x86: Enable compat mode frame pointer unwinding on x86
` [PATCH v6 07/18] unwind_user/deferred: Add unwind_deferred_trace()
` [PATCH v6 08/18] unwind_user/deferred: Add unwind cache
` [PATCH v6 09/18] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v6 10/18] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v6 11/18] perf: Use current->flags & PF_KTHREAD instead of current->mm == NULL
` [PATCH v6 12/18] perf: Simplify get_perf_callchain() user logic
` [PATCH v6 13/18] perf: Skip user unwind if the task is a kernel thread
` [PATCH v6 14/18] perf: Support deferred user callchains
` [PATCH v6 15/18] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v6 16/18] perf record: Enable defer_callchain for user callchains
` [PATCH v6 17/18] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v6 18/18] perf tools: Merge deferred user callchains
[PATCH v1 0/5] perf: Default use of build IDs and improvements
2025-04-25 16:03 UTC (6+ messages)
` [PATCH v1 5/5] perf record: Make --buildid-mmap the default
[PATCH] tools headers: Update the include/vdso/unaligned.h to sync headers
2025-04-25 14:46 UTC (3+ messages)
[PATCH v2 0/3] perf vendor events arm64: Do some cleanup for Hisi hip08 json
2025-04-25 14:31 UTC (8+ 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 v4 00/38] Mediated vPMU 4.0 for x86
2025-04-25 13:56 UTC (12+ messages)
` [PATCH v4 05/38] perf: Add generic exclude_guest support
` [PATCH v4 09/38] perf: Add switch_guest_ctx() interface
` [PATCH v4 10/38] perf/x86: Support switch_guest_ctx interface
[PATCH] perf/x86: Fix open counting event error
2025-04-25 10:12 UTC (4+ messages)
[PATCH] perf build: Add tools/arch/x86/include/asm/amd/ibs.h to sync the headers
2025-04-25 6:58 UTC (8+ messages)
[PATCH] perf/x86/intel: Fix lbr event can placed into non lbr group
2025-04-25 3:44 UTC (7+ messages)
[PATCH v2 0/3] Add support for SPE Data Source packet on HiSilicon HIP12
2025-04-25 3:38 UTC (4+ messages)
` [PATCH v2 1/3] arm64: cputype: Add cputype definition for HIP12
` [PATCH v2 2/3] perf arm-spe: Add support for SPE Data Source packet on HiSilicon HIP12
` [PATCH v2 3/3] perf mem: Count L2 HITM for c2c statistic
kvm guests crash when running "perf kvm top"
2025-04-25 0:17 UTC (4+ messages)
[PATCH v4] perf report: Skip unsupported new event types
2025-04-24 22:38 UTC (5+ messages)
[PATCH v2 00/12] Move uid filtering to BPF filters
2025-04-24 21:35 UTC (4+ messages)
` [PATCH v2 06/12] perf record: Switch user option to use BPF filter
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).