linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-15 03:17:18 to 2025-07-21 07:53:06 UTC [more...]

[PATCH v5 0/3] Add support for long task name
 2025-07-21  7:52 UTC  (10+ 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 v7 00/16] New perf ilist app
 2025-07-21  7:32 UTC  (3+ messages)
` [PATCH v7 11/16] perf ilist: Add new python ilist command

[PATCH] perf tests: Fix lib path detection for non-x86 architectures
 2025-07-21  5:40 UTC  (3+ messages)

[PATCH v3 0/6] Refactoring finding CPU phandles in DT
 2025-07-21  0:30 UTC  (14+ 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 v3 2/2] perf test: Add sched latency and script shell tests
 2025-07-20  8:35 UTC  (2+ messages)

[PATCH] perf/core: Fix missing read event generation on task exit
 2025-07-20  0:04 UTC 

[PATCH v4 0/8] arm64: Enable UPROBES with GCS
 2025-07-19  4:37 UTC  (9+ messages)
` [PATCH v4 1/8] arm64/gcs: task_gcs_el0_enable() should use passed task
` [PATCH v4 2/8] arm64: probes: Break ret out from bl/blr
` [PATCH v4 3/8] arm64: uaccess: Move existing GCS accessors definitions to gcs.h
` [PATCH v4 4/8] arm64: uaccess: Add additional userspace GCS accessors
` [PATCH v4 5/8] arm64: probes: Add GCS support to bl/blr/ret
` [PATCH v4 6/8] arm64: uprobes: Add GCS support to uretprobes
` [PATCH v4 7/8] arm64: Kconfig: Remove GCS restrictions on UPROBES
` [PATCH v4 8/8] uprobes: uprobe_warn should use passed task

[PATCH v1 00/19] Intel TMA 5.1 metrics and event updates
 2025-07-19  3:45 UTC  (20+ messages)
` [PATCH v1 01/19] perf vendor events: Update alderlake events/metrics
` [PATCH v1 02/19] perf vendor events: Update arrowlake events/metrics
` [PATCH v1 03/19] perf vendor events: Update broadwell metrics
` [PATCH v1 04/19] perf vendor events: Update cascadelakex metrics
` [PATCH v1 05/19] perf vendor events: Update emeraldrapids events/metrics
` [PATCH v1 06/19] perf vendor events: Update grandridge metrics
` [PATCH v1 07/19] perf vendor events: Update graniterapids events/metrics
` [PATCH v1 08/19] perf vendor events: Update haswell metrics
` [PATCH v1 09/19] perf vendor events: Update icelake metrics
` [PATCH v1 10/19] perf vendor events: Update ivybridge/ivytown metrics
` [PATCH v1 11/19] perf vendor events: Update jaketown metrics
` [PATCH v1 12/19] perf vendor events: Update lunarlake events/metrics
` [PATCH v1 13/19] perf vendor events: Update meteorlake events/metrics
` [PATCH v1 14/19] perf vendor events: Update rocketlake metrics
` [PATCH v1 15/19] perf vendor events: Update sandybridge metrics
` [PATCH v1 16/19] perf vendor events: Update sapphirerapids events/metrics
` [PATCH v1 17/19] perf vendor events: Update sierraforest metrics
` [PATCH v1 18/19] perf vendor events: Update skylake metrics
` [PATCH v1 19/19] perf vendor events: Update tigerlake metrics

[PATCH v3 00/15] Fixes for Intel TMA, particularly for hybrid
 2025-07-19  3:05 UTC  (16+ 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 v3 03/15] perf stat: Don't size aggregation ids from user_requested_cpus
` [PATCH v3 04/15] perf parse-events: Allow the cpu term to be a PMU or CPU range
` [PATCH v3 05/15] perf tool_pmu: Allow num_cpus(_online) to be specific to a cpumask
` [PATCH v3 06/15] libperf evsel: Rename own_cpus to pmu_cpus
` [PATCH v3 07/15] libperf evsel: Factor perf_evsel__exit out of perf_evsel__delete
` [PATCH v3 08/15] perf evsel: Use libperf perf_evsel__exit
` [PATCH v3 09/15] perf pmus: Factor perf_pmus__find_by_attr out of evsel__find_pmu
` [PATCH v3 10/15] perf parse-events: Minor __add_event refactoring
` [PATCH v3 11/15] perf evsel: Add evsel__open_per_cpu_and_thread
` [PATCH v3 12/15] perf parse-events: Support user CPUs mixed with threads/processes
` [PATCH v3 13/15] perf topdown: Use attribute to see an event is a topdown metic or slots
` [PATCH v3 14/15] perf parse-events: Fix missing slots for Intel topdown metric events
` [PATCH v3 15/15] perf metricgroups: Add NO_THRESHOLD_AND_NMI constraint

[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] 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 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  (3+ messages)
` [PATCH v4 01/23] arm64: cpufeature: Add cpucap for HPMN0

[PATCH v4 22/23] KVM: arm64: Add ioctl to partition the PMU when supported
 2025-07-15 21:16 UTC  (4+ messages)

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

[PATCH v2 00/16] Introduce STM32 DDR PMU for STM32MP platforms
 2025-07-15 15:02 UTC  (14+ 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


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