linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-09 02:27:59 to 2024-06-13 11:27:30 UTC [more...]

[PATCH] perf/test: Speed up test case perf annotate basic tests
 2024-06-13 11:26 UTC 

[PATCH 0/2] perf: support specify vdso path in cmdline
 2024-06-13 10:26 UTC  (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] perf: disasm: prefer symsrc_filename for filename

[PATCH V18 0/9] arm64/perf: Enable branch stack sampling
 2024-06-13 10:14 UTC  (12+ messages)
` [PATCH V18 1/9] arm64/sysreg: Add BRBE registers and fields
` [PATCH V18 2/9] KVM: arm64: Explicitly handle BRBE traps as UNDEFINED
` [PATCH V18 3/9] drivers: perf: arm_pmu: Add infrastructure for branch stack sampling
` [PATCH V18 4/9] arm64/boot: Enable EL2 requirements for BRBE
` [PATCH V18 5/9] drivers: perf: arm_pmuv3: Enable branch stack sampling via FEAT_BRBE
` [PATCH V18 6/9] KVM: arm64: nvhe: Disable branch generation in nVHE guests
` [PATCH V18 7/9] perf: test: Speed up running brstack test on an Arm model
` [PATCH V18 8/9] perf: test: Remove empty lines from branch filter test output
` [PATCH V18 9/9] perf: test: Extend branch stack sampling test for Arm64 BRBE

[PATCH v1 0/7] Refactor perf python module build
 2024-06-13  9:27 UTC  (9+ messages)
` [PATCH v1 1/7] perf ui: Make ui its own library
` [PATCH v1 2/7] perf pmu-events: Make pmu-events a library
` [PATCH v1 3/7] perf test: Make tests its own library
` [PATCH v1 4/7] perf bench: Make bench "
` [PATCH v1 5/7] perf util: Make util "
` [PATCH v1 6/7] perf python: Switch module to linking libraries from building source
` [PATCH v1 7/7] perf python: Clean up build dependencies

[PATCH v2 00/54] Mediated Passthrough vPMU 2.0 for x86
 2024-06-13  9:15 UTC  (9+ messages)
` [PATCH v2 07/54] perf: Add generic exclude_guest support

[PATCH 0/6] Add per-core RAPL energy counter support for AMD CPUs
 2024-06-13  6:39 UTC  (16+ messages)
` [PATCH 1/6] perf/x86/rapl: Fix the energy-pkg event "
` [PATCH 2/6] perf/x86/rapl: Rename rapl_pmu variables
` [PATCH 3/6] perf/x86/rapl: Make rapl_model struct global
` [PATCH 4/6] perf/x86/rapl: Move cpumask variable to rapl_pmus struct
` [PATCH 5/6] perf/x86/rapl: Add wrapper for online/offline functions
` [PATCH 6/6] perf/x86/rapl: Add per-core energy counter support for AMD CPUs

[PATCH v4] perf trace: BTF-based enum pretty printing
 2024-06-13  4:27 UTC 

[RFC PATCH v13 0/9] TPEBS counting mode support
 2024-06-13  3:40 UTC  (11+ messages)
` [RFC PATCH v13 1/9] Add fake testing metrics for GNR
` [RFC PATCH v13 2/9] perf parse-events: Add a retirement latency modifier
` [RFC PATCH v13 3/9] perf data: Allow to use given fd in data->file.fd
` [RFC PATCH v13 4/9] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric
` [RFC PATCH v13 5/9] perf stat: Plugin retire_lat value from sampled data to evsel
` [RFC PATCH v13 6/9] perf vendor events intel: Add MTL metric json files
` [RFC PATCH v13 7/9] perf stat: Add command line option for enabling tpebs recording
` [RFC PATCH v13 8/9] perf Document: Add TPEBS to Documents
` [RFC PATCH v13 9/9] perf test: Add test for Intel TPEBS counting mode

[PATCH v2 2/2] perf jevents: Autogenerate empty-pmu-events.c
 2024-06-13  3:04 UTC  (7+ messages)

[RESEND v1 0/3] x86/cpufeatures: Automatically generate required and disabled feature masks
 2024-06-13  2:56 UTC  (4+ messages)
` [RESEND v1 1/3] x86/cpufeatures: Add {required,disabled} feature configs

[PATCH v3] perf trace: BTF-based enum pretty printing
 2024-06-13  2:27 UTC 

[PATCH v4 0/3] Hardening perf subsystem
 2024-06-12 23:23 UTC  (10+ messages)

(no subject)
 2024-06-12 21:54 UTC  (16+ messages)
` [PATCH v2 1/6] x86/irq: Add enumeration of NMI source reporting CPU feature
` [PATCH v2 2/6] x86/irq: Extend NMI handler registration interface to include source
` [PATCH v2 3/6] x86/irq: Factor out common NMI handling code
` [PATCH v2 4/6] x86/irq: Process nmi sources in NMI handler
` [PATCH v2 5/6] perf/x86: Enable NMI source reporting for perfmon
` [PATCH v2 6/6] x86/irq: Enable NMI source on IPIs delivered as NMI
` 

[PATCH v1] perf arm: Workaround ARM PMUs cpu maps having offline cpus
 2024-06-12 20:59 UTC  (7+ messages)

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-06-12 17:31 UTC  (12+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback

[PATCH v6 0/2] perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmu
 2024-06-12 14:56 UTC  (8+ messages)
` [PATCH v6 1/2] "

[PATCH] perf test: Make test_arm_callgraph_fp.sh more robust
 2024-06-12 14:03 UTC 

[PATCH v8 0/4] perf: Support PERF_SAMPLE_READ with inherit
 2024-06-12 13:39 UTC  (5+ messages)
` [PATCH v8 1/4] perf: Rename perf_event_context.nr_pending to nr_no_switch_fast
` [PATCH v8 2/4] perf: Support PERF_SAMPLE_READ with inherit
` [PATCH v8 3/4] tools/perf: Correctly calculate sample period for inherited SAMPLE_READ values
` [PATCH v8 4/4] tools/perf: Allow inherit + PERF_SAMPLE_READ when opening events

[PATCH v2] perf trace: BTF-based enum pretty printing
 2024-06-12 12:43 UTC 

[PATCH v1] perf test pmu: Warn don't fail for legacy mixed case event names
 2024-06-12 12:40 UTC 

[PATCH 1/3] tools/perf: Fix the nrcpus in perf bench futex to enable the run when all CPU's are not online
 2024-06-12 12:11 UTC  (3+ messages)

[PATCH V3 00/14] Add data type profiling support for powerpc
 2024-06-12  8:42 UTC  (10+ messages)
` [PATCH V3 05/14] tools/perf: Add disasm_line__parse to parse raw instruction "
` [PATCH V3 11/14] tools/perf: Add support to use libcapstone in powerpc

[PATCH RESEND] perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra Forest
 2024-06-12  8:08 UTC  (2+ messages)
` [PATCH RESEND AGAIN] "

[PATCH v1] perf trace: BTF-based enum pretty printing
 2024-06-12  1:51 UTC  (3+ messages)

[PATCH v5 0/3] perf/core: Check sample_type in sample data saving helper functions
 2024-06-11 20:33 UTC  (4+ messages)

[RFC PATCH v12 0/8] TPEBS counting mode support
 2024-06-11 20:08 UTC  (13+ messages)
` [RFC PATCH v12 1/8] perf parse-events: Add a retirement latency modifier
` [RFC PATCH v12 2/8] perf data: Allow to use given fd in data->file.fd
` [RFC PATCH v12 3/8] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric
` [RFC PATCH v12 4/8] perf stat: Plugin retire_lat value from sampled data to evsel
` [RFC PATCH v12 5/8] perf vendor events intel: Add MTL metric json files
` [RFC PATCH v12 6/8] perf stat: Add command line option for enabling tpebs recording
` [RFC PATCH v12 7/8] perf Document: Add TPEBS to Documents
` [RFC PATCH v12 8/8] perf test: Add test for Intel TPEBS counting mode

WARNING in __perf_event_overflow
 2024-06-11 19:59 UTC 

(no subject)
 2024-06-11 17:00 UTC 

[PATCH v2] perf record: Ensure space for lost samples
 2024-06-11 16:03 UTC  (2+ messages)

[PATCH v3] perf evsel: Refactor tool events
 2024-06-11 15:51 UTC  (2+ messages)

[PATCH] perf trace: Fix syscall untraceable bug
 2024-06-11 15:43 UTC  (7+ messages)

[PATCH v3 00/14] coresight: Use per-sink trace ID maps for Perf sessions
 2024-06-11 15:02 UTC  (15+ messages)
` [PATCH v3 01/14] perf: cs-etm: Create decoders after both AUX and HW_ID search passes
` [PATCH v3 02/14] perf: cs-etm: Allocate queues for all CPUs
` [PATCH v3 03/14] perf: cs-etm: Move traceid_list to each queue
` [PATCH v3 04/14] perf: cs-etm: Create decoders based on the trace ID mappings
` [PATCH v3 05/14] perf: cs-etm: Support version 0.1 of HW_ID packets
` [PATCH v3 06/14] coresight: Remove unused ETM Perf stubs
` [PATCH v3 07/14] coresight: Clarify comments around the PID of the sink owner
` [PATCH v3 08/14] coresight: Move struct coresight_trace_id_map to common header
` [PATCH v3 09/14] coresight: Expose map arguments in trace ID API
` [PATCH v3 10/14] coresight: Make CPU id map a property of a trace ID map
` [PATCH v3 11/14] coresight: Use per-sink trace ID maps for Perf sessions
` [PATCH v3 12/14] coresight: Remove pending trace ID release mechanism
` [PATCH v3 13/14] coresight: Emit sink ID in the HW_ID packets
` [PATCH v3 14/14] coresight: Make trace ID map spinlock local to the map

[PATCH v2] perf sched map: Add command-name, fuzzy-name options to filter the output map
 2024-06-11  8:44 UTC  (3+ messages)

[RFC PATCH v11 0/8]TPEBS counting mode support
 2024-06-10 23:58 UTC  (9+ messages)
` [RFC PATCH v11 3/8] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric

[PATCH v7 0/4] perf: Support PERF_SAMPLE_READ with inherit
 2024-06-10 19:01 UTC  (7+ messages)
` [PATCH v7 1/4] "

[PATCH 0/9] arm64: Add support for Armv9.4 PMU fixed instruction counter
 2024-06-10 16:42 UTC  (21+ messages)
` [PATCH 1/9] perf/arm: Move 32-bit PMU drivers to drivers/perf/
` [PATCH 2/9] perf: arm_v6/7_pmu: Drop non-DT probe support
` [PATCH 3/9] perf: arm_pmu: Remove event index to counter remapping
` [PATCH 4/9] perf: arm_pmuv3: Prepare for more than 32 counters
` [PATCH 5/9] KVM: arm64: pmu: Use arm_pmuv3.h register accessors
` [PATCH 6/9] KVM: arm64: pmu: Use generated define for PMSELR_EL0.SEL access
` [PATCH 7/9] arm64: perf/kvm: Use a common PMU cycle counter define
` [PATCH 8/9] KVM: arm64: Refine PMU defines for number of counters
` [PATCH 9/9] perf: arm_pmuv3: Add support for Armv9.4 PMU instruction counter

[PATCH v2 00/16] coresight: Use per-sink trace ID maps for Perf sessions
 2024-06-10 15:27 UTC  (7+ messages)
` [PATCH v2 14/16] coresight: Remove pending trace ID release mechanism
` [PATCH v2 15/16] coresight: Re-emit trace IDs when the sink changes in per-thread mode

[PATCH RFC 0/6] riscv: perf: Add support for Control Transfer Records Ext
 2024-06-10 11:09 UTC  (4+ messages)
` [PATCH RFC 2/6] riscv: perf: Add Control transfer records CSR definations

[PATCH] perf/x86/amd: check event before enable to avoid GPF
 2024-06-10 10:51 UTC  (9+ messages)

[PATCH v2 0/6] perf: build: Fix cross compilation
 2024-06-10  9:54 UTC  (7+ messages)
` [PATCH v2 1/6] perf: build: Setup PKG_CONFIG_LIBDIR for "
` [PATCH v2 2/6] perf: build: Set Python configuration "
` [PATCH v2 3/6] perf: build: Only link libebl.a for old libdw
` [PATCH v2 4/6] perf: build: Link lib 'lzma' for static build
` [PATCH v2 5/6] perf: build: Link lib 'zstd' "
` [PATCH v2 6/6] perf docs: Document cross compilation

Perf Wiki Appears Broken
 2024-06-10  9:19 UTC 

[GIT PULL] perf tools fixes for v6.10: 2nd batch
 2024-06-09 16:12 UTC  (2+ messages)

[PATCH] perf test: Speed up test case 70 annotate basic tests
 2024-06-09  2:34 UTC  (2+ messages)

[RFC PATCH v1 1/2] perf stat: Make options local
 2024-06-09  2:33 UTC  (2+ messages)

[PATCH v1] perf record: Ensure space for lost samples
 2024-06-09  2:31 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;
as well as URLs for NNTP newsgroup(s).