linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-08 10:36:12 to 2023-02-19 09:46:59 UTC [more...]

[PATCH v1 00/51] shadow metric clean up and improvements
 2023-02-19  9:28 UTC  (32+ messages)
` [PATCH v1 01/51] perf tools: Ensure evsel name is initialized
` [PATCH v1 02/51] perf metrics: Improve variable names
` [PATCH v1 03/51] perf pmu-events: Remove aggr_mode from pmu_event
` [PATCH v1 04/51] perf pmu-events: Change aggr_mode to be an enum
` [PATCH v1 05/51] perf pmu-events: Change deprecated to be a bool
` [PATCH v1 06/51] perf pmu-events: Change perpkg "
` [PATCH v1 07/51] perf expr: Make the online topology accessible globally
` [PATCH v1 08/51] perf pmu-events: Make the metric_constraint an enum
` [PATCH v1 09/51] perf pmu-events: Don't '\0' terminate enum values
` [PATCH v1 11/51] perf vendor events intel: Refresh alderlake-n metrics
` [PATCH v1 16/51] perf vendor events intel: Add graniterapids events
` [PATCH v1 24/51] perf vendor events intel: Refresh knightslanding events
` [PATCH v1 25/51] perf vendor events intel: Refresh sandybridge events
` [PATCH v1 27/51] perf vendor events intel: Refresh silvermont events
` [PATCH v1 31/51] perf vendor events intel: Refresh westmereep-dp events
` [PATCH v1 32/51] perf jevents: Add rand support to metrics
` [PATCH v1 34/51] perf pmu-events: Test parsing metric thresholds with the fake PMU
` [PATCH v1 35/51] perf list: Support for printing metric thresholds
` [PATCH v1 36/51] perf metric: Compute and print threshold values
` [PATCH v1 38/51] perf metric: Add --metric-no-threshold option
` [PATCH v1 40/51] perf stat: Implement --topdown using json metrics
` [PATCH v1 41/51] perf stat: Remove topdown event special handling
` [PATCH v1 42/51] perf doc: Refresh topdown documentation
` [PATCH v1 43/51] perf stat: Remove hard coded transaction events
` [PATCH v1 45/51] perf stat: Remove perf_stat_evsel_id
` [PATCH v1 46/51] perf stat: Move enums from header
` [PATCH v1 47/51] perf stat: Hide runtime_stat
` [PATCH v1 48/51] perf stat: Add cpu_aggr_map for loop
` [PATCH v1 49/51] perf metric: Directly use counts rather than saved_value
` [PATCH v1 50/51] perf stat: Use "
` [PATCH v1 51/51] perf stat: Remove saved_value/runtime_stat

[RFC/PATCHSET 0/8] perf record: Implement BPF sample filter (v2)
 2023-02-19  6:13 UTC  (9+ messages)
` [PATCH 1/8] perf bpf filter: Introduce basic BPF filter expression
` [PATCH 2/8] perf bpf filter: Implement event sample filtering
` [PATCH 3/8] perf record: Add BPF event filter support
` [PATCH 4/8] perf record: Record dropped sample count
` [PATCH 5/8] perf bpf filter: Add 'pid' sample data support
` [PATCH 6/8] perf bpf filter: Add more weight "
` [PATCH 7/8] perf bpf filter: Add data_src "
` [PATCH 8/8] perf bpf filter: Add logical OR operator

[PATCH] perf test: Fix offcpu test prev_state check
 2023-02-18 16:27 UTC 

[PATCH v5 0/2] perf tool: 'config3' attribute support
 2023-02-18 13:21 UTC  (4+ messages)
` [PATCH v5 1/2] perf tools: Sync perf_event_attr::config3 addition
` [PATCH v5 2/2] perf: Add support for perf_event_attr::config3

[PATCH v2] tools/perf/tests: Change true workload to sleep workload in all metric test for system wide check
 2023-02-17 20:22 UTC  (3+ messages)

[PATCH] powerpc/perf: Add json metric events to present CPI stall cycles in powerpc
 2023-02-17 20:19 UTC  (3+ messages)

[PATCH] perf/x86/amd/core: Use sysfs_emit() in show() callback function
 2023-02-17 16:42 UTC 

[PATCH] perf/x86/rapl: Enable Core RAPL for AMD
 2023-02-17 16:13 UTC 

[PATCH 2/3] perf/x86/intel/pt: Use sysfs_emit() in show() callback function
 2023-02-17 16:00 UTC  (2+ messages)
` [PATCH 3/3] perf/x86/intel: "

[PATCH v3] perf intel-pt: Synthesize cycle events
 2023-02-17 14:03 UTC  (7+ messages)

[RFC PATCH v4] x86/kdump: terminate watchdog NMI interrupt to avoid kdump crashes
 2023-02-17 12:06 UTC 

[RFC/PATCHSET 0/7] perf record: Implement BPF sample filter (v1)
 2023-02-16 18:38 UTC  (20+ messages)
` [PATCH 1/7] perf bpf filter: Introduce basic BPF filter expression
` [PATCH 2/7] perf bpf filter: Implement event sample filtering
` [PATCH 3/7] perf record: Add BPF event filter support
` [PATCH 4/7] perf record: Record dropped sample count
` [PATCH 5/7] perf bpf filter: Add 'pid' sample data support
` [PATCH 6/7] perf bpf filter: Add more weight "
` [PATCH 7/7] perf bpf filter: Add data_src "

[RFC PATCH kernel 0/2] PreventHostIBS feature for SEV-ES and SNP guests
 2023-02-16 10:39 UTC  (4+ messages)
` [RFC PATCH kernel 1/2] perf/x86/amd: Add amd_prevent_hostibs_window() to set per-cpu ibs_flags

[PATCH] tools/perf: Fix perf tool build error in util/pfm.c
 2023-02-15 20:28 UTC  (9+ messages)
          ` PING "

[GIT PULL] Qualcomm driver updates for v6.3
 2023-02-15 15:05 UTC 

[PATCH v2 0/2] perf/x86: KVM: Disable vPMU on hybrid CPUs
 2023-02-15 13:27 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: x86/pmu: Disable vPMU support on hybrid CPUs (host PMUs)
` [PATCH v2 2/2] perf/x86: Refuse to export capabilities for hybrid PMUs

[PATCH RESEND v4] perf record: Fix segfault with --overwrite and --max-size
 2023-02-15 13:22 UTC  (2+ messages)

[PATCH RESEND v2] perf/core: Fix hardlockup failure caused by perf throttle
 2023-02-15 12:07 UTC 

[PATCH] tools/perf/tests: Add system wide check for perf bench workload in all metric test
 2023-02-15  8:23 UTC  (5+ messages)

[PATCH v2] perf c2c: Add report option to show false sharing in adjacent cachelines
 2023-02-15  1:03 UTC  (3+ messages)

[PATCH] perf c2c: Add report option to show false sharing in adjacent cachelines
 2023-02-14 19:31 UTC  (8+ messages)

[PATCH v4 00/14] Introduce Copy-On-Write to Page Table
 2023-02-14 19:17 UTC  (23+ messages)

[PATCH v3 0/8] perf: arm: Make PMUv3 driver available for aarch32
 2023-02-13 22:05 UTC  (10+ messages)
` [PATCH v3 1/8] arm64: perf: Move PMUv3 driver to drivers/perf
` [PATCH v3 2/8] arm64: perf: Abstract system register accesses away
` [PATCH v3 3/8] perf: pmuv3: Abstract PMU version checks
` [PATCH v3 4/8] perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helper
` [PATCH v3 5/8] perf: pmuv3: Change GENMASK to GENMASK_ULL
` [PATCH v3 6/8] ARM: Make CONFIG_CPU_V7 valid for 32bit ARMv8 implementations
` [PATCH v3 7/8] ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM
` [PATCH v3 8/8] ARM: mach-virt: Select PMUv3 driver by default

brstack information with perf-intel-pt?
 2023-02-13 18:33 UTC 

[PATCH v2 0/7] task comm cleanups
 2023-02-13 17:46 UTC  (19+ messages)
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN

missing stack frames
 2023-02-13 17:29 UTC  (4+ messages)

[PATCH v2 0/8] perf: arm: Make PMUv3 driver available for aarch32
 2023-02-12 11:59 UTC  (11+ messages)
` [PATCH v2 1/8] arm64: perf: Move PMUv3 driver to drivers/perf
` [PATCH v2 2/8] arm64: perf: Abstract system register accesses away
` [PATCH v2 3/8] perf: pmuv3: Abstract PMU version checks
` [PATCH v2 4/8] perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helper
` [PATCH v2 5/8] perf: pmuv3: Change GENMASK to GENMASK_ULL
` [PATCH v2 6/8] ARM: Make CONFIG_CPU_V7 valid for 32bit ARMv8 implementations
` [PATCH v2 7/8] ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM
` [PATCH v2 8/8] ARM: mach-virt: Select PMUv3 driver by default

[PATCH 0/8] perf: arm: Make PMUv3 driver available for aarch32
 2023-02-10 16:58 UTC  (12+ messages)
` [PATCH 3/8] perf: pmuv3: Add common defines for the PMU version
` [PATCH 4/8] perf: pmuv3: Add wrappers for KVM accesses
` [PATCH 5/8] perf: pmuv3: Change GENMASK to GENMASK_ULL
` [PATCH 7/8] ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM

[PATCH v1] perf stat: Avoid merging/aggregating metric counts twice
 2023-02-09 21:29 UTC  (3+ messages)

[RFC 0/5] mm/bpf/perf: Store build id in file object
 2023-02-09 19:38 UTC  (19+ messages)
` [PATCH RFC 1/5] mm: "
` [PATCH RFC 2/5] bpf: Use file object build id in stackmap
` [PATCH RFC 4/5] selftests/bpf: Add file_build_id test
` [PATCH RFC 5/5] selftests/bpf: Add iter_task_vma_buildid test

[PATCH V8 5/6] arm64/perf: Add branch stack support in ARMV8 PMU
 2023-02-09  2:48 UTC  (6+ messages)

[PATCH] perf tools: Fix auto-complete on aarch64
 2023-02-08 13:39 UTC  (3+ messages)

[RFC/PATCH 0/3] perf lock contention: Track lock owner (v2)
 2023-02-08 13:37 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).