linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-08 17:16:22 to 2025-04-15 08:23:36 UTC [more...]

[Patch v3 00/22] Arch-PEBS and PMU supports for Clearwater Forest and Panther Lake
 2025-04-15 11:44 UTC  (4+ messages)
` [Patch v3 05/22] perf/x86/intel: Rename x86_pmu.pebs to x86_pmu.ds_pebs
` [Patch v3 06/22] perf/x86/intel: Introduce pairs of PEBS static calls
` [Patch v3 07/22] perf/x86/intel: Initialize architectural PEBS

[linus:master] [perf symbol] b10f74308e: perf-sanity-tests.perf_annotate_basic_tests.fail
 2025-04-15  8:01 UTC 

[PATCH 1/2] perf/x86/intel: Don't clear perf metrics overflow bit unconditionally
 2025-04-15 10:41 UTC  (2+ messages)
` [PATCH 2/2] perf/x86/intel: Allow to update user space GPRs from PEBS records

[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
 2025-04-15  6:56 UTC  (26+ 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>
` [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available

[tip:perf/core] [perf] da916e96e2: BUG:KASAN:null-ptr-deref_in_put_event
 2025-04-15  4:46 UTC  (3+ messages)

perf script intel_pt decoding reading instructions from wrong shared lib
 2025-04-14 21:59 UTC 

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

[PATCH v7 0/2] Prefer sysfs/JSON events also when no PMU is provided
 2025-04-14 18:06 UTC  (2+ messages)

[PATCH v4] perf report: Skip unsupported new event types
 2025-04-14 17:43 UTC  (2+ messages)

[PATCH v3] perf report: Skip unsupported new event types
 2025-04-14 17:42 UTC  (3+ messages)

[GIT PULL] perf-tools fixes for v6.15-rc2
 2025-04-14 17:41 UTC  (2+ messages)

[RFC PATCH v1 13/15] x86/msr: Use the alternatives mechanism to read MSR
 2025-04-14 17:13 UTC  (2+ messages)

[PATCH v4 00/16] Intel TPEBS min/max/mean/last support
 2025-04-14 17:00 UTC  (21+ 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

[PATCHSET 00/10] tools headers: Sync header files with the kernel
 2025-04-14 16:28 UTC  (14+ 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] perf/x86/intel: Fix lbr event can placed into non lbr group
 2025-04-14 14:29 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 05/24] perf/core: Fix WARN_ON(!ctx) in __free_event() for partial init
 2025-04-14 13:29 UTC 

[PATCH AUTOSEL 6.12 05/30] perf/core: Fix WARN_ON(!ctx) in __free_event() for partial init
 2025-04-14 13:28 UTC 

[PATCH AUTOSEL 6.13 06/34] perf/core: Fix WARN_ON(!ctx) in __free_event() for partial init
 2025-04-14 13:27 UTC 

[PATCH AUTOSEL 6.14 06/34] perf/core: Fix WARN_ON(!ctx) in __free_event() for partial init
 2025-04-14 13:25 UTC 

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

[PATCH] perf/x86/intel/bts: Replace offsetof() with struct_size()
 2025-04-13 10:41 UTC 

[PATCH v4 0/5] A mechanism for efficient support for per-function metrics
 2025-04-12 20:42 UTC  (15+ messages)
` [PATCH v4 1/5] perf: Record sample last_period before updating
` [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 v2] perf trace: Speed up startup time by bypassing the creation of kernel maps
 2025-04-12  1:56 UTC 

[PATCH v1 1/2] perf evsel: Add per-thread warning for EOPNOTSUPP open failues
 2025-04-12  0:47 UTC  (2+ messages)
` [PATCH v1 2/2] perf tests metrics: Permission related fixes

[RFC PATCH v1] perf build: Fix build for clang's -Wunreachable-code
 2025-04-11 22:14 UTC  (3+ messages)

[PATCH] perf annotate: Fix BUG_ON in basic block processing
 2025-04-11 21:45 UTC  (2+ messages)

[PATCH v1] perf lock: Add --duration-filter option
 2025-04-11 21:25 UTC  (2+ messages)

[PATCH v3] perf test: Allow tolerance for leader sampling test
 2025-04-11 21:00 UTC  (5+ messages)

[PATCH v2 0/6] arm64: Enable UPROBES with GCS
 2025-04-11 15:09 UTC  (3+ messages)
` [PATCH v2 4/6] arm64: probes: Add GCS support to bl/blr/ret

[PATCH] perf symbols: Ignore mapping symbols on riscv
 2025-04-11  0:53 UTC  (2+ messages)

[PATCH 1/1 v6.15-rc1] perf libunwind arm64: Fix missing close parens in an if statement
 2025-04-11  0:51 UTC  (2+ messages)

[PATCH v2] perf report: Skip unsupported new event types
 2025-04-11  0:41 UTC  (2+ messages)

[PATCH v3] perf test probe_vfs_getname: Skip if no suitable line detected
 2025-04-10 20:58 UTC  (3+ messages)

[PATCH 1/3] perf sort: Keep output fields in the same level
 2025-04-10 20:54 UTC  (23+ messages)
        ` [perf top] annotation doesn't work, libunwind doesn't seem to be working either
                                  ` Fixes for perf build system and TUI browsers was "

[PATCH v2 00/12] Move uid filtering to BPF filters
 2025-04-10 17:36 UTC  (13+ messages)
` [PATCH v2 01/12] perf tests record: Cleanup improvements
` [PATCH v2 02/12] perf bench evlist-open-close: Reduce scope of 2 variables
` [PATCH v2 03/12] perf parse-events filter: Use evsel__find_pmu
` [PATCH v2 04/12] perf target: Separate parse_uid into its own function
` [PATCH v2 05/12] perf parse-events: Add parse_uid_filter helper
` [PATCH v2 06/12] perf record: Switch user option to use BPF filter
` [PATCH v2 07/12] perf tests record: Add basic uid filtering test
` [PATCH v2 08/12] perf top: Switch user option to use BPF filter
` [PATCH v2 09/12] perf trace: "
` [PATCH v2 10/12] perf bench evlist-open-close: "
` [PATCH v2 11/12] perf target: Remove uid from target
` [PATCH v2 12/12] perf thread_map: Remove uid options

[PATCH] perf tools: Remove evsel__handle_error_quirks()
 2025-04-10 16:31 UTC  (3+ messages)

[PATCH v11 19/19] futex: Allow to make the private hash immutable
 2025-04-10 15:48 UTC  (5+ messages)

[PATCH] drivers/perf: Add NULL check in thunderx2_pmu
 2025-04-10 11:20 UTC 

[PATCH v3 0/8] perf sched: Introduce stats tool
 2025-04-10 10:29 UTC  (3+ messages)

[PATCH 0/4] perf/x86/amd/uncore: Overflow handling enhancements
 2025-04-10  8:40 UTC  (7+ 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] perf test: Remove the temporary trace record file when the test fails
 2025-04-10  7:10 UTC  (2+ messages)

[PATCH v1 0/3] Metric related performance improvements
 2025-04-10  6:49 UTC  (5+ messages)
` [PATCH v1 1/3] perf pmu: Change aliases from list to hashmap
` [PATCH v1 2/3] perf fncache: Switch to using hashmap
` [PATCH v1 3/3] perf metricgroup: Binary search when resolving referred to metrics

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

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

[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 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 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


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