public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-21 07:52:08 to 2026-01-26 07:45:14 UTC [more...]

[PATCH bpf-next v8 0/3] Pass external callchain entry to get_perf_callchain
 2026-01-26  7:43 UTC  (2+ messages)
` [PATCH bpf-next v8 1/3] perf: Add rctx in perf_callchain_entry

[RFC PATCH v1] perf sample: Add evsel to sample and avoid passing as a pair
 2026-01-26  7:18 UTC 

[RFC Patch] perf regs: Remove __weak attribute from perf-regs functions
 2026-01-26  5:20 UTC  (3+ messages)

[PATCH 0/2] Support clock domains without a PMU instance
 2026-01-26  3:30 UTC  (3+ messages)
` [PATCH 1/2] perf/arm-ni: Don't crash in probing "
` [PATCH 2/2] dt-bindings/perf: Drop irqs for "

[PATCH] perf session: print all machines in session dump
 2026-01-25 20:06 UTC 

[PATCH] perf tests: mmap: skip user counter tests when runtime PMU access is unavailable
 2026-01-24 19:39 UTC  (6+ messages)

[RFC PATCH 0/4] mm/damon: introduce perf event based access check
 2026-01-24  2:48 UTC 

[PATCH 0/6] KVM: x86/pmu: Add support for AMD HG_ONLY bits
 2026-01-24  1:09 UTC  (18+ messages)
` [PATCH 1/6] KVM: x86/pmu: Introduce amd_pmu_set_eventsel_hw()
` [PATCH 2/6] KVM: x86/pmu: Disable HG_ONLY events as appropriate for current vCPU state
` [PATCH 3/6] KVM: x86/pmu: Track enabled AMD PMCs with Host-Only xor Guest-Only bits set
` [PATCH 4/6] KVM: x86/pmu: [De]activate HG_ONLY PMCs at SVME changes and nested transitions
` [PATCH 5/6] KVM: x86/pmu: Allow HG_ONLY bits with nSVM and mediated PMU
` [PATCH 6/6] KVM: selftests: x86: Add svm_pmu_hg_test for HG_ONLY bits

[PATCH v1 0/3] perf more ELF machine usage
 2026-01-24  0:16 UTC  (4+ messages)
` [PATCH v1 1/3] perf script: Fix script_fetch_insn for more than just x86
` [PATCH v1 2/3] perf callchain: Switch callchain_param_setup from an arch to an e_machine
` [PATCH v1 3/3] perf thread-stack: Switch thread_stack__init to use e_machine

[PATCH v1 0/4] perf e_flags support for CSKY
 2026-01-23 22:22 UTC  (5+ messages)
` [PATCH v1 1/4] perf dso: Factor out e_machine reading for use in thread
` [PATCH v1 2/4] perf thread: Add optional e_flags output argument to thread__e_machine
` [PATCH v1 3/4] perf perf_regs: Accurately compute register names for CSKY
` [PATCH v1 4/4] perf unwind-libdw: Wire up e_flags "

[PATCH RESEND bpf-next v7 0/2] Pass external callchain entry to get_perf_callchain
 2026-01-23 18:40 UTC  (5+ messages)
` [PATCH bpf-next v7 2/2] bpf: Hold the perf callchain entry until used completely

[PATCH] perf pmu intel: Adjust cpumaks for sub-NUMA clusters on Emeraldrapids
 2026-01-23 18:29 UTC  (7+ messages)

[PATCH v3 00/12] perf annotate arch clean up
 2026-01-23 17:47 UTC  (17+ messages)
` [PATCH v3 01/12] perf header: Fix memory leaks in process_cpu_domain_info
` [PATCH v3 02/12] perf annotate: Fix args leak of map_symbol
` [PATCH v3 03/12] perf maps: Fix reference count leak in maps__find_ams
` [PATCH v3 04/12] perf disasm: Constify use of struct arch
` [PATCH v3 05/12] perf disasm: Constify use of struct ins_op
` [PATCH v3 06/12] perf disasm: Constify use of struct ins
` [PATCH v3 07/12] perf disasm: Rework the string arch__is to use the ELF machine
` [PATCH v3 08/12] perf disasm: Don't include C files from the arch directory
` [PATCH v3 09/12] perf disasm: Refactor ins__is_call/jump to avoid exposing arch ins_ops
` [PATCH v3 10/12] perf map_symbol: Switch from holding maps to holding thread
` [PATCH v3 11/12] perf disasm: Refactor arch__find and initialization of arch structs
` [PATCH v3 12/12] perf disasm: Minor layout tweaks for struct arch

[PATCH] perf annotate: Fix memcpy size in arch__grow_instructions
 2026-01-23 17:26 UTC  (3+ messages)

[PATCH v10 00/35] AMD and Intel metric generation with Python
 2026-01-23 17:12 UTC  (3+ messages)

[PATCH v5 0/7] Introduce structure for shell tests
 2026-01-23 17:02 UTC  (8+ messages)
` [PATCH v5 1/7] perf tests: Create a "
` [PATCH v5 4/7] perf test: Introduce storing logs "

[PATCH v1] perf tests sched: Avoid error in cleanup on loaded machines
 2026-01-23 16:50 UTC  (2+ messages)

[PATCH v1] perf inject: With --convert-callchain ignore the dummy event for dwarf stacks
 2026-01-23 16:49 UTC  (2+ messages)

[PATCH v5 00/10] perf sched: Introduce stats tool
 2026-01-23 16:42 UTC  (23+ messages)
` [PATCH v5 02/10] perf header: Support CPU DOMAIN relation info
` [PATCH v5 07/10] perf sched stats: Add support for live mode

[linux-next:master] [perf test subcmd help] ef92c4351e: kmsg.sanitizer.indirect_leak/malloc/___interceptor_backtrace/child_test_sig_handler/raise/abort
 2026-01-23 16:05 UTC  (4+ messages)

[PATCH] perf: arm_spe: Add barrier before enabling profiling buffer
 2026-01-23 16:03 UTC 

[PATCH] perf arm_spe: Fix bitfield dependency failure
 2026-01-23 14:41 UTC  (5+ messages)

[PATCH v2 0/2] tools: Fix bitfield failure and minor polish
 2026-01-23 13:32 UTC  (3+ messages)
` [PATCH v2 1/2] tools: Fix bitfield dependency failure
` [PATCH v2 2/2] perf: Remove redundant kernel.h include

[PATCH v2] perf regs: Refactor use of arch__sample_reg_masks to perf_reg_name
 2026-01-23  8:32 UTC  (6+ messages)

[PATCH v2 00/12] perf annotate arch clean up
 2026-01-22 19:20 UTC  (15+ messages)
` [PATCH v2 01/12] perf header: Fix memory leaks in process_cpu_domain_info
` [PATCH v2 02/12] perf annotate: Fix args leak of map_symbol
` [PATCH v2 03/12] perf maps: Fix reference count leak in maps__find_ams
` [PATCH v2 04/12] perf disasm: Constify use of struct arch
` [PATCH v2 05/12] perf disasm: Constify use of struct ins_op
` [PATCH v2 06/12] perf disasm: Constify use of struct ins
` [PATCH v2 07/12] perf disasm: Rework the string arch__is to use the ELF machine
` [PATCH v2 08/12] perf disasm: Don't include C files from the arch directory
` [PATCH v2 09/12] perf disasm: Refactor ins__is_call/jump to avoid exposing arch ins_ops
` [PATCH v2 10/12] perf map_symbol: Switch from holding maps to holding thread
` [PATCH v2 11/12] perf disasm: Refactor arch__find and initialization of arch structs
` [PATCH v2 12/12] perf disasm: Minor layout tweaks for struct arch

[PATCH v3] perf: arm_spe: Properly set hw.state on failures
 2026-01-22 16:30 UTC  (3+ messages)

[PATCH v1 00/11] perf annotate arch clean up
 2026-01-22 16:05 UTC  (17+ messages)
` [PATCH v1 01/11] perf maps: Fix reference count leak in maps__find_ams
` [PATCH v1 02/11] perf annotate: Fix args leak of map_symbol
` [PATCH v1 03/11] perf disasm: Constify use of struct arch
` [PATCH v1 04/11] perf disasm: Constify use of struct ins_op
` [PATCH v1 05/11] perf disasm: Constify use of struct ins
` [PATCH v1 06/11] perf disasm: Rework the string arch__is to use the ELF machine
` [PATCH v1 07/11] perf disasm: Don't include C files from the arch directory
` [PATCH v1 08/11] perf disasm: Refactor ins__is_call/jump to avoid exposing arch ins_ops
` [PATCH v1 09/11] perf map_symbol: Switch from holding maps to holding thread
` [PATCH v1 10/11] perf disasm: Refactor arch__find and initialization of arch structs
` [PATCH v1 11/11] perf disasm: Minor layout tweaks for struct arch

[PATCH] perf vendor events amd: Fix Zen 5 MAB allocation events
 2026-01-22 16:00 UTC  (2+ messages)

[PATCH v2 00/12] Implement support for IBS virtualization
 2026-01-22 14:53 UTC  (5+ messages)
` [PATCH v2 03/12] KVM: Add KVM_GET_EXT_LAPIC and KVM_SET_EXT_LAPIC for extapic

[PATCH V2 linux-next] perf test: Subtest Exclude disjoint subcmd names fails
 2026-01-22 10:48 UTC  (4+ messages)

[PATCH 0/4] Fixes for gcc 16.0.1
 2026-01-22  9:55 UTC  (8+ messages)
` [PATCH 3/4] perf list: Don't write to const memory

[PATCH v6 00/16] Support Armv8 RAS Extensions for Kernel-first error handling
 2026-01-22  9:46 UTC  (17+ messages)
` [PATCH v6 01/16] ACPI/AEST: Parse the AEST table
` [PATCH v6 02/16] ras: AEST: Add probe/remove for AEST driver
` [PATCH v6 03/16] ras: AEST: support different group format
` [PATCH v6 04/16] ras: AEST: Unify the read/write interface for system and MMIO register
` [PATCH v6 05/16] ras: AEST: Probe RAS system architecture version
` [PATCH v6 06/16] ras: AEST: Support RAS Common Fault Injection Model Extension
` [PATCH v6 07/16] ras: AEST: Support CE threshold of error record
` [PATCH v6 08/16] ras: AEST: Enable and register IRQs
` [PATCH v6 09/16] ras: AEST: Add cpuhp callback
` [PATCH v6 10/16] ras: AEST: Introduce AEST driver sysfs interface
` [PATCH v6 11/16] ras: AEST: Add error count tracking and debugfs interface
` [PATCH v6 12/16] ras: AEST: Allow configuring CE threshold via debugfs
` [PATCH v6 13/16] ras: AEST: Introduce AEST inject interface to test AEST driver
` [PATCH v6 14/16] ras: AEST: Add framework to process AEST vendor node
` [PATCH v6 15/16] ras: AEST: support vendor node CMN700
` [PATCH v6 16/16] trace, ras: add ARM RAS extension trace event

[Patch v5 00/19] Support SIMD/eGPRs/SSP registers sampling for perf
 2026-01-22  8:29 UTC  (12+ messages)
` [Patch v5 18/19] perf parse-regs: Support new SIMD sampling format

[PATCH V2 00/13] Add DMR/NVL and missing PTL uncore support
 2026-01-22  7:10 UTC  (9+ messages)
` [PATCH V2 11/13] perf pmu: Relax uncore wildcard matching to allow numeric suffix

[PATCH] perf/x86/amd/uncore: Use Node ID to identify DF and UMC domains
 2026-01-22  6:48 UTC  (2+ messages)

[GIT PULL] perf-tools fixes for v6.19-rc7
 2026-01-22  5:59 UTC  (2+ messages)

unsubscribe
 2026-01-22  5:10 UTC  (2+ messages)
` Apology for noise

[PATCH v2] perf jevents: Handle deleted JSONS in out of source builds
 2026-01-21 16:19 UTC 

[PATCH] perf jevents: Handle deleted JSONS in out of source builds
 2026-01-21  9:51 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox