linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-25 15:09:58 to 2025-04-30 09:02:24 UTC [more...]

[PATCH v4 0/4] perf/amd/ibs: Add Zen5 support (tools changes)
 2025-04-30  9:02 UTC  (12+ 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 v4 3/4] perf mem/c2c amd: Add ldlat support
` [PATCH v4 4/4] perf test amd ibs: Add sample period unit test

[PATCH v4 00/15] MSR code cleanup part one
 2025-04-30  8:41 UTC  (20+ 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()

perf filters don't work correctly inside containers
 2025-04-30  7:27 UTC  (2+ messages)

[PATCH] perf trace: Split BPF skel code to util/trace_augment.c
 2025-04-30  6:06 UTC 

[PATCH v2 0/6] Use rustc-demangle for Rust demangling
 2025-04-30  3:37 UTC  (8+ messages)
` [PATCH v2 1/6] perf demangle-rust: Add rustc-demangle C demangler
` [PATCH v2 2/6] perf symbol-elf: Integrate rust-v0 demangling
` [PATCH v2 3/6] perf demangle-rust: Remove previous legacy rust decoder
` [PATCH v2 4/6] perf test demangle-rust: Add Rust demangling test
` [PATCH v2 5/6] perf test demangle-java: Switch to using dso__demangle_sym
` [PATCH v2 6/6] perf test demangle-ocaml: "

[PATCH v3 0/5] NMI warning and debug improvements
 2025-04-30  0:24 UTC  (3+ messages)

[PATCH 0/2] perf,coresight: Reduce fragmentation with non-contiguous AUX pages for cs_etm
 2025-04-29 21:35 UTC  (9+ messages)
` [PATCH 1/2] perf: Allow non-contiguous AUX buffer pages via PMU capability

[PATCH v2] perf: Allocate non-contiguous AUX pages by default
 2025-04-29 21:31 UTC 

[PATCH 1/1 perf-tools-next] perf symbols: Handle 'u' symbols in /proc/kallsyms
 2025-04-29 21:07 UTC  (2+ messages)

[PATCH v1 0/6] Use rustc-demangle for Rust demangling
 2025-04-29 20:05 UTC  (10+ messages)
` [PATCH v1 1/6] perf demangle-rust: Add rustc-demangle C demangler
` [PATCH v1 2/6] perf symbol-elf: Integrate rust-v0 demangling
` [PATCH v1 3/6] perf demangle-rust: Remove previous legacy rust decoder
` [PATCH v1 4/6] perf test demangle-rust: Add Rust demangling test
` [PATCH v1 5/6] perf test demangle-java: Switch to using dso__demangle_sym
` [PATCH v1 6/6] perf test demangle-ocaml: "

[PATCH] perf tools: Fix in-source libperf build
 2025-04-29 19:31 UTC  (4+ messages)

[PATCH v2 0/3] Fix incorrect counts when count the same uncore event multiple times
 2025-04-29 16:58 UTC  (3+ messages)

[PATCH v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-04-29 16:11 UTC  (27+ messages)
` [PATCH v5 01/25] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v5 02/25] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v5 03/25] rcu: Add a small-width RCU watching counter debug option
` [PATCH v5 04/25] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v5 05/25] jump_label: Add annotations for validating noinstr usage
` [PATCH v5 06/25] static_call: Add read-only-after-init static calls
` [PATCH v5 07/25] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v5 08/25] x86/idle: Mark x86_idle "
` [PATCH v5 09/25] x86/paravirt: Mark pv_steal_clock "
` [PATCH v5 10/25] riscv/paravirt: "
` [PATCH v5 11/25] loongarch/paravirt: "
` [PATCH v5 12/25] arm64/paravirt: "
` [PATCH v5 13/25] arm/paravirt: "
` [PATCH v5 14/25] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v5 15/25] sched/clock: Mark sched_clock_running key "
` [PATCH v5 16/25] KVM: VMX: Mark __kvm_is_using_evmcs static "
` [PATCH v5 17/25] x86/speculation/mds: Mark mds_idle_clear key as allowed in .noinstr
` [PATCH v5 18/25] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v5 19/25] KVM: VMX: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v5 20/25] stackleack: Mark stack_erasing_bypass key "
` [PATCH v5 21/25] objtool: Add noinstr validation for static branches/calls
` [PATCH v5 22/25] module: Remove outdated comment about text_size
` [PATCH v5 23/25] module: Add MOD_NOINSTR_TEXT mem_type
` [PATCH v5 24/25] context-tracking: Introduce work deferral infrastructure
` [PATCH v5 25/25] context_tracking,x86: Defer kernel text patching IPIs

possible deadlock in perf_ctx_lock in linux6.12.25(longterm maintenance)
 2025-04-29 15:49 UTC  (3+ messages)
`  "

[PATCH v6 0/2] Prefer sysfs/JSON events also when no PMU is provided
 2025-04-29 15:47 UTC  (4+ messages)

[PATCH] perf lock contention: Symbolize zone->lock using BTF
 2025-04-29 15:28 UTC  (3+ messages)

[PATCH v3] perf test probe_vfs_getname: Skip if no suitable line detected
 2025-04-29 15:02 UTC  (4+ messages)

[PATCH v5 00/17] perf: Deferred unwinding of user space stack traces
 2025-04-29 14:00 UTC  (8+ messages)
` [PATCH v5 13/17] perf: Support deferred user callchains

[BUG] perf segfaults when combining --overwrite and intel_pt event
 2025-04-29  9:56 UTC  (6+ messages)

[PATCH v1 00/48] Perf build support for -Wshorten-64-to-32
 2025-04-29  9:53 UTC  (11+ messages)
` [PATCH v1 09/48] perf tests: Silence -Wshorten-64-to-32 warnings

[PATCH] perf tools: Fix arm64 build by generating unistd_64.h
 2025-04-29  9:21 UTC  (6+ messages)

[PATCH v3] perf script: perf script tests fails with segfault
 2025-04-29  6:51 UTC 

[PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
 2025-04-29  5:11 UTC  (7+ messages)

[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 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  (9+ messages)
` [PATCH v2 2/8] perf jitdump: Directly mark the jitdump DSO
` [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] 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 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  (3+ messages)
` [PATCH v5 06/12] unwind_user/sframe: Add prctl() interface for registering .sframe sections

[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 v3 00/14] MSR code cleanup part one
 2025-04-27  9:26 UTC  (11+ messages)
` [PATCH v3 01/14] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [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 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  (15+ messages)
` [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR

[PATCH v6 00/18] perf: Deferred unwinding of user space stack traces
 2025-04-25 17:34 UTC  (4+ messages)
` [PATCH v6 11/18] perf: Use current->flags & PF_KTHREAD instead of current->mm == NULL

[PATCH v1 0/5] perf: Default use of build IDs and improvements
 2025-04-25 16:03 UTC  (5+ messages)
` [PATCH v1 5/5] perf record: Make --buildid-mmap the default


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