linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-22 18:05:53 to 2025-04-25 08:35:38 UTC [more...]

[PATCH v3 00/14] MSR code cleanup part one
 2025-04-25  8:34 UTC  (5+ messages)
` [PATCH v3 01/14] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v3 04/14] x86/msr: Convert the rdpmc() macro into an always inline function
` [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 v5 00/17] perf: Deferred unwinding of user space stack traces
 2025-04-25  7:13 UTC  (31+ 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

[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
 2025-04-25  7:11 UTC  (64+ 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 06/34] x86/msr: Use the alternatives mechanism to read PMC
` [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
` [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 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

[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 v4 1/2] perf trace: Implement syscall summary in BPF
 2025-04-24 22:06 UTC  (7+ 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

[PATCH v5 00/12] unwind_deferred: Implement sframe handling
 2025-04-24 20:28 UTC  (14+ messages)
` [PATCH v5 01/12] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v5 02/12] unwind_user/sframe: Store sframe section data in per-mm maple tree
` [PATCH v5 03/12] x86/uaccess: Add unsafe_copy_from_user() implementation
` [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 v2 0/8] perf: Default use of build IDs and improvements
 2025-04-24 19:58 UTC  (9+ messages)
` [PATCH v2 1/8] perf callchain: Always populate the addr_location map when adding IP
` [PATCH v2 2/8] perf jitdump: Directly mark the jitdump DSO
` [PATCH v2 3/8] perf build-id: Reduce size of "size" variable
` [PATCH v2 4/8] perf build-id: Truncate to avoid overflowing the build_id data
` [PATCH v2 5/8] perf build-id: Change sprintf functions to snprintf
` [PATCH v2 6/8] perf build-id: Mark DSO in sample callchains
` [PATCH v2 7/8] perf dso: Move build_id to dso_id
` [PATCH v2 8/8] perf record: Make --buildid-mmap the default

[PATCH v5 0/9] tracing: Deferred unwinding of user space stack traces
 2025-04-24 19:29 UTC  (11+ messages)
` [PATCH v5 1/9] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v5 2/9] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v5 3/9] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v5 4/9] tracing: Do not bother getting user space stacktraces for kernel threads
` [PATCH v5 5/9] tracing: Rename __dynamic_array() to __dynamic_field() for ftrace events
` [PATCH v5 6/9] tracing: Implement deferred user space stacktracing
` [PATCH v5 7/9] mm: Add guard for mmap_read_lock
` [PATCH v5 8/9] tracing: Have deferred user space stacktrace show file offsets
` [PATCH v5 9/9] tracing: Show inode and device major:minor in deferred user space stacktrace

[PATCH 0/2] perf,coresight: Reduce fragmentation with non-contiguous AUX pages for cs_etm
 2025-04-24 18:32 UTC  (11+ 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/x86: Fix open counting event error
 2025-04-24 18:14 UTC  (7+ messages)

[PATCH] perf/tests: Fix tests 84 and 86 Add --metric-only on s390
 2025-04-24 17:50 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  (5+ messages)
` [PATCH v4 12/39] unwind_user: Add frame pointer support

[PATCH v1] perf tool_pmu: Fix aggregation on duration_time
 2025-04-24 12:57 UTC  (3+ messages)

[PATCH] perf arm-spe: Add support for SPE Data Source packet on HiSilicon HIP12
 2025-04-24 12:48 UTC  (8+ 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] 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 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


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