linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-05 09:09:17 to 2025-04-10 01:02:54 UTC [more...]

[PATCH] perf tools: Remove evsel__handle_error_quirks()
 2025-04-10  1:02 UTC 

[PATCHSET 00/10] tools headers: Sync header files with the kernel
 2025-04-10  0:11 UTC  (11+ messages)
` [PATCH 01/10] tools headers: Update the KVM headers with the kernel sources
` [PATCH 02/10] tools headers: Update the socket "
` [PATCH 03/10] tools headers: Update the uapi/linux/perf_event.h copy "
` [PATCH 04/10] tools headers: Update the VFS headers "
` [PATCH 05/10] tools headers: Update the syscall table "
` [PATCH 06/10] tools headers: Update the uapi/linux/prctl.h copy "
` [PATCH 07/10] tools headers: Update the uapi/asm-generic/mman-common.h "
` [PATCH 08/10] tools headers: Update the linux/unaligned.h "
` [PATCH 09/10] tools headers: Update the x86 headers "
` [PATCH 10/10] tools headers: Update the arch/x86/lib/memset_64.S copy "

[PATCH v2] perf test: Allow tolerance for leader sampling test
 2025-04-09 23:25 UTC  (2+ messages)

[PATCH v2] perf test: Allow tolerance for leader sampling test
 2025-04-09 23:19 UTC  (2+ messages)

[PATCH 1/3] perf sort: Keep output fields in the same level
 2025-04-09 21:26 UTC  (22+ messages)
        ` [perf top] annotation doesn't work, libunwind doesn't seem to be working either

kvm guests crash when running "perf kvm top"
 2025-04-09 20:24 UTC  (3+ messages)

[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
 2025-04-09 20:11 UTC  (16+ messages)
` [RFC PATCH v1 01/15] x86/msr: Replace __wrmsr() with native_wrmsrl()
          ` [PATCH] x86/msr: Standardize on 'u32' MSR indices in <asm/msr.h>

[PATCH v2] perf report: Skip unsupported new event types
 2025-04-09 18:39 UTC 

[PATCH v9 1/4] Create source symlink in perf object dir
 2025-04-09 17:59 UTC  (3+ messages)

[PATCH v3 1/3] perf evsel: Improve the evsel__open_strerror for EBUSY
 2025-04-09 15:51 UTC  (5+ messages)
` [PATCH v3 2/3] perf: Reveal PMU type in fdinfo

[PATCH v4 0/5] A mechanism for efficient support for per-function metrics
 2025-04-09 14:29 UTC  (11+ messages)
` [PATCH v4 1/5] perf: Record sample last_period before updating
` [PATCH v4 2/5] perf: Allow periodic events to alternate between two sample periods
` [PATCH v4 3/5] perf: Allow adding fixed random jitter to the sampling period
` [PATCH v4 4/5] tools/perf: Modify event parser to support hf-period term
` [PATCH v4 5/5] tools/perf: Modify event parser to support hf-rand term

[PATCH 1/1 v6.15-rc1] perf libunwind arm64: Fix missing close parens in an if statement
 2025-04-09 13:35 UTC 

[PATCH v2 0/3] Dynamically allocate memory to store task's full name
 2025-04-09 11:31 UTC  (10+ messages)
` [PATCH v2 1/3] exec: "

[PATCH 0/4] perf/x86/amd/uncore: Overflow handling enhancements
 2025-04-09  7:57 UTC  (5+ messages)
` [PATCH 1/4] perf/x86/amd/uncore: Remove unused member from amd_uncore_ctx
` [PATCH 2/4] perf/x86/amd/uncore: Use hrtimer for handling overflows
` [PATCH 3/4] perf/x86/amd/uncore: Add parameter to configure hrtimer
` [PATCH 4/4] perf/x86/amd/uncore: Prevent UMC counters from saturating

[PATCH v4 00/16] Intel TPEBS min/max/mean/last support
 2025-04-09  6:10 UTC  (17+ messages)
` [PATCH v4 01/16] perf intel-tpebs: Cleanup header
` [PATCH v4 02/16] perf intel-tpebs: Simplify tpebs_cmd
` [PATCH v4 03/16] perf intel-tpebs: Rename tpebs_start to evsel__tpebs_open
` [PATCH v4 04/16] perf intel-tpebs: Separate evsel__tpebs_prepare out of evsel__tpebs_open
` [PATCH v4 05/16] perf intel-tpebs: Move cpumap_buf "
` [PATCH v4 06/16] perf intel-tpebs: Reduce scope of tpebs_events_size
` [PATCH v4 07/16] perf intel-tpebs: Inline get_perf_record_args
` [PATCH v4 08/16] perf intel-tpebs: Ensure events are opened, factor out finding
` [PATCH v4 09/16] perf intel-tpebs: Refactor tpebs_results list
` [PATCH v4 10/16] perf intel-tpebs: Add support for updating counts in evsel__tpebs_read
` [PATCH v4 11/16] perf intel-tpebs: Add mutex for tpebs_results
` [PATCH v4 12/16] perf intel-tpebs: Don't close record on read
` [PATCH v4 13/16] perf intel-tpebs: Use stats for retirement latency statistics
` [PATCH v4 14/16] perf stat: Add mean, min, max and last --tpebs-mode options
` [PATCH v4 15/16] perf pmu-events: Add retirement latency to JSON events inside of perf
` [PATCH v4 16/16] perf record: Retirement latency cleanup in evsel__config

[PATCH v4 00/16] Intel TPEBS min/max/mean/last support
 2025-04-09  6:07 UTC  (8+ messages)
` [PATCH v4 01/16] perf intel-tpebs: Cleanup header
` [PATCH v4 02/16] perf intel-tpebs: Simplify tpebs_cmd
` [PATCH v4 03/16] perf intel-tpebs: Rename tpebs_start to evsel__tpebs_open
` [PATCH v4 04/16] perf intel-tpebs: Separate evsel__tpebs_prepare out of evsel__tpebs_open
` [PATCH v4 05/16] perf intel-tpebs: Move cpumap_buf "
` [PATCH v4 06/16] perf intel-tpebs: Reduce scope of tpebs_events_size
` [PATCH v4 07/16] perf intel-tpebs: Inline get_perf_record_args

[RFC bpf-next 00/13] bpf: Introduce modular verifier
 2025-04-09  3:34 UTC  (3+ messages)
` [RFC bpf-next 09/13] perf: Export perf_snapshot_branch_stack static key
` [RFC bpf-next 11/13] treewide: bpf: Export symbols used by verifier

[PATCH] perf symbols: Ignore mapping symbols on riscv
 2025-04-09  2:51 UTC 

[PATCH] perf arm-spe: Add support for SPE Data Source packet on HiSilicon HIP12
 2025-04-08 12:28 UTC 

[PATCH v1] perf trace: Fix inconsistent failures in perf trace's tests
 2025-04-08  7:02 UTC  (4+ messages)

[linus:master] [perf/x86] 88ec7eedbb: kvm-unit-tests.pmu_lbr.fail
 2025-04-08  2:13 UTC  (3+ messages)

[PATCH v3 00/16] Intel TPEBS min/max/mean/last support
 2025-04-07 21:09 UTC  (17+ messages)
` [PATCH v3 01/16] perf intel-tpebs: Cleanup header
` [PATCH v3 02/16] perf intel-tpebs: Simplify tpebs_cmd
` [PATCH v3 03/16] perf intel-tpebs: Rename tpebs_start to evsel__tpebs_open
` [PATCH v3 04/16] perf intel-tpebs: Separate evsel__tpebs_prepare out of evsel__tpebs_open
` [PATCH v3 05/16] perf intel-tpebs: Move cpumap_buf "
` [PATCH v3 06/16] perf intel-tpebs: Reduce scope of tpebs_events_size
` [PATCH v3 07/16] perf intel-tpebs: Inline get_perf_record_args
` [PATCH v3 08/16] perf intel-tpebs: Ensure events are opened, factor out finding
` [PATCH v3 09/16] perf intel-tpebs: Refactor tpebs_results list
` [PATCH v3 10/16] perf intel-tpebs: Add support for updating counts in evsel__tpebs_read
` [PATCH v3 11/16] perf intel-tpebs: Add mutex for tpebs_results
` [PATCH v3 12/16] perf intel-tpebs: Don't close record on read
` [PATCH v3 13/16] perf intel-tpebs: Use stats for retirement latency statistics
` [PATCH v3 14/16] perf stat: Add mean, min, max and last --tpebs-mode options
` [PATCH v3 15/16] perf pmu-events: Add retirement latency to JSON events inside of perf
` [PATCH v3 16/16] perf record: Retirement latency cleanup in evsel__config

[PATCH v2 00/16] Intel TPEBS min/max/mean/last support
 2025-04-07 20:39 UTC  (26+ messages)
` [PATCH v2 01/16] perf intel-tpebs: Cleanup header
` [PATCH v2 02/16] perf intel-tpebs: Simplify tpebs_cmd
` [PATCH v2 03/16] perf intel-tpebs: Rename tpebs_start to evsel__tpebs_open
` [PATCH v2 04/16] perf intel-tpebs: Separate evsel__tpebs_prepare out of evsel__tpebs_open
` [PATCH v2 05/16] perf intel-tpebs: Move cpumap_buf "
` [PATCH v2 06/16] perf intel-tpebs: Reduce scope of tpebs_events_size
` [PATCH v2 07/16] perf intel-tpebs: Inline get_perf_record_args
` [PATCH v2 08/16] perf intel-tpebs: Ensure events are opened, factor out finding
` [PATCH v2 09/16] perf intel-tpebs: Refactor tpebs_results list
` [PATCH v2 10/16] perf intel-tpebs: Add support for updating counts in evsel__tpebs_read
` [PATCH v2 11/16] perf intel-tpebs: Add mutex for tpebs_results
` [PATCH v2 12/16] perf intel-tpebs: Don't close record on read
` [PATCH v2 13/16] perf intel-tpebs: Use stats for retirement latency statistics
` [PATCH v2 14/16] perf stat: Add mean, min, max and last --tpebs-mode options
` [PATCH v2 15/16] perf pmu-events: Add retirement latency to JSON events inside of perf
` [PATCH v2 16/16] perf record: Retirement latency cleanup in evsel__config

[PATCH 1/1] tools build: Don't set libunwind as available if test-all.c build succeeds
 2025-04-07 19:48 UTC  (4+ messages)

Leader sampling and topdown events
 2025-04-07 18:51 UTC  (2+ messages)

[PATCH v21 0/4] arm64/perf: Enable branch stack sampling
 2025-04-07 17:41 UTC  (5+ messages)
` [PATCH v21 1/4] arm64/sysreg: Add BRBE registers and fields
` [PATCH v21 2/4] arm64: Handle BRBE booting requirements
` [PATCH v21 3/4] KVM: arm64: nvhe: Disable branch generation in nVHE guests
` [PATCH v21 4/4] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)

[PATCH v2 0/6] arm64: Enable UPROBES with GCS
 2025-04-07 17:05 UTC  (8+ messages)
` [PATCH v2 1/6] arm64/gcs: task_gcs_el0_enable() should use passed task
` [PATCH v2 2/6] arm64: probes: Break ret out from bl/blr
` [PATCH v2 3/6] arm64: uaccess: Add additional userspace GCS accessors
` [PATCH v2 4/6] arm64: probes: Add GCS support to bl/blr/ret
` [PATCH v2 5/6] arm64: uprobes: Add GCS support to uretprobes
` [PATCH v2 6/6] arm64: Kconfig: Remove GCS restrictions on UPROBES

[PATCH v5 00/35] GNR retirement latencies, topic and metric updates
 2025-04-07 16:50 UTC  (4+ messages)

[PATCH] perf: header: Check read return
 2025-04-07 16:35 UTC 

[PATCH] perf: Fix JSON output crash with intel_pt// samples
 2025-04-07 16:22 UTC 

[PATCH v11 17/19] tools headers: Synchronize prctl.h ABI header
 2025-04-07 15:57 UTC  (3+ messages)
` [PATCH v11 18/19] tools/perf: Allow to select the number of hash buckets
` [PATCH v11 19/19] futex: Allow to make the private hash immutable

[PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
 2025-04-07 12:08 UTC  (4+ messages)

[PATCH v2] perf/x86: Rename local bts_buffer variables
 2025-04-07  8:52 UTC 

[PATCH v1] perf/amlogic: Replace smp_processor_id() with raw_smp_processor_id() in meson_ddr_pmu_create()
 2025-04-07  6:32 UTC 

[PATCH v6 00/21] drivers/perf: apple_m1: Add Apple A7-A11, T2 SoC support
 2025-04-07  4:45 UTC  (22+ messages)
` [PATCH v6 01/21] dt-bindings: arm: pmu: Add Apple A7-A11 SoC CPU PMU compatibles
` [PATCH v6 02/21] drivers/perf: apple_m1: Only init PMUv3 remap when EL2 is available
` [PATCH v6 03/21] drivers/perf: apple_m1: Support per-implementation event tables
` [PATCH v6 04/21] drivers/perf: apple_m1: Support a per-implementation number of counters
` [PATCH v6 05/21] drivers/perf: apple_m1: Support configuring counters for 32-bit EL0
` [PATCH v6 06/21] drivers/perf: apple_m1: Support per-implementation PMU startup
` [PATCH v6 07/21] drivers/perf: apple_m1: Support per-implementation event attr group
` [PATCH v6 08/21] drivers/perf: apple_m1: Add Apple A7 support
` [PATCH v6 09/21] drivers/perf: apple_m1: Add Apple A8/A8X support
` [PATCH v6 10/21] drivers/perf: apple_m1: Add A9/A9X support
` [PATCH v6 11/21] drivers/perf: apple_m1: Add Apple A10/A10X/T2 Support
` [PATCH v6 12/21] drivers/perf: apple_m1: Add Apple A11 Support
` [PATCH v6 13/21] arm64: dts: apple: s5l8960x: Add CPU PMU nodes
` [PATCH v6 14/21] arm64: dts: apple: t7000: "
` [PATCH v6 15/21] arm64: dts: apple: t7001: "
` [PATCH v6 16/21] arm64: dts: apple: s800-0-3: "
` [PATCH v6 17/21] arm64: dts: apple: s8001: "
` [PATCH v6 18/21] arm64: dts: apple: t8010: "
` [PATCH v6 19/21] arm64: dts: apple: t8011: "
` [PATCH v6 20/21] arm64: dts: apple: t8012: "
` [PATCH v6 21/21] arm64: dts: apple: t8015: "

[PATCH v1] perf trace: Speed up startup time by bypassing the creation of kernel maps
 2025-04-06 22:54 UTC  (2+ messages)

[PATCH] perf/core: Prevent WARN_ON(!ctx) in __free_event for partial init
 2025-04-06  7:20 UTC  (2+ messages)

[PATCH 0/2] perf/core: Fix broken throttling bugs
 2025-04-05 14:16 UTC  (3+ messages)
` [PATCH 1/2] Revert "perf/core: Fix hardlockup failure caused by perf throttle"
` [PATCH 2/2] perf/core: Fix broken throttling when max_samples_per_tick=1

[PATCH 1/3] perf bench sched pipe: add -p/--nprocs to run more than 2 workers
 2025-04-05 12:00 UTC  (5+ messages)
` [PATCH v2 0/3] perf bench sched pipe: more processes, additional worker, multipliers for -p
  ` [PATCH v2 1/3] perf bench sched pipe: add -p/--nprocs to run more than 2 workers
  ` [PATCH v2 2/3] perf bench sched pipe: add complete graph simulation
  ` [PATCH v2 3/3] perf bench sched pipe: introduce multipliers for number of processes


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