linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-23 08:14:49 to 2023-08-27 11:51:43 UTC [more...]

[RFC PATCH 0/4] Convert perf ringbuffer to folios
 2023-08-27 11:50 UTC  (13+ messages)
` [RFC PATCH 1/4] perf: Convert perf_mmap_(alloc,free)_page "
` [RFC PATCH 3/4] perf: Use vmalloc_to_folio()
` [RFC PATCH 4/4] perf: Use folios for the aux ringbuffer & pagefault path

[PATCH V4] perf vendor events riscv: add T-HEAD C9xx JSON file
 2023-08-27 11:01 UTC  (2+ messages)

[PATCH 0/4] Introduce perf build subcommand
 2023-08-27  7:17 UTC  (7+ messages)
` [PATCH 1/4] perf build: introduce "
` [PATCH 2/4] perf version: update --build-options to use 'supported_features' array
` [PATCH 3/4] perf tests task_analyzer: check perf build for libtraceevent support
` [PATCH 4/4] tools/perf/tests: Update probe_vfs_getname.sh script to use perf build --has

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

[GSoC 23] Adding Support for Gecko Converter: Final Report
 2023-08-27  6:26 UTC 

[PATCH] perf pmu: Fix a potential memory leak in perf_pmu__lookup()
 2023-08-26 21:32 UTC 

[PATCH] perf jevents: Raise exception for no definition of a arch std event
 2023-08-26 19:30 UTC  (6+ messages)

[PATCH v2] perf vendor events arm64: Add AmpereOne metrics
 2023-08-26 19:23 UTC 

[PATCH v7 0/6] perf record: Track sideband events for all CPUs when tracing selected CPUs
 2023-08-26 14:59 UTC  (8+ messages)
` [PATCH v7 1/6] perf evlist: Add perf_evlist__go_system_wide() helper
` [PATCH v7 2/6] perf evlist: Add evlist__findnew_tracking_event() helper
` [PATCH v7 3/6] perf record: Move setting tracking events before record__init_thread_masks()
` [PATCH v7 4/6] perf record: Track sideband events for all CPUs when tracing selected CPUs
` [PATCH v7 5/6] perf test: Add test case for record sideband events
` [PATCH v7 6/6] 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-26 14:45 UTC  (6+ messages)

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

[PATCH v3 0/3] tools/perf: Add loongarch cpuinfo and fix build warning
 2023-08-26  9:49 UTC  (5+ messages)
` [PATCH v3 1/3] perf/tools: Allow to use cpuinfo on LoongArch
` [PATCH v3 2/3] perf/trace: Fix mmap_flags for archs use generic mman.h
` [PATCH v3 3/3] perf/trace: Use "test -f" instead of "[-f FILE]"

[PATCH v2 0/3] tools/perf: Add loongarch cpuinfo and fix build warning
 2023-08-26  9:42 UTC  (7+ messages)
` [PATCH v2 1/3] perf/tools: Allow to use cpuinfo on LoongArch
` [PATCH v2 2/3] perf/trace: Fix mmap_flags for archs use generic mman.h
` [PATCH v2 3/3] perf/tools: Use "test -f" instead of "[-f FILE]"

[PATCH v7] Documentation: userspace-api: Document perf ring buffer mechanism
 2023-08-26  7:09 UTC 

[PATCH v2 00/18] Lazily load PMU data
 2023-08-26  6:28 UTC  (30+ messages)
` [PATCH v2 01/18] perf pmu: Make the loading of formats lazy
` [PATCH v2 02/18] perf pmu: Abstract alias/event struct
` [PATCH v2 03/18] perf pmu-events: Add extra underscore to function names
` [PATCH v2 04/18] perf jevents: Group events by PMU
` [PATCH v2 05/18] perf parse-events: Improve error message for double setting
` [PATCH v2 06/18] perf s390 s390_cpumcfdg_dump: Don't scan all PMUs
` [PATCH v2 07/18] perf pmu-events: Reduce processed events by passing PMU
` [PATCH v2 08/18] perf pmu-events: Add pmu_events_table__find_event
` [PATCH v2 09/18] perf pmu: Parse sysfs events directly from a file
` [PATCH v2 10/18] perf pmu: Prefer passing pmu to aliases list
` [PATCH v2 11/18] perf pmu: Merge json events with sysfs at load time
` [PATCH v2 12/18] perf pmu: Cache json events table
` [PATCH v2 13/18] perf pmu: Lazily add json events
` [PATCH v2 14/18] perf pmu: Scan type early to fail an invalid PMU quickly
` [PATCH v2 15/18] perf pmu: Be lazy about loading event info files from sysfs
` [PATCH v2 16/18] perf pmu: Lazily load sysfs aliases
` [PATCH v2 17/18] perf jevents: Sort strings in the big C string to reduce faults
` [PATCH v2 18/18] perf jevents: Don't append Unit to desc

[PATCH v1] perf jevents: Use "default_core" for events with no Unit
 2023-08-26  6:22 UTC 

[PATCH v5 0/2] perf list: Remove duplicate PMUs
 2023-08-25 22:48 UTC  (11+ messages)
` [PATCH v5 1/2] perf pmus: Sort pmus by name then suffix
` [PATCH v5 2/2] perf pmus: Skip duplicate PMUs and don't print list suffix by default

[PATCH 1/3] perf test: Skip 6.2 kernel for bpf-filter test
 2023-08-25 16:47 UTC  (4+ messages)
` [PATCH 2/3] perf test: Fix perf stat bpf counters test on Intel
` [PATCH 3/3] perf test: Enhance perf stat cgroup BPF counter test

[PATCH v2 1/4] perf tools: Handle old data in PERF_RECORD_ATTR
 2023-08-25 15:25 UTC  (4+ messages)
` [PATCH v2 2/4] tools/lib/perf: Add perf_record_header_attr_id()
` [PATCH v2 3/4] perf tools: Convert to perf_record_header_attr_id()
` [PATCH v2 4/4] tools/lib/perf: Get rid of attr.id field

[PATCH] perf tools: Handle old data in PERF_RECORD_ATTR
 2023-08-25 14:06 UTC  (3+ messages)

[PATCH v1 1/2] perf vendor events intel: Add lunarlake v1.0
 2023-08-25 13:28 UTC  (5+ messages)
` [PATCH v1 2/2] perf vendor events intel: Fix spelling mistakes

[PATCH] perf lock contention: Fix typo in max-stack option description
 2023-08-25 13:27 UTC  (2+ messages)

[PATCH v1] perf header: Fix missing PMU caps
 2023-08-25 13:20 UTC  (5+ messages)

[PATCH v4 0/2] perf list: Remove duplicate PMUs
 2023-08-25 13:20 UTC  (4+ messages)
` [PATCH v4 1/2] perf pmus: Sort pmus by name then suffix
` [PATCH v4 2/2] perf pmus: Skip duplicate PMUs and don't print list suffix by default

[PATCH v7 0/8] perf vendor events: Add JSON metrics for Arm CMN
 2023-08-25  8:40 UTC  (25+ 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 v6 0/7] perf record: Track sideband events for all CPUs when tracing selected CPUs
 2023-08-25  6:28 UTC  (26+ 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] powerpc/perf/hv-24x7: Update domain value check
 2023-08-25  5:56 UTC 

[PATCH v2 0/6] Fix missing caps, fix unnecessary casting/checking
 2023-08-25  2:40 UTC  (7+ messages)
` [PATCH v2 1/6] perf header: Fix missing PMU caps
` [PATCH v2 2/6] perf pmu: Remove logic for PMU name being NULL
` [PATCH v2 3/6] perf parse-events: Make term's config const
` [PATCH v2 4/6] perf pmu: Make id const and add missing free
` [PATCH v2 5/6] perf build-id: Simplify build_id_cache__cachedir
` [PATCH v2 6/6] perf tui slang: Tidy casts

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

[PATCH v3] perf jevents: Don't append Unit to desc
 2023-08-24 18:32 UTC 

[PATCH 14/14] perf/x86/uncore: Remove unnecessary ?: operator around pcibios_err_to_errno() call
 2023-08-24 13:28 UTC 

[PATCH v1 0/2] tools/perf: Add loongarch cpuinfo and fix build warning
 2023-08-24 13:33 UTC  (7+ messages)
` [PATCH v1 1/2] perf/trace: Fix mmap_flags for archs use generic mman.h

[perf-tools-next:tmp.perf-tools-next] [perf dlfilter] f178a76b05: perf-sanity-tests.dlfilter_C_API.fail
 2023-08-24  4:45 UTC  (5+ messages)

Linux Perf Tool Office Hours
 2023-08-24  4:41 UTC  (12+ messages)

[PATCH v1 00/25] Lazily load PMU data
 2023-08-24  2:23 UTC  (14+ messages)
` [PATCH v1 09/25] perf pmu: Make the loading of formats lazy
` [PATCH v1 14/25] perf s390 s390_cpumcfdg_dump: Don't scan all PMUs
` [PATCH v1 16/25] perf pmu-events: Add pmu_events_table__find_event
` [PATCH v1 17/25] perf pmu: Parse sysfs events directly from a file
` [PATCH v1 18/25] perf pmu: Prefer passing pmu to aliases list
` [PATCH v1 19/25] perf pmu: Merge json events with sysfs at load time
` [PATCH v1 21/25] perf pmu: Lazily add json events

[Patch v3] KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macros
 2023-08-24  2:05 UTC 

[PATCH v10 4/6] arm64: smp: Add arch support for backtrace using pseudo-NMI
 2023-08-23 19:58 UTC  (2+ messages)

[PATCH v4 00/10] Add sysfs interface files to hv_gpci device to expose system information
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] perf test: Skip perf bench breakpoint run if no breakpoints available
 2023-08-23 11:40 UTC  (3+ messages)

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

[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


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