messages from 2025-07-14 16:44:18 to 2025-07-19 03:05:34 UTC [more...]
[PATCH v3 00/15] Fixes for Intel TMA, particularly for hybrid
2025-07-19 3:05 UTC (3+ messages)
` [PATCH v3 01/15] perf parse-events: Warn if a cpu term is unsupported by a CPU
` [PATCH v3 02/15] perf stat: Avoid buffer overflow to the aggregation map
[PATCH RESEND v7 00/21] drivers/perf: apple_m1: Add Apple A7-A11, T2 SoC support
2025-07-18 20:45 UTC (11+ messages)
` [PATCH RESEND v7 02/21] drivers/perf: apple_m1: Only init PMUv3 remap when EL2 is available
[PATCH v1 1/2] perf topdown: Use attribute to see an event is a topdown metic or slots
2025-07-18 19:13 UTC (5+ messages)
` [PATCH v1 2/2] perf parse-events: Fix missing slots for Intel topdown metric events
` [PATCH 1/2] perf topdown: Use attribute to see an event is a topdown metic or slots
[PATCH v2 00/12] CPU mask improvements/fixes particularly for hybrid
2025-07-18 18:19 UTC (14+ messages)
` [PATCH v2 01/12] perf parse-events: Warn if a cpu term is unsupported by a CPU
` [PATCH v2 02/12] perf stat: Avoid buffer overflow to the aggregation map
` [PATCH v2 03/12] perf stat: Don't size aggregation ids from user_requested_cpus
` [PATCH v2 04/12] perf parse-events: Allow the cpu term to be a PMU or CPU range
` [PATCH v2 05/12] perf tool_pmu: Allow num_cpus(_online) to be specific to a cpumask
` [PATCH v2 06/12] libperf evsel: Rename own_cpus to pmu_cpus
` [PATCH v2 07/12] libperf evsel: Factor perf_evsel__exit out of perf_evsel__delete
` [PATCH v2 08/12] perf evsel: Use libperf perf_evsel__exit
` [PATCH v2 09/12] perf pmus: Factor perf_pmus__find_by_attr out of evsel__find_pmu
` [PATCH v2 10/12] perf parse-events: Minor __add_event refactoring
` [PATCH v2 11/12] perf evsel: Add evsel__open_per_cpu_and_thread
` [PATCH v2 12/12] perf parse-events: Support user CPUs mixed with threads/processes
[PATCH v2] perf stat: Fix JSON output formatting in iostat_prefix()
2025-07-18 18:03 UTC (2+ messages)
[PATCH v1 00/12] CPU mask improvements/fixes particularly for hybrid
2025-07-18 17:56 UTC (10+ messages)
` [PATCH v1 04/12] perf parse-events: Allow the cpu term to be a PMU
` [PATCH v1 12/12] perf parse-events: Support user CPUs mixed with threads/processes
[PATCH v2 1/2] perf topdown: Use attribute to see an event is a topdown metic or slots
2025-07-18 16:44 UTC (3+ messages)
` [PATCH v2 2/2] perf parse-events: Fix missing slots for Intel topdown metric events
[PATCH v1 0/7] perf auxtrace: Support AUX pause with BPF backend
2025-07-18 15:38 UTC (6+ messages)
` [PATCH v1 2/7] bpf: Add bpf_perf_event_aux_pause kfunc
[PATCH v2 0/6] perf auxtrace: Support AUX pause and resume with BPF
2025-07-18 15:25 UTC (7+ messages)
` [PATCH PATCH v2 v2 1/6] perf/core: Make perf_event_aux_pause() as external function
` [PATCH PATCH v2 v2 2/6] bpf: Add bpf_perf_event_aux_pause kfunc
` [PATCH PATCH v2 v2 3/6] perf: auxtrace: Control AUX pause and resume with BPF
` [PATCH PATCH v2 v2 4/6] perf: auxtrace: Add BPF userspace program for AUX pause and resume
` [PATCH PATCH v2 v2 5/6] perf record: Support AUX pause and resume with BPF
` [PATCH PATCH v2 v2 6/6] perf docs: Document "
[PATCH v3 0/6] Refactoring finding CPU phandles in DT
2025-07-18 12:59 UTC (13+ messages)
` [PATCH v3 1/6] of: add infra for finding CPU id from phandle
` [PATCH v3 2/6] arch_topology: drop the use of cpu_node in the pr_info
` [PATCH v3 3/6] arch_topology: update CPU map to use of_cpu_phandle_to_id
` [PATCH v3 4/6] coresight: cti: Use of_cpu_phandle_to_id for grabbing CPU id
` [PATCH v3 5/6] coresight: Use of_cpu_phandle_to_id for grabbing CPU ID
` [PATCH v3 6/6] perf/arm-dsu: refactor cpu id retrieval via new API of_cpu_phandle_to_id
[PATCH] arc:kernel:perf_event.c : replaced sprintf with sysfs_emit()
2025-07-18 11:47 UTC (3+ messages)
[PATCH] perf/x86: Check if cpuc->events[*] pointer exists before accessing it
2025-07-18 6:26 UTC
[linus:master] [perf] 9734e25fbf: BUG:kernel_NULL_pointer_dereference,address
2025-07-18 5:22 UTC (3+ messages)
[PATCH 1/1] perf build: Always disable stack protection for BPF skeleton objects
2025-07-18 4:12 UTC
[PATCH v1] perf flamegraph: Fix minor pylint/type hint issues
2025-07-18 0:06 UTC (3+ messages)
[PATCH v2] perf sched timehist: decode process names of processes in zombie state
2025-07-18 0:06 UTC (2+ messages)
[PATCH v5 0/3] Add support for long task name
2025-07-17 18:35 UTC (9+ 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
[PATCH 0/5] perf: Clean ups and simplifications
2025-07-17 17:31 UTC (6+ messages)
` [PATCH 1/5] perf: Remove get_perf_callchain() init_nr argument
` [PATCH 2/5] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH 3/5] perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm == NULL
` [PATCH 4/5] perf: Simplify get_perf_callchain() user logic
` [PATCH 5/5] perf: Skip user unwind if the task is a kernel thread
[PATCH v3 00/10] perf: arm_spe: Armv8.8 SPE features
2025-07-17 16:42 UTC (21+ messages)
` [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 07/10] perf: arm_spe: Add support for filtering on data source
[PATCH v2 1/3] tools subcmd: Tighten the filename size in check_if_command_finished
2025-07-17 15:08 UTC (3+ messages)
` [PATCH v2 2/3] perf pmu: Switch FILENAME_MAX to NAME_MAX
` [PATCH v2 3/3] perf ui scripts: "
[PATCH v3 00/14] perf arm-spe: Support new events in FEAT_SPEv1p4
2025-07-17 11:43 UTC (8+ messages)
` [PATCH v3 01/14] drivers/perf: arm_spe: Expose event filter
[PATCH v1 1/3] tools subcmd: Tighten the filename size in check_if_command_finished
2025-07-17 9:46 UTC (4+ messages)
` [PATCH v1 2/3] perf pmu: Switch FILENAME_MAX to NAME_MAX
` [PATCH v1 3/3] perf ui scripts: "
[PATCH 1/3] perf/x86: Add PERF_CAP_PEBS_TIMING_INFO flag
2025-07-17 9:09 UTC (4+ messages)
` [PATCH 2/3] perf/x86/intel: Change macro GLOBAL_CTRL_EN_PERF_METRICS to BIT_ULL(48)
` [PATCH 3/3] perf/x86/intel: Add ICL_FIXED_0_ADAPTIVE bit into INTEL_FIXED_BITS_MASK
[PATCH] RISC-V: perf/kvm: Add reporting of interrupt events
2025-07-17 6:31 UTC (2+ messages)
[PATCH v1 00/11] Implement support for IBS virtualization
2025-07-17 2:02 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
[PATCHSET v3 0/8] perf annotate: Support --code-with-type on TUI
2025-07-17 0:55 UTC (15+ 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
[RFC PATCH v1] perf/core: [Untested] Perf event state changes to fix enable time
2025-07-16 22:39 UTC
[PATCH] perf sched timehist: decode process names of processes in zombie state
2025-07-16 20:38 UTC (5+ messages)
[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 core: Remove perf_event_attrs and perf_event_refresh
2025-07-16 13:51 UTC
[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 v2 00/16] Introduce STM32 DDR PMU for STM32MP platforms
2025-07-15 15:02 UTC (15+ messages)
` [PATCH v2 02/16] dt-bindings: stm32: stm32mp25: add `access-controller-cell` property
` [PATCH v2 06/16] arm64: dts: st: add LPDDR channel to stm32mp257f-dk board
` [PATCH v2 09/16] perf: stm32: introduce DDRPERFM driver
[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 (16+ messages)
` [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
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).