linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-12 08:52:25 to 2023-08-22 23:16:41 UTC [more...]

[PATCH v10 0/6] arm64: Add IPI for backtraces / kgdb; try to use NMI for some IPIs
 2023-08-22 23:16 UTC  (9+ messages)
` [PATCH v10 1/6] irqchip/gic-v3: Enable support for SGIs to act as NMIs
` [PATCH v10 2/6] arm64: idle: Tag the arm64 idle functions as __cpuidle
` [PATCH v10 3/6] arm64: smp: Remove dedicated wakeup IPI
` [PATCH v10 4/6] arm64: smp: Add arch support for backtrace using pseudo-NMI
` [PATCH v10 5/6] arm64: smp: IPI_CPU_STOP and IPI_CPU_CRASH_STOP should try for NMI
` [PATCH v10 6/6] arm64: kgdb: Implement kgdb_roundup_cpus() to enable pseudo-NMI roundup

[PATCH v1 0/2] tools/perf: Add loongarch cpuinfo and fix build warning
 2023-08-22 18:02 UTC  (6+ messages)
` [PATCH v1 1/2] perf/trace: Fix mmap_flags for archs use generic mman.h
` [PATCH v1 2/2] perf/tools: Allow to use cpuinfo on loongarch

[RFC PATCH 0/4] Convert perf ringbuffer to folios
 2023-08-22  7:54 UTC  (6+ messages)
` [RFC PATCH 1/4] perf: Convert perf_mmap_(alloc,free)_page "
` [RFC PATCH 2/4] mm: Add vmalloc_user_node()
` [RFC PATCH 3/4] perf: Use vmalloc_to_folio()
` [RFC PATCH 4/4] perf: Use folios for the aux ringbuffer & pagefault path

[PATCH v9 0/7] arm64: Add debug IPI for backtraces / kgdb; try to use NMI for it
 2023-08-22  6:42 UTC  (9+ messages)
` [PATCH v9 3/7] arm64: Add framework for a debug IPI
` [PATCH v9 5/7] arm64: ipi_debug: Add support for backtrace using the "

[PATCH RFC v3 00/13] Enable fixed counter 3 and topdown perf metrics for vPMU
 2023-08-22  5:11 UTC  (14+ messages)
` [PATCH RFC v3 01/13] KVM: x86/pmu: Add Intel CPUID-hinted TopDown slots event
` [PATCH RFC v3 02/13] KVM: x86/pmu: Support PMU fixed counter 3
` [PATCH RFC v3 03/13] perf/core: Add function perf_event_group_leader_check()
` [PATCH RFC v3 04/13] perf/core: Add function perf_event_move_group()
` [PATCH RFC v3 05/13] perf/core: Add *group_leader for perf_event_create_group_kernel_counters()
` [PATCH RFC v3 06/13] perf/x86: Fix typos and inconsistent indents in perf_event header
` [PATCH RFC v3 07/13] perf/x86: Add constraint for guest perf metrics event
` [PATCH RFC v3 08/13] perf/core: Add new function perf_event_topdown_metrics()
` [PATCH RFC v3 09/13] perf/x86/intel: Handle KVM virtual metrics event in perf system
` [PATCH RFC v3 10/13] KVM: x86/pmu: Extend pmc_reprogram_counter() to create group events
` [PATCH RFC v3 11/13] KVM: x86/pmu: Support topdown perf metrics feature
` [PATCH RFC v3 12/13] KVM: x86/pmu: Handle PERF_METRICS overflow
` [PATCH RFC v3 13/13] KVM: x86/pmu: Expose Topdown in MSR_IA32_PERF_CAPABILITIES

[PATCH v2] perf stat-display: Check if snprintf()'s fmt argument is NULL
 2023-08-21 13:54 UTC  (3+ messages)

[PATCH v1] perf header: Fix missing PMU caps
 2023-08-21 13:16 UTC  (3+ messages)

[PATCH] perf jevents: Raise exception for no definition of a arch std event
 2023-08-21 13:01 UTC  (5+ messages)

[PATCH 1/2] perf test lock_contention.sh: Skip test if the number of CPUs is low
 2023-08-21  9:00 UTC  (2+ messages)
` [PATCH 2/2] perf test stat+shadow_stat.sh: Add threshold for rounding errors

[PATCH V13 - RESEND 00/10] arm64/perf: Enable branch stack sampling
 2023-08-21  8:53 UTC  (13+ messages)
` [PATCH V13 - RESEND 02/10] arm64/perf: Add BRBE registers and fields

[PATCH v7 0/8] perf vendor events: Add JSON metrics for Arm CMN
 2023-08-21  8:36 UTC  (8+ messages)
` [PATCH v7 1/8] perf pmu: "Compat" supports matching multiple identifiers
` [PATCH v7 2/8] perf metric: "
` [PATCH v7 4/8] perf jevents: Support more event fields
` [PATCH v7 5/8] perf test: Make matching_pmu effective
` [PATCH v7 6/8] perf test: Add pmu-event test for "Compat" and new event_field
` [PATCH v7 7/8] perf jevents: Add support for Arm CMN PMU aliasing
` [PATCH v7 8/8] perf vendor events: Add JSON metrics for Arm CMN

[PATCH v2] KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macros
 2023-08-21  8:05 UTC  (2+ messages)

[PATCH] mm: Add vmalloc_user_node()
 2023-08-21  7:10 UTC  (2+ messages)

[PATCH v6 0/7] perf record: Track sideband events for all CPUs when tracing selected CPUs
 2023-08-21  1:27 UTC  (8+ messages)
` [PATCH v6 1/7] perf evlist: Add perf_evlist__go_system_wide() helper
` [PATCH v6 2/7] perf evlist: Add evlist__findnew_tracking_event() helper
` [PATCH v6 3/7] perf record: Move setting dummy tracking before record__init_thread_masks()
` [PATCH v6 4/7] perf record: Track sideband events for all CPUs when tracing selected CPUs
` [PATCH v6 5/7] perf test: Update base-record & system-wide-dummy attr expected values for test-record-C0
` [PATCH v6 6/7] perf test: Add test case for record sideband events
` [PATCH v6 7/7] perf test: Add perf_event_attr test for record selected CPUs exclude_user

[PATCH v6] Documentation: userspace-api: Document perf ring buffer mechanism
 2023-08-19  9:33 UTC 

[PATCH] perf header: Fix missing PMU caps recording in write_pmu_caps
 2023-08-18 16:52 UTC  (4+ messages)

[PATCH V2 1/2] tools/perf: Add text_end to "struct dso" to save .text section size
 2023-08-18  7:15 UTC  (4+ messages)
` [PATCH V2 2/2] tools/perf/tests: Fix object code reading to skip address that falls out of text section

[PATCH] perf test: Fix parse-events tests to skip parametrized events
 2023-08-17 18:37 UTC  (4+ messages)

[PATCH] tools/perf: Fix bpf__probe to set bpf_prog_type type only if differs from the desired one
 2023-08-17 18:23 UTC  (4+ messages)

[rfc, PATCH v1 1/1] min_heap: Make use of cmp_func_t and swap_func_t types
 2023-08-17 17:51 UTC  (2+ messages)

[PATCH v6 0/6] perf vendor events arm64: Update N2 and V2 metrics and events using Arm telemetry repo
 2023-08-17 17:13 UTC  (16+ messages)
` [PATCH v6 1/6] perf arm64: Allow version comparisons of CPU IDs
` [PATCH v6 2/6] perf test: Add a test for the new Arm CPU ID comparison behavior
` [PATCH v6 3/6] perf vendor events arm64: Update scale units and descriptions of common topdown metrics
` [PATCH v6 4/6] perf jevents: Add a new expression builtin strcmp_cpuid_str()
` [PATCH v6 5/6] perf vendor events arm64: Update stall_slot workaround for N2 r0p3
` [PATCH v6 6/6] perf vendor events arm64: Update N2 and V2 metrics and events using Arm telemetry repo

[PATCH v5 0/7] perf record: Track sideband events for all CPUs when tracing selected CPUs
 2023-08-17 12:27 UTC  (6+ messages)
` [PATCH v5 3/7] perf record: Move setting dummy tracking before record__init_thread_masks()

[PATCH v2 0/6] perf parse-regs: Refactor architecture functions
 2023-08-17  9:23 UTC  (11+ messages)

Linux Perf Tool Office Hours
 2023-08-17  6:16 UTC  (11+ messages)

[PATCH v1 0/4] Remove BPF event support
 2023-08-16 18:15 UTC  (8+ messages)
` [PATCH v1 2/4] perf trace: Migrate BPF augmentation to use a skeleton

[RFC] Adding Support for Firefox's Gecko Profile Format
 2023-08-16 17:10 UTC  (11+ messages)

[PATCH V2] perf test: Add support for testing gecko script
 2023-08-16 16:47 UTC  (4+ messages)

[PATCH v5 0/6] perf vendor events arm64: Update N2 and V2 metrics and events using Arm telemetry repo
 2023-08-16 10:27 UTC  (23+ messages)
` [PATCH v5 1/6] perf: cs-etm: Don't duplicate FIELD_GET()
` [PATCH v5 2/6] perf arm64: Allow version comparisons of CPU IDs
` [PATCH v5 3/6] perf test: Add a test for the new Arm CPU ID comparison behavior
` [PATCH v5 4/6] perf vendor events arm64: Update scale units and descriptions of common topdown metrics
` [PATCH v5 5/6] perf vendor events arm64: Update stall_slot workaround for N2 r0p3

[PATCH v6 00/10] riscv: Allow userspace to directly access perf counters
 2023-08-15 18:28 UTC  (7+ messages)
` [PATCH v6 09/10] tools: lib: perf: Implement riscv mmap support
` [PATCH v6 10/10] perf: tests: Adapt mmap-basic.c for riscv

[PATCH] perf: doc: fix format of unordered lists
 2023-08-15 18:14 UTC  (3+ messages)

[PATCH 1/3] perf dlfilter: Add a test for resolve_address()
 2023-08-15 17:54 UTC  (4+ messages)

[PATCH] perf scripts python: Update package name for python3
 2023-08-15 17:50 UTC  (2+ messages)

[PATCH] perf scripts python: Support syscall name parsing on arm64
 2023-08-15 17:48 UTC  (2+ messages)

[PATCH] perf evsel: Remove duplicate check for `field` in evsel__intval()
 2023-08-15 22:10 UTC  (2+ messages)

[PATCH 1/2] perf bpf-filter: Fix sample flag check with ||
 2023-08-15 17:42 UTC  (6+ messages)
` [PATCH 2/2] perf test: Add perf record sample filtering test

[PATCH v6 0/7] Add aliases and metrics for Arm CMN
 2023-08-15 12:43 UTC  (12+ messages)
` [PATCH v6 3/7] perf jevents: Support more event fields
` [PATCH v6 5/7] perf test: Add pmu-event test for "Compat" and new event_field
` [PATCH v6 6/7] perf jevents: Add support for Arm CMN PMU aliasing

[PATCH v2 0/3] perf list: Remove duplicate PMUs
 2023-08-15  8:56 UTC  (6+ messages)
` [PATCH v2 2/3] perf pmus: Add scan that ignores duplicates, use for perf list

[RESEND PATCH] perf scripts python: launch the profiler UI on the default browser with the appropriate URL
 2023-08-15  8:52 UTC  (3+ messages)

[PATCH v5] Documentation: userspace-api: Document perf ring buffer mechanism
 2023-08-14 23:40 UTC  (2+ messages)

[PATCH 0/4] perf vendor events arm64: AmpereOne: Core PMU event update and metrics
 2023-08-14 18:49 UTC  (7+ messages)
` [PATCH 1/4] perf vendor events arm64: Remove L1D_CACHE_LMISS from AmpereOne list
` [PATCH 3/4] perf vendor events arm64: Add AmpereOne metrics

[PATCH v3 0/3] perf list: Remove duplicate PMUs
 2023-08-14 16:37 UTC  (4+ messages)
` [PATCH v3 1/3] perf pmus: Sort pmus by name then suffix
` [PATCH v3 2/3] perf pmus: Add scan that ignores duplicates, use for perf list
` [PATCH v3 3/3] perf pmus: Don't print duplicate PMU suffix in list by default

[PATCH 1/7] perf vendor events: Update the JSON/events descriptions for power10 platform
 2023-08-14 11:28 UTC  (7+ messages)
` [PATCH 2/7] perf vendor events: Drop some of the JSON/events "
` [PATCH 3/7] perf vendor events: Drop STORES_PER_INST metric event "
` [PATCH 4/7] perf vendor events: Move JSON/events to appropriate files "
` [PATCH 5/7] perf vendor events: Update JSON/events "
` [PATCH 6/7] perf vendor events: Update metric event names "
` [PATCH 7/7] perf vendor events: Update metric events "

[PATCH v2 0/7] perf record: Track sideband events for all CPUs when tracing selected CPUs
 2023-08-14  7:40 UTC  (6+ messages)
` [PATCH v2 2/7] perf evlist: Add evlist__findnew_tracking_event() helper

[PATCH v3 00/57] Scope-based Resource Management
 2023-08-14  7:24 UTC  (3+ messages)
` [PATCH v3 03/57] locking: Introduce __cleanup() based infrastructure

[PATCH] perf tools: Handle old data in PERF_RECORD_ATTR
 2023-08-14  7:11 UTC  (2+ messages)

[PATCH v3] KVM:arm64: reconfigurate the event filters for guest context
 2023-08-14  3:06 UTC 

[RFC PATCH v6 1/5] perf sched: sync state char array with the kernel
 2023-08-14  2:28 UTC  (4+ messages)
` (no subject)
  ` [PATCH] perf sched: parse task state from tracepoint print format

[PATCH v4] Documentation: userspace-api: Document perf ring buffer mechanism
 2023-08-13 16:43 UTC  (3+ messages)

[RFC PATCH] perf scripts python: Add support for input args in gecko script
 2023-08-12 21:36 UTC 

[RFC v1 00/16] perf kwork: Implement perf kwork top
 2023-08-12  8:49 UTC  (5+ messages)
` [RFC v1 01/16] perf kwork: Fix incorrect and missing free atom in work_push_atom()
` [RFC v1 14/16] perf kwork top: Implements BPF-based cpu usage statistics
` [RFC v1 15/16] perf kwork top: Add BPF-based statistics on hardirq event support
` [RFC v1 16/16] perf kwork top: Add BPF-based statistics on softirq "


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