messages from 2023-08-15 08:19:29 to 2023-08-23 10:05:35 UTC [more...]
[PATCH v7 0/8] perf vendor events: Add JSON metrics for Arm CMN
2023-08-23 9:33 UTC (10+ 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 1/2] perf test lock_contention.sh: Skip test if the number of CPUs is low
2023-08-23 9:02 UTC (4+ messages)
` [PATCH 2/2] perf test stat+shadow_stat.sh: Add threshold for rounding errors
[PATCH v1 00/25] Lazily load PMU data
2023-08-23 8:12 UTC (23+ messages)
` [PATCH v1 01/25] perf script ibs: Remove unused include
` [PATCH v1 02/25] perf pmu: Avoid a path name copy
` [PATCH v1 03/25] perf pmu: Move perf_pmu__set_format to pmu.y
` [PATCH v1 04/25] perf pmu: Reduce scope of perf_pmu_error
` [PATCH v1 05/25] perf pmu: Avoid passing format list to perf_pmu__config_terms
` [PATCH v1 06/25] perf pmu: Avoid passing format list to perf_pmu__format_type
` [PATCH v1 07/25] perf pmu: Avoid passing format list to perf_pmu__format_bits
` [PATCH v1 08/25] perf pmu: Pass PMU rather than aliases and format
` [PATCH v1 09/25] perf pmu: Make the loading of formats lazy
` [PATCH v1 10/25] perf pmu: Abstract alias/event struct
` [PATCH v1 11/25] perf pmu-events: Add extra underscore to function names
` [PATCH v1 12/25] perf jevents: Group events by PMU
` [PATCH v1 13/25] perf parse-events: Improve error message for double setting
` [PATCH v1 14/25] perf s390 s390_cpumcfdg_dump: Don't scan all PMUs
` [PATCH v1 15/25] perf pmu-events: Reduce processed events by passing PMU
` [PATCH v1 20/25] perf pmu: Cache json events table
` [PATCH v1 21/25] perf pmu: Lazily add json events
` [PATCH v1 22/25] perf pmu: Scan type early to fail an invalid PMU quickly
` [PATCH v1 23/25] perf pmu: Be lazy about loading event info files from sysfs
` [PATCH v1 24/25] perf pmu: Lazily load sysfs aliases
` [PATCH v1 25/25] perf jevents: Sort strings in the big C string to reduce faults
[PATCH 2/2] perf vendor events: Update metric events for power10 platform
2023-08-23 7:55 UTC
[PATCH] perf test: Skip perf bench breakpoint run if no breakpoints available
2023-08-23 7:51 UTC
[RFC PATCH 0/4] Convert perf ringbuffer to folios
2023-08-23 7:38 UTC (9+ 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 v1 0/2] tools/perf: Add loongarch cpuinfo and fix build warning
2023-08-23 7:11 UTC (8+ 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
[PATCH 0/2] perf/x86: Package residency counter improvements
2023-08-23 5:56 UTC (3+ messages)
` [PATCH 1/2] perf/x86/cstate: Allow reading the package statistics from local CPU
` [PATCH 2/2] perf/core: Allow reading package events from perf_event_read_local
[PATCH v6] Documentation: userspace-api: Document perf ring buffer mechanism
2023-08-23 4:26 UTC (4+ messages)
[RFC PATCH v6 3/5] sched, tracing: reorganize fields of switch event struct
2023-08-23 2:52 UTC (2+ messages)
[PATCH v2] KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macros
2023-08-23 2:22 UTC (3+ messages)
[PATCH v6 0/7] perf record: Track sideband events for all CPUs when tracing selected CPUs
2023-08-23 1:17 UTC (9+ 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 1/2] perf bpf-filter: Fix sample flag check with ||
2023-08-23 0:50 UTC (6+ messages)
` [PATCH 2/2] perf test: Add perf record sample filtering test
[PATCH v10 0/6] arm64: Add IPI for backtraces / kgdb; try to use NMI for some IPIs
2023-08-22 23:50 UTC (12+ 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 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 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] mm: Add vmalloc_user_node()
2023-08-21 7:10 UTC (2+ messages)
[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 (21+ 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 v6 0/7] Add aliases and metrics for Arm CMN
2023-08-15 12:43 UTC (10+ 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).