linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-26 07:44:15 to 2022-09-02 02:41:13 UTC [more...]

[PATCH v4 0/5] KVM: x86: Intel LBR related perf cleanups
 2022-09-02  2:39 UTC  (7+ messages)
` [PATCH v4 1/5] perf/x86/core: Remove unnecessary stubs provided for KVM-only helpers
` [PATCH v4 2/5] perf/x86/core: Drop the unnecessary return value from x86_perf_get_lbr()
` [PATCH v4 3/5] KVM: VMX: Move vmx_get_perf_capabilities() definition to vmx.c
` [PATCH v4 4/5] KVM: VMX: Fold vmx_supported_debugctl() into vcpu_supported_debugctl()
` [PATCH v4 5/5] KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRs

[PATCH] perf: Add build_id_cahce__read_build_id helper
 2022-09-02  2:11 UTC 

[RFC PATCH v2 0/4] CXL 3.0 Performance Monitoring Unit support
 2022-09-01 22:36 UTC  (3+ messages)
` [RFC PATCH v2 2/4] cxl/pci: Find and register CXL PMU devices

[PATCHSET 0/5] perf tools: Show per-event lost sample count (v2)
 2022-09-01 19:57 UTC  (6+ messages)
` [PATCH 1/5] perf tools: Print LOST read format in the verbose mode
` [PATCH 2/5] perf record: Set PERF_FORMAT_LOST by default
` [PATCH 3/5] perf record: Read and inject LOST_SAMPLES events
` [PATCH 4/5] perf hist: Add nr_lost_samples to hist_stats
` [PATCH 5/5] perf report: Show per-event LOST SAMPLES stat

[PATCH] perf: Ignore format attributes with an unknown perf_event_attr field
 2022-09-01 19:28 UTC  (3+ messages)

[PATCHSET 0/5] perf tools: Show per-event lost sample count (v1)
 2022-09-01 18:49 UTC  (8+ messages)
` [PATCH 1/5] perf tools: Print LOST read format in the verbose mode
` [PATCH 2/5] perf record: Set PERF_FORMAT_LOST by default
` [PATCH 3/5] perf record: Read and inject LOST_SAMPLES events
` [PATCH 4/5] perf hist: Add nr_lost_samples to hist_stats
` [PATCH 5/5] perf report: Show per-event LOST SAMPLES stat

[PATCH v12 0/5] Add driver support for HiSilicon PCIe Tune and Trace device
 2022-09-01 16:53 UTC  (3+ messages)

[PATCH] perf vendor events: Add missing Neoverse V1 events
 2022-09-01 15:18 UTC 

[PATCH v3 0/2] perf: arm64: Kernel support for Dwarf unwinding through SVE functions
 2022-09-01 13:33 UTC  (4+ messages)
` [PATCH v3 1/2] perf: arm64: Add SVE vector granule register to user regs
` [PATCH v3 2/2] arm64/sve: Add Perf extensions documentation

[PATCH] perf: Rewrite core context handling
 2022-09-01 11:29 UTC  (4+ messages)

[PATCH V7 0/8] perf: Expand perf_branch_entry
 2022-09-01  5:07 UTC  (6+ messages)
` [PATCH V7 6/8] perf/tools: Extend branch type classification

[PATCH RFC v1 0/3] perf: Arm SPEv1.2 support
 2022-08-31 20:07 UTC  (4+ messages)
` [PATCH RFC v1 2/3] perf: Add perf_event_attr::config3

[PATCH v3 0/3] KVM: x86: Intel LBR related perf cleanups
 2022-08-31 19:54 UTC  (7+ messages)
` [PATCH v3 1/3] perf/x86/core: Remove unnecessary stubs provided for KVM-only helpers
` [PATCH v3 2/3] perf/x86/core: Drop the unnecessary return value from x86_perf_get_lbr()
` [PATCH v3 3/3] KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRs

[PATCH v2 0/7] Add core wide metric literal
 2022-08-31 17:49 UTC  (8+ messages)
` [PATCH v2 1/7] perf metric: Return early if no CPU PMU table exists
` [PATCH v2 2/7] perf expr: Move the scanner_ctx into the parse_ctx
` [PATCH v2 3/7] perf smt: Compute SMT from topology
` [PATCH v2 4/7] perf topology: Add core_wide
` [PATCH v2 5/7] perf stat: Delay metric parsing
` [PATCH v2 6/7] perf metrics: Wire up core_wide
` [PATCH v2 7/7] perf test: Add basic core_wide expression test

[PATCH v1 0/8] Add core wide metric literal
 2022-08-31 16:42 UTC  (20+ messages)
` [PATCH v1 1/8] perf smt: Tidy header guard add SPDX
` [PATCH v1 2/8] perf metric: Return early if no CPU PMU table exists
` [PATCH v1 3/8] perf expr: Move the scanner_ctx into the parse_ctx
` [PATCH v1 4/8] perf smt: Compute SMT from topology
` [PATCH v1 5/8] perf topology: Add core_wide
` [PATCH v1 6/8] perf stat: Delay metric parsing
` [PATCH v1 7/8] perf metrics: Wire up core_wide
` [PATCH v1 8/8] perf test: Add basic core_wide expression test

[PATCH] perf script: Skip dummy event attr check
 2022-08-31 16:23 UTC  (3+ messages)

PROBLEM: The --call-graph=fp data does do not agree with the --call-graph=dwarf results
 2022-08-31 16:15 UTC  (5+ messages)

[PATCH RESEND] perf/x86/core: Completely disable guest PEBS via guest's global_ctrl
 2022-08-31  7:27 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 05/23] perf/x86/core: Set pebs_capable and PMU_FL_PEBS_ALL for the Baseline
 2022-08-30 17:21 UTC 

[PATCH AUTOSEL 5.19 08/33] perf/x86/core: Set pebs_capable and PMU_FL_PEBS_ALL for the Baseline
 2022-08-30 17:17 UTC 

[PATCH 0/3] perf/core: Assert PERF_EVENT_FLAG_ARCH is followed
 2022-08-30 10:00 UTC  (5+ messages)
` [PATCH 1/3] perf/core: Assert PERF_EVENT_FLAG_ARCH does not overlap with generic flags
` [PATCH 2/3] arm64/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCH
` [PATCH 3/3] x86/perf: "

[RFC PATCH 0/2] KVM: VMX: Fix VM entry failure on PT_MODE_HOST_GUEST while host is using PT
 2022-08-30  6:02 UTC  (10+ messages)
` [RFC PATCH 2/2] KVM: VMX: Stop/resume host PT before/after VM entry when PT_MODE_HOST_GUEST

Cannot print 'uregs' field with perf script -F uregs
 2022-08-29 23:29 UTC  (6+ messages)

[PATCH v4 00/14] perf/hw_breakpoint: Optimize for thousands of tasks
 2022-08-29 12:47 UTC  (15+ messages)
` [PATCH v4 01/14] perf/hw_breakpoint: Add KUnit test for constraints accounting
` [PATCH v4 02/14] perf/hw_breakpoint: Provide hw_breakpoint_is_used() and use in test
` [PATCH v4 03/14] perf/hw_breakpoint: Clean up headers
` [PATCH v4 04/14] perf/hw_breakpoint: Optimize list of per-task breakpoints
` [PATCH v4 05/14] perf/hw_breakpoint: Mark data __ro_after_init
` [PATCH v4 06/14] perf/hw_breakpoint: Optimize constant number of breakpoint slots
` [PATCH v4 07/14] perf/hw_breakpoint: Make hw_breakpoint_weight() inlinable
` [PATCH v4 08/14] perf/hw_breakpoint: Remove useless code related to flexible breakpoints
` [PATCH v4 09/14] powerpc/hw_breakpoint: Avoid relying on caller synchronization
` [PATCH v4 10/14] locking/percpu-rwsem: Add percpu_is_write_locked() and percpu_is_read_locked()
` [PATCH v4 11/14] perf/hw_breakpoint: Reduce contention with large number of tasks
` [PATCH v4 12/14] perf/hw_breakpoint: Introduce bp_slots_histogram
` [PATCH v4 13/14] perf/hw_breakpoint: Optimize max_bp_pinned_slots() for CPU-independent task targets
` [PATCH v4 14/14] perf/hw_breakpoint: Optimize toggle_bp_slot() "

[PATCH v3 00/14] perf/hw_breakpoint: Optimize for thousands of tasks
 2022-08-29  9:38 UTC  (9+ messages)
` [PATCH v3 10/14] locking/percpu-rwsem: Add percpu_is_write_locked() and percpu_is_read_locked()
` [PATCH v3 11/14] perf/hw_breakpoint: Reduce contention with large number of tasks

Cannot use address filtering with user register sampling
 2022-08-29  4:50 UTC  (5+ messages)

[PATCH v4] perf/core: Fix reentry problem in perf_output_read_group
 2022-08-29  0:26 UTC  (3+ messages)

[GIT PULL] perf fixes
 2022-08-28 18:18 UTC  (2+ messages)

[GIT PULL] perf tools fixes for v6.0: 2nd batch
 2022-08-28 18:18 UTC  (2+ messages)

[PATCH v4 00/18] Mutex wrapper, locking and memory leak fixes
 2022-08-27 15:18 UTC  (8+ messages)
` [PATCH v4 01/18] perf mutex: Wrapped usage of mutex and cond
` [PATCH v4 02/18] perf bench: Update use of pthread mutex/cond
` [PATCH v4 03/18] perf tests: Avoid pthread.h inclusion
` [PATCH v4 04/18] perf hist: Update use of pthread mutex
` [PATCH v4 05/18] perf bpf: Remove unused pthread.h include

[PATCH] perf stat: Capitalize topdown metrics' names
 2022-08-27 14:39 UTC  (3+ messages)

[PATCH] perf inject: Fix error return code in cmd_inject()
 2022-08-27  8:38 UTC 

[PATCH v3 00/18] Mutex wrapper, locking and memory leak fixes
 2022-08-27  7:11 UTC  (36+ messages)
` [PATCH v3 01/18] perf mutex: Wrapped usage of mutex and cond
` [PATCH v3 09/18] perf ui: Update use of pthread mutex
` [PATCH v3 11/18] perf dso: "
` [PATCH v3 15/18] perf mutex: Add thread safety annotations
` [PATCH v3 16/18] perf sched: Fixes for thread safety analysis

[PATCH v4 00/18] Mutex wrapper, locking and memory leak fixes
 2022-08-26 19:21 UTC  (21+ messages)
` [PATCH v4 01/18] perf mutex: Wrapped usage of mutex and cond
` [PATCH v4 02/18] perf bench: Update use of pthread mutex/cond
` [PATCH v4 03/18] perf tests: Avoid pthread.h inclusion
` [PATCH v4 04/18] perf hist: Update use of pthread mutex
` [PATCH v4 05/18] perf bpf: Remove unused pthread.h include
` [PATCH v4 06/18] perf lock: "
` [PATCH v4 07/18] perf record: Update use of pthread mutex
` [PATCH v4 08/18] perf sched: "
` [PATCH v4 09/18] perf ui: "
` [PATCH v4 10/18] perf mmap: Remove unnecessary pthread.h include
` [PATCH v4 11/18] perf dso: Update use of pthread mutex
` [PATCH v4 12/18] perf annotate: "
` [PATCH v4 13/18] perf top: "
` [PATCH v4 14/18] perf dso: Hold lock when accessing nsinfo
` [PATCH v4 15/18] perf mutex: Add thread safety annotations
` [PATCH v4 16/18] perf sched: Fixes for thread safety analysis
` [PATCH v4 17/18] perf top: "
` [PATCH v4 18/18] perf build: Enable -Wthread-safety with clang

[PATCH] perf/genelf: Switch deprecated openssl MD5_* functions to new EVP API
 2022-08-26 18:32 UTC  (4+ messages)

[PATCH v2 0/6] Corrections to cpu map event encoding
 2022-08-26 16:20 UTC  (4+ messages)
` [PATCH v2 4/6] perf cpumap: Fix alignment for masks in "

[PATCH v2] perf sched: Fix memory leaks in __cmd_record
 2022-08-26 14:01 UTC  (2+ messages)

[PATCH] perf stat: Fix L2 Topdown metrics disappear for raw events
 2022-08-26 14:00 UTC 

[PATCH v3 0/4] ARM: Convert to ARCH_STACKWALK
 2022-08-26  8:29 UTC  (4+ messages)

[PATCH RESEND v3 0/4] ARM: Convert to ARCH_STACKWALK
 2022-08-26  7:40 UTC  (3+ messages)
` [PATCH RESEND v3 3/4] ARM: stacktrace: Make stack walk callback consistent with generic code
` [PATCH RESEND v3 4/4] ARM: stacktrace: Convert stacktrace to generic ARCH_STACKWALK


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