linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-10 23:51:52 to 2025-07-16 20:18:35 UTC [more...]

[PATCH v5 0/3] Add support for long task name
 2025-07-16 20:18 UTC  (6+ messages)
` [PATCH v5 1/3] exec: Remove obsolete comments
` [PATCH v5 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v5 3/3] treewide: Switch from tsk->comm to tsk->comm_str which is 64 bytes long

[PATCHSET v3 0/8] perf annotate: Support --code-with-type on TUI
 2025-07-16 20:16 UTC  (13+ messages)
` [PATCH v3 1/8] perf annotate: Rename to __hist_entry__tui_annotate()
` [PATCH v3 2/8] perf annotate: Remove __annotation_line__write()
` [PATCH v3 3/8] perf annotate: Pass annotation_print_data to annotation_line__write()
` [PATCH v3 4/8] perf annotate: Simplify width calculation in annotation_line__write()
` [PATCH v3 5/8] perf annotate: Add --code-with-type support for TUI
` [PATCH v3 6/8] perf annotate: Add 'T' hot key to toggle data type display
` [PATCH v3 7/8] perf annotate: Show warning when debuginfo is not available
` [PATCH v3 8/8] perf annotate: Hide data-type for stack operation and canary

[PATCH v1 1/3] tools subcmd: Tighten the filename size in check_if_command_finished
 2025-07-16 20:15 UTC  (3+ messages)
` [PATCH v1 2/3] perf pmu: Switch FILENAME_MAX to NAME_MAX
` [PATCH v1 3/3] perf ui scripts: "

[PATCH v1 00/12] CPU mask improvements/fixes particularly for hybrid
 2025-07-16 20:09 UTC  (5+ messages)
` [PATCH v1 04/12] perf parse-events: Allow the cpu term to be a PMU

[RFC PATCH v1 1/1] perf test: Increase load in lock contention test on low-activity systems
 2025-07-16 19:50 UTC  (2+ messages)

[PATCH] perf sched timehist: decode process names of processes in zombie state
 2025-07-16 19:36 UTC  (4+ messages)

[PATCH v1] perf flamegraph: Fix minor pylint/type hint issues
 2025-07-16 17:43 UTC  (2+ messages)

[PATCH] perf core: Remove perf_event_attrs and perf_event_refresh
 2025-07-16 13:51 UTC 

[PATCH v1 00/11] Implement support for IBS virtualization
 2025-07-16 10:10 UTC  (11+ messages)
` [PATCH v1 02/11] KVM: Add KVM_GET_LAPIC_W_EXTAPIC and KVM_SET_LAPIC_W_EXTAPIC for extapic
` [PATCH v1 04/11] KVM: x86: Add emulation support for Extented LVT registers
` [PATCH v1 08/11] KVM: SVM: Extend VMCB area for virtualized IBS registers

[PATCH v4 00/23] ARM64 PMU Partitioning
 2025-07-15 23:22 UTC  (28+ messages)
` [PATCH v4 01/23] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v4 02/23] KVM: arm64: Reorganize PMU includes
` [PATCH v4 03/23] KVM: arm64: Reorganize PMU functions
` [PATCH v4 04/23] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v4 05/23] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH v4 06/23] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH v4 07/23] KVM: arm64: Account for partitioning in kvm_pmu_get_max_counters()
` [PATCH v4 08/23] KVM: arm64: Introduce non-UNDEF FGT control
` [PATCH v4 09/23] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v4 10/23] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH v4 11/23] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
` [PATCH v4 12/23] KVM: arm64: Writethrough trapped PMOVS register
` [PATCH v4 13/23] KVM: arm64: Write fast path PMU register handlers
` [PATCH v4 14/23] KVM: arm64: Setup MDCR_EL2 to handle a partitioned PMU
` [PATCH v4 15/23] KVM: arm64: Account for partitioning in PMCR_EL0 access
` [PATCH v4 16/23] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v4 17/23] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH v4 18/23] KVM: arm64: Extract enum debug_owner to enum vcpu_register_owner
` [PATCH v4 19/23] KVM: arm64: Implement lazy PMU context swaps
` [PATCH v4 20/23] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH v4 21/23] KVM: arm64: Inject recorded guest interrupts
` [PATCH v4 22/23] KVM: arm64: Add ioctl to partition the PMU when supported
` [PATCH v4 23/23] KVM: arm64: selftests: Add test case for partitioned PMU

[PATCH v2] perf ftrace latency: Add -e option to measure time between two events
 2025-07-15 17:38 UTC  (3+ messages)

[PATCH v1 0/7] perf auxtrace: Support AUX pause with BPF backend
 2025-07-15 17:12 UTC  (5+ messages)
` [PATCH v1 2/7] bpf: Add bpf_perf_event_aux_pause kfunc

[PATCH v2 00/16] Introduce STM32 DDR PMU for STM32MP platforms
 2025-07-15 15:02 UTC  (29+ messages)
` [PATCH v2 01/16] bus: firewall: move stm32_firewall header file in include folder
` [PATCH v2 02/16] dt-bindings: stm32: stm32mp25: add `access-controller-cell` property
` [PATCH v2 03/16] clk: stm32mp25: add firewall grant_access ops
` [PATCH v2 04/16] arm64: dts: st: set rcc as an access-controller
` [PATCH v2 05/16] dt-bindings: memory: add jedec,ddr[3-4]-channel binding
` [PATCH v2 06/16] arm64: dts: st: add LPDDR channel to stm32mp257f-dk board
` [PATCH v2 07/16] arm64: dts: st: add DDR channel to stm32mp257f-ev1 board
` [PATCH v2 08/16] dt-bindings: perf: stm32: introduce DDRPERFM dt-bindings
` [PATCH v2 09/16] perf: stm32: introduce DDRPERFM driver
` [PATCH v2 10/16] Documentation: perf: stm32: add ddrperfm support
` [PATCH v2 11/16] MAINTAINERS: add myself as STM32 DDR PMU maintainer
` [PATCH v2 12/16] ARM: dts: stm32: add ddrperfm on stm32mp131
` [PATCH v2 13/16] ARM: dts: stm32: add ddrperfm on stm32mp151
` [PATCH v2 14/16] arm64: dts: st: add ddrperfm on stm32mp251
` [PATCH v2 15/16] arm64: dts: st: support ddrperfm on stm32mp257f-dk
` [PATCH v2 16/16] arm64: dts: st: support ddrperfm on stm32mp257f-ev1

[PATCH v3 00/10] perf: arm_spe: Armv8.8 SPE features
 2025-07-15 13:28 UTC  (20+ messages)
` [PATCH v3 01/10] arm64: sysreg: Add new PMSFCR_EL1 fields and PMSDSFR_EL1 register
` [PATCH v3 02/10] perf: arm_spe: Support FEAT_SPEv1p4 filters
` [PATCH v3 03/10] perf: arm_spe: Add support for FEAT_SPE_EFT extended filtering
` [PATCH v3 04/10] arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
` [PATCH v3 06/10] perf: Add perf_event_attr::config4
` [PATCH v3 07/10] perf: arm_spe: Add support for filtering on data source

[PATCH v3 00/14] perf arm-spe: Support new events in FEAT_SPEv1p4
 2025-07-15 11:15 UTC  (7+ messages)
` [PATCH v3 01/14] drivers/perf: arm_spe: Expose event filter

[PATCH AUTOSEL 5.15 2/3] perf/core: Fix WARN in perf_sigtrap()
 2025-07-14 23:08 UTC 

[PATCH AUTOSEL 6.1 3/4] perf/core: Fix WARN in perf_sigtrap()
 2025-07-14 23:07 UTC 

[PATCH AUTOSEL 6.6 4/6] perf/core: Fix WARN in perf_sigtrap()
 2025-07-14 23:07 UTC 

[PATCH AUTOSEL 6.12 07/12] perf/core: Fix WARN in perf_sigtrap()
 2025-07-14 23:07 UTC 

[PATCH AUTOSEL 6.15 08/15] perf/core: Fix WARN in perf_sigtrap()
 2025-07-14 23:06 UTC 

[PATCH v7 00/16] New perf ilist app
 2025-07-14 16:44 UTC  (17+ messages)
` [PATCH v7 01/16] perf python: Add more exceptions on error paths
` [PATCH v7 02/16] perf jevents: Add common software event json
` [PATCH v7 03/16] perf parse-events: Remove non-json software events
` [PATCH v7 04/16] perf tp_pmu: Factor existing tracepoint logic to new file
` [PATCH v7 05/16] perf tp_pmu: Add event APIs
` [PATCH v7 06/16] perf list: Remove tracepoint printing code
` [PATCH v7 07/16] perf list: Skip ABI PMUs when printing pmu values
` [PATCH v7 08/16] perf python: Improve the tracepoint function if no libtraceevent
` [PATCH v7 09/16] perf python: Add basic PMU abstraction and pmus sequence
` [PATCH v7 10/16] perf python: Add function returning dictionary of all events on a PMU
` [PATCH v7 11/16] perf ilist: Add new python ilist command
` [PATCH v7 12/16] perf python: Add parse_metrics function
` [PATCH v7 13/16] perf python: Add evlist metrics function
` [PATCH v7 14/16] perf python: Add evlist compute_metric
` [PATCH v7 15/16] perf python: Add metrics function
` [PATCH v7 16/16] perf ilist: Add support for metrics

[PATCH RESEND v7 00/21] drivers/perf: apple_m1: Add Apple A7-A11, T2 SoC support
 2025-07-14 15:59 UTC  (8+ messages)
` [PATCH RESEND v7 02/21] drivers/perf: apple_m1: Only init PMUv3 remap when EL2 is available
` [PATCH RESEND v7 05/21] drivers/perf: apple_m1: Support configuring counters for 32-bit EL0

[PATCH v2 0/2] perf/arm-ni: IRQ improvements
 2025-07-14 15:10 UTC  (4+ messages)
` [PATCH v2 1/2] perf/arm-ni: Consolidate CPU affinity handling
` [PATCH v2 2/2] perf/arm-ni: Support sharing IRQs within an NI instance

[PATCH v2 0/3] perf/cxlpmu: Fix allocation argument order and minor formatting
 2025-07-14 15:10 UTC  (2+ messages)

[PATCH 0/3] perf: arm_spe: Add support for SPE VM interface
 2025-07-14  8:58 UTC  (7+ messages)
` [PATCH 2/3] perf: arm_spe: Disable buffer before writing to PMBPTR_EL1 or PMBSR_EL1

[PATCH 1/1] uprobes: relax valid_vma check for VM_MAYSHARE
 2025-07-14  8:30 UTC  (3+ messages)

[PATCH v2 00/13] Python motivated fixes and cleanup
 2025-07-14  5:15 UTC  (13+ messages)
` [PATCH v2 03/13] perf spark: Fix includes and add SPDX
` [PATCH v2 04/13] perf pmu: Tolerate failure to read the type for wellknown PMUs
` [PATCH v2 05/13] perf metricgroup: Factor out for-each function and move out printing
` [PATCH v2 06/13] perf stat: Move metric list from config to evlist
` [PATCH v2 07/13] perf expr: Accumulate rather than replace in the context counts
` [PATCH v2 08/13] perf jevents: If the long_desc and desc are identical then drop the long_desc
` [PATCH v2 09/13] perf python: In str(evsel) use the evsel__pmu_name helper
` [PATCH v2 10/13] perf python: Fix thread check in pyrf_evsel__read
` [PATCH v2 11/13] perf python: Correct pyrf_evsel__read for tool PMUs
` [PATCH v2 12/13] perf python: Improve leader copying from evlist
` [PATCH v2 13/13] perf python: Set index error for invalid thread/cpu map items

[PATCH] perf tests bp_account: Fix leaked file descriptor
 2025-07-14  5:15 UTC  (3+ messages)

[PATCH v2] perf stat: Fix JSON output formatting in iostat_prefix()
 2025-07-13 15:12 UTC 

[PATCH] perf ftrace latency: Add -e option to measure time between two events
 2025-07-12  0:34 UTC  (2+ messages)

[PATCH v2 0/5] Refactoring finding CPU phandles in DT
 2025-07-11 16:08 UTC  (14+ messages)
` [PATCH v2 1/5] of: add infra for finding CPU id from phandle
` [PATCH v2 2/5] arch_topology: update CPU map to use the new API
` [PATCH v2 3/5] coresight: cti: Use of_cpu_phandle_to_id for grabbing CPU id
` [PATCH v2 4/5] coresight: "
` [PATCH v2 5/5] perf/arm-dsu: refactor cpu id retrieval via new API of_cpu_phandle_to_id

[PATCH 0/6] Add PPMU support for Tesla FSD
 2025-07-11 14:45 UTC  (3+ messages)
  ` [PATCH 4/6] drivers: perf: samsung: Add PPMU driver support

[PATCH 1/2] perf/x86/intel: Fix IA32_PMC_x_CFG_B MSRs access error
 2025-07-11  2:40 UTC  (4+ messages)

[PATCH] perf/x86/intel: Use early_initcall() to hook bts_init()
 2025-07-11  2:37 UTC  (2+ messages)

[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
 2025-07-11  0:32 UTC  (6+ messages)
` [PATCH v7 05/10] x86/nmi: Assign and register NMI-source vectors

[PATCH v6 00/14] New perf ilist app
 2025-07-10 23:57 UTC  (15+ messages)
` [PATCH v6 01/14] perf jevents: Add common software event json
` [PATCH v6 02/14] perf parse-events: Remove non-json software events
` [PATCH v6 03/14] perf tp_pmu: Factor existing tracepoint logic to new file
` [PATCH v6 04/14] perf tp_pmu: Add event APIs
` [PATCH v6 05/14] perf list: Remove tracepoint printing code
` [PATCH v6 06/14] perf list: Skip ABI PMUs when printing pmu values
` [PATCH v6 07/14] perf python: Add basic PMU abstraction and pmus sequence
` [PATCH v6 08/14] perf python: Add function returning dictionary of all events on a PMU
` [PATCH v6 09/14] perf ilist: Add new python ilist command
` [PATCH v6 10/14] perf python: Add parse_metrics function
` [PATCH v6 11/14] perf python: Add evlist metrics function
` [PATCH v6 12/14] perf python: Add evlist compute_metric
` [PATCH v6 13/14] perf python: Add metrics function
` [PATCH v6 14/14] perf ilist: Add support for metrics


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