Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2025-04-01 18:25:05 to 2025-04-07 05:01:26 UTC [more...]

[PATCH v2 00/16] Intel TPEBS min/max/mean/last support
 2025-04-07  5:00 UTC  (10+ 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 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] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
 2025-04-06 18:40 UTC  (2+ messages)

[PATCH 1/1] tools build: Don't set libunwind as available if test-all.c build succeeds
 2025-04-06 17:36 UTC  (3+ messages)

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

[PATCH v2 0/3] Dynamically allocate memory to store task's full name
 2025-04-06  2:28 UTC  (15+ messages)
` [PATCH v2 1/3] exec: "
` [PATCH v2 3/3] kthread: Use 'task_struct->full_name' to store kthread's "

[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  (7+ messages)
` [PATCH 2/3] perf bench sched pipe: add complete graph simulation
` [PATCH 3/3] perf bench sched pipe: introduce multipliers for number of processes
` [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

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

[PATCH v1] perf trace: Fix inconsistent failures in perf trace's tests
 2025-04-05  2:12 UTC  (4+ messages)

[PATCH] perf test: Remove the temporary trace record file when the test fails
 2025-04-05  1:47 UTC 

[PATCH v1] perf pmu: Avoid segv for missing name/alias_name in wildcarding
 2025-04-04 18:07 UTC  (2+ messages)

[PATCH v6 0/4] Add support for cpu event term
 2025-04-04 14:09 UTC  (6+ messages)
` [PATCH v6 1/4] libperf cpumap: Add ability to create CPU from a single CPU number
` [PATCH v6 2/4] perf stat: Use counter cpumask to skip zero values
` [PATCH v6 3/4] perf parse-events: Set is_pmu_core for legacy hardware events
` [PATCH v6 4/4] perf parse-events: Add "cpu" term to set the CPU an event is recorded on

[PATCH v5 00/21] Add Counter delegation ISA extension support
 2025-04-04 13:49 UTC  (3+ messages)
` [PATCH v5 11/21] RISC-V: perf: Restructure the SBI PMU code

[syzbot] [perf?] WARNING in __free_event
 2025-04-04  7:02 UTC 

[PATCH] perf trace: always print return value for syscalls with set errpid
 2025-04-04  3:26 UTC  (2+ messages)

[PATCH v1] perf jevents: Allow duplicate metrics with different PMUs
 2025-04-03 21:53 UTC  (2+ messages)

[PATCH v3 0/4] Add support for a DRM tool like PMU
 2025-04-03 20:24 UTC  (5+ messages)
` [PATCH v3 1/4] perf parse-events: Avoid scanning PMUs that can't contain events
` [PATCH v3 2/4] perf parse-events: Avoid scanning PMUs that can't match a wildcard
` [PATCH v3 3/4] perf drm_pmu: Add a tool like PMU to expose DRM information
` [PATCH v3 4/4] perf tests: Add a DRM PMU test

[PATCH v5 0/4] Add support for cpu event term
 2025-04-03 19:27 UTC  (8+ messages)
` [PATCH v5 3/4] perf parse-events: Set is_pmu_core for legacy hardware events

[PATCH v2 0/3] Fix incorrect counts when count the same uncore event multiple times
 2025-04-03 19:25 UTC  (3+ messages)
` [PATCH v2 3/3] perf test: Add stat uniquifying test

[PATCH v1 00/48] Perf build support for -Wshorten-64-to-32
 2025-04-03 18:25 UTC  (58+ messages)
` [PATCH v1 02/48] tools headers: Silence -Wshorten-64-to-32 warnings
` [PATCH v1 04/48] x86/insn: "
` [PATCH v1 05/48] tools lib: "
` [PATCH v1 09/48] perf tests: "
` [PATCH v1 14/48] perf jvmti: "
` [PATCH v1 15/48] perf pmu: "
` [PATCH v1 16/48] perf annotate powerpc: "
` [PATCH v1 17/48] perf s390: "
` [PATCH v1 18/48] perf cs-etm: "
` [PATCH v1 19/48] perf stat: "
` [PATCH v1 20/48] perf dlfilter: "
` [PATCH v1 21/48] perf demangle: "
` [PATCH v1 22/48] perf ui: "
` [PATCH v1 23/48] perf annotate: "
` [PATCH v1 24/48] perf report: "
` [PATCH v1 25/48] perf help: "
` [PATCH v1 26/48] perf hisi-ptt: "
` [PATCH v1 27/48] perf probe: "
` [PATCH v1 28/48] perf kwork: "
` [PATCH v1 29/48] perf buildid: "
` [PATCH v1 30/48] perf lock: "
` [PATCH v1 31/48] perf mem: "
` [PATCH v1 32/48] perf script: "
` [PATCH v1 33/48] perf evlist: "
` [PATCH v1 34/48] perf bpf_counter: "
` [PATCH v1 35/48] perf ftrace: "
` [PATCH v1 36/48] perf record: "
` [PATCH v1 37/48] perf inject: "
` [PATCH v1 38/48] perf sched: "
` [PATCH v1 39/48] perf timechart: "
` [PATCH v1 40/48] perf list: "
` [PATCH v1 41/48] perf kvm: "
` [PATCH v1 42/48] perf diff: "
` [PATCH v1 43/48] perf daemon: "
` [PATCH v1 44/48] perf zlib: "
` [PATCH v1 45/48] perf symbol: "
` [PATCH v1 46/48] perf util: "
` [PATCH v1 47/48] perf hashmap: "
` [PATCH v1 48/48] perf: "

[PATCH v2] perf trace: Fix some leaks of struct thread
 2025-04-03 18:15 UTC  (2+ messages)

[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
 2025-04-03  7:13 UTC  (15+ messages)
` [RFC PATCH v1 01/15] x86/msr: Replace __wrmsr() with native_wrmsrl()

[PATCH] perf trace: Fix some leaks of struct thread
 2025-04-03  5:30 UTC  (4+ messages)

[PATCH v1] perf test: Allow tolerance for leader sampling test
 2025-04-03  5:26 UTC  (3+ messages)

[Patch v2] perf tools: Fix incorrect --user-regs comments
 2025-04-03  6:08 UTC 

[PATCH] perf tools: Fix incorrect --user-regs comments
 2025-04-03  0:42 UTC  (3+ messages)

[PATCH v7 0/2] Prefer sysfs/JSON events also when no PMU is provided
 2025-04-02 22:47 UTC  (3+ messages)
` [PATCH v7 1/2] perf record: Skip don't fail for events that don't open
` [PATCH v7 2/2] perf parse-events: Reapply "Prefer sysfs/JSON hardware events over legacy"

[PATCH v3 0/5] NMI warning and debug improvements
 2025-04-02 20:33 UTC  (7+ messages)
` [PATCH v3 1/5] perf stat: Better hybrid support for the NMI watchdog warning
` [PATCH v3 2/5] perf stat: Remove print_mixed_hw_group_error
` [PATCH v3 3/5] perf evlist: Refactor evlist__scnprintf_evsels
` [PATCH v3 4/5] perf evlist: Add groups to evlist__format_evsels
` [PATCH v3 5/5] perf parse-events: Add debug dump of evlist if reordered

[PATCH v5 00/35] GNR retirement latencies, topic and metric updates
 2025-04-02 18:41 UTC  (3+ messages)

[PATCH v2 0/5] NMI warning and debug improvements
 2025-04-02 18:28 UTC  (9+ messages)
` [PATCH v2 1/5] perf stat: Better hybrid support for the NMI watchdog warning
` [PATCH v2 2/5] perf stat: Remove print_mixed_hw_group_error
` [PATCH v2 3/5] perf evlist: Refactor evlist__scnprintf_evsels
` [PATCH v2 4/5] perf evlist: Add groups to evlist__format_evsels
` [PATCH v2 5/5] perf parse-events: Add debug dump of evlist if reordered

[PATCH v1 0/5] NMI warning and debug improvements
 2025-04-02 15:55 UTC  (10+ messages)
` [PATCH v1 1/5] perf stat: Better hybrid support for the NMI watchdog warning
` [PATCH v1 3/5] perf evlist: Refactor evlist__scnprintf_evsels
` [PATCH v1 5/5] perf parse-events: Add debug dump of evlist if reordered

[PATCH] perf tests switch-tracking: Fix timestamp comparison
 2025-04-02  9:05 UTC  (5+ messages)

[PATCH v1] perf trace: Fix some more memory leaks
 2025-04-02  1:16 UTC  (2+ messages)


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