linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-07 01:37:30 to 2023-02-19 09:29:04 UTC [more...]

[PATCH v1 00/51] shadow metric clean up and improvements
 2023-02-19  9:27 UTC 

[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  (37+ messages)
` [PATCH v4 01/14] mm: Allow user to control COW PTE via prctl
` [PATCH v4 02/14] mm: Add Copy-On-Write PTE to fork()
` [PATCH v4 03/14] mm: Add break COW PTE fault and helper functions
` [PATCH v4 04/14] mm/rmap: Break COW PTE in rmap walking
` [PATCH v4 05/14] mm/khugepaged: Break COW PTE before scanning pte
` [PATCH v4 06/14] mm/ksm: Break COW PTE before modify shared PTE
` [PATCH v4 07/14] mm/madvise: Handle COW-ed PTE with madvise()
` [PATCH v4 08/14] mm/gup: Trigger break COW PTE before calling follow_pfn_pte()
` [PATCH v4 09/14] mm/mprotect: Break COW PTE before changing protection
` [PATCH v4 10/14] mm/userfaultfd: Support COW PTE
` [PATCH v4 11/14] mm/migrate_device: "
` [PATCH v4 12/14] fs/proc: Support COW PTE with clear_refs_write
` [PATCH v4 13/14] events/uprobes: Break COW PTE before replacing page
` [PATCH v4 14/14] mm: fork: Enable COW PTE to fork system call

[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  (7+ messages)
` [PATCH 1/3] perf lock contention: Fix to save callstack for the default modified
` [PATCH 2/3] perf lock contention: Add -o/--lock-owner option

[PATCH V2] x86/perf/zhaoxin: Add stepping check for ZXC
 2023-02-08  8:27 UTC 

[PATCH] x86/perf/zhaoxin: Add stepping check for ZX-C
 2023-02-07 18:30 UTC  (8+ messages)

[PATCH v4 0/8] perf: Arm SPEv1.2 support
 2023-02-07 12:42 UTC  (3+ messages)

[PATCH] tests/bpf: Fix the bpf test to check for libtraceevent support
 2023-02-07  5:15 UTC  (5+ messages)

[RFC PATCH v1 0/4] HiSilicon Performance Monitor Control Unit
 2023-02-07  3:03 UTC  (3+ messages)
` [RFC PATCH v1 1/4] docs: perf: Add documentation for HiSilicon PMCU

[PATCH v3] perf_event_open.2: Update recent changes
 2023-02-07  1:37 UTC  (3+ 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).