linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-29 05:38:45 to 2023-09-06 16:00:38 UTC [more...]

[PATCH v1 1/2] perf vendor events intel: Add lunarlake v1.0
 2023-09-06 16:00 UTC  (2+ messages)

[PATCH v1 1/6] perf parse-events: Fixes relating to no_value terms
 2023-09-06 15:51 UTC  (11+ messages)
` [PATCH v1 2/6] perf parse-events: Remove unnecessary __maybe_unused
` [PATCH v1 3/6] perf parse-events: Tidy up str parameter
` [PATCH v1 4/6] perf parse-events: Avoid enum casts
` [PATCH v1 5/6] perf parse-events: Copy fewer term lists
` [PATCH v1 6/6] perf parse-events: Add struct parse_events_terms

[PATCHSET 0/5] perf lock contention: Add cgroup support (v1)
 2023-09-06 15:41 UTC  (9+ messages)
` [PATCH 1/5] perf tools: Add read_all_cgroups() and __cgroup_find()
` [PATCH 2/5] perf lock contention: Prepare to handle cgroups
` [PATCH 3/5] perf lock contention: Add -g/--lock-cgroup option
` [PATCH 4/5] perf lock contention: Add -G/--cgroup-filter option
` [PATCH 5/5] perf test: Improve perf lock contention test

[PATCH 00/13] Implement support for IBS virtualization
 2023-09-06 15:38 UTC  (21+ messages)
` [PATCH 01/13] KVM: Add KVM_GET_LAPIC_W_EXTAPIC and KVM_SET_LAPIC_W_EXTAPIC for extapic
` [PATCH 02/13] x86/cpufeatures: Add CPUID feature bit for Extended LVT
` [PATCH 03/13] KVM: x86: Add emulation support for Extented LVT registers
` [PATCH 04/13] x86/cpufeatures: Add CPUID feature bit for virtualized IBS
` [PATCH 05/13] KVM: x86/cpuid: Add a KVM-only leaf for IBS capabilities
` [PATCH 06/13] KVM: x86: Extend CPUID range to include new leaf
` [PATCH 07/13] KVM: SVM: Extend VMCB area for virtualized IBS registers
` [PATCH 08/13] perf/x86/amd: Add framework to save/restore host IBS state
` [PATCH 09/13] KVM: SVM: add support for IBS virtualization for non SEV-ES guests
` [PATCH 10/13] x86/cpufeatures: Add CPUID feature bit for VIBS in SEV-ES guest
` [PATCH 11/13] KVM: SVM: Add support for IBS virtualization for SEV-ES guests
` [PATCH 12/13] KVM: SVM: Enable IBS virtualization on non SEV-ES and "
` [PATCH 13/13] KVM: x86: nSVM: Implement support for nested IBS virtualization

[PATCH v1 1/3] perf completion: Restrict completion of events to events
 2023-09-06 15:18 UTC  (7+ messages)
` [PATCH v1 2/3] perf completion: Support completion of libpfm4 events
` [PATCH v1 3/3] perf completion: Support completion of metrics/metricgroups

[PATCH v1] perf stat: Fix aggr mode initialization
 2023-09-06 14:30 UTC  (3+ messages)

[PATCH v2 1/3] perf vendor events: Update JSON/events for power10 platform
 2023-09-06 14:26 UTC  (6+ messages)
` [PATCH v2 2/3] "
` [PATCH v2 3/3] perf vendor events: Update metric events "

[PATCH v4 0/2] perf/core: Bail out early if the request AUX area is out of bound
 2023-09-06  7:07 UTC  (7+ messages)
` [PATCH v4 1/2] "

[GIT PULL] perf tools changes for v6.6
 2023-09-06  0:53 UTC 

[PATCH v5 0/3] Add metric value validation test
 2023-09-05 17:30 UTC  (4+ messages)

[PATCH v1] perf parse-events: Fix driver config term
 2023-09-05 12:40 UTC  (5+ messages)

[RFC v1 00/16] perf kwork: Implement perf kwork top
 2023-09-05  1:01 UTC  (11+ messages)
` [RFC v1 01/16] perf kwork: Fix incorrect and missing free atom in work_push_atom()
` [RFC v1 05/16] perf kwork: Overwrite original atom in the list when a new atom is pushed

[PATCH v1 0/2] perf cs-etm: Improve timestamp tracing
 2023-09-05  1:33 UTC  (6+ messages)
` [PATCH v1 1/2] perf cs-etm: Validate timestamp tracing in per-thread mode
` [PATCH v1 2/2] perf cs-etm: Respect timestamp option

[PATCH v1 0/3] Remove BPF arrays from perf event parsing
 2023-09-04 15:09 UTC  (5+ messages)
` [PATCH v1 2/3] perf tools: Revert enable indices setting syntax for BPF map

[PATCH v2 0/7] perf: strcmp_cpuid_str() expression fixups
 2023-09-04  9:50 UTC  (8+ messages)
` [PATCH v2 1/7] perf test: Check result of has_event(cycles) test
` [PATCH v2 2/7] perf jevents: Remove unused keyword
` [PATCH v2 3/7] perf util: Add a function for replacing characters in a string
` [PATCH v2 4/7] perf test: Add a test for strcmp_cpuid_str() expression
` [PATCH v2 5/7] perf pmu: Move pmu__find_core_pmu() to pmus.c
` [PATCH v2 6/7] perf pmus: Simplify perf_pmus__find_core_pmu()
` [PATCH v2 7/7] perf pmu: Remove unused function

[PATCH] perf cs-etm: Bump minimum OpenCSD version to ensure a bugfix is present
 2023-09-04  3:36 UTC  (2+ messages)

[PATCH v8 0/6] perf record: Track sideband events for all CPUs when tracing selected CPUs
 2023-09-04  2:33 UTC  (7+ messages)
` [PATCH v8 1/6] perf evlist: Add perf_evlist__go_system_wide() helper
` [PATCH v8 2/6] perf evlist: Add evlist__findnew_tracking_event() helper
` [PATCH v8 3/6] perf record: Move setting tracking events before record__init_thread_masks()
` [PATCH v8 4/6] perf record: Track sideband events for all CPUs when tracing selected CPUs
` [PATCH v8 5/6] perf test: Add test case for record sideband events
` [PATCH v8 6/6] perf test: Add perf_event_attr test for record dummy event

[PATCH 0/4] Introduce perf build subcommand
 2023-09-03 11:53 UTC  (3+ messages)

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

[PATCH v6] Documentation: userspace-api: Document perf ring buffer mechanism
 2023-09-02  8:14 UTC  (7+ messages)

[PATCH 0/7] perf: strcmp_cpuid_str() expression fixups
 2023-09-02  2:53 UTC  (10+ messages)
` [PATCH 1/7] perf test: Check result of has_event(cycles) test
` [PATCH 2/7] perf jevents: Remove unused keyword
` [PATCH 3/7] perf util: Add a function for replacing characters in a string
` [PATCH 4/7] perf test: Add a test for strcmp_cpuid_str() expression
` [PATCH 5/7] perf pmu: Move pmu__find_core_pmu() to pmus.c
` [PATCH 6/7] perf pmus: Simplify perf_pmus__find_core_pmu()
` [PATCH 7/7] perf pmu: Remove unused function

[PATCH v1 0/3] perf list/debug output fixes
 2023-08-31 19:25 UTC  (7+ messages)
` [PATCH v1 1/3] perf list: Don't print Unit for default_core
` [PATCH v1 2/3] perf parse-events: Name the two term enums
` [PATCH v1 3/3] perf parse-events: Fix propagation of term's no_value when cloning

[PATCH v1 1/3] perf parse-events: Minor help message improvements
 2023-08-31 18:32 UTC  (10+ messages)
` [PATCH v1 2/3] perf parse-events: Make common term list to strbuf helper
` [PATCH v1 3/3] perf pmu: Remove str from perf_pmu_alias

[PATCH v7] Documentation: userspace-api: Document perf ring buffer mechanism
 2023-08-31 17:48 UTC  (2+ messages)

[PATCH 0/2] perf vendor events arm64: Update V1 events using Arm telemetry repo
 2023-08-31 16:15 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] perf vendor events arm64: Add V1 metrics "

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

[PATCH v7 0/6] perf record: Track sideband events for all CPUs when tracing selected CPUs
 2023-08-31 10:13 UTC  (5+ messages)

[PATCH] Introduce callchains for guests
 2023-08-31  9:45 UTC  (2+ messages)

[PATCH v1] perf jevents: Use "default_core" for events with no Unit
 2023-08-31  9:43 UTC  (5+ messages)

Linux Perf Tool Office Hours
 2023-08-31  6:33 UTC  (13+ messages)

[PATCH v1] perf vendor events intel: Fix modifier in tma_info_system_mem_parallel_reads
 2023-08-30 20:05 UTC  (2+ messages)

[PATCH v2] perf vendor events arm64: Add AmpereOne metrics
 2023-08-30 18:42 UTC  (3+ messages)

[PATCH v6 00/10] riscv: Allow userspace to directly access perf counters
 2023-08-30 13:20 UTC  (2+ messages)

[PATCH v1] perf pmu: Avoid uninitialized use of alias->str
 2023-08-30 15:48 UTC  (3+ messages)

[PATCH] perf dlfilter: Avoid leak in v0 API test use of resolve_address()
 2023-08-30  9:05 UTC 

[PATCH v1] perf metric: Add #num_cpus_online literal
 2023-08-30 16:28 UTC  (3+ messages)

[PATCH v6 0/6] perf vendor events arm64: Update N2 and V2 metrics and events using Arm telemetry repo
 2023-08-30 17:59 UTC  (5+ messages)
` [PATCH v6 4/6] perf jevents: Add a new expression builtin strcmp_cpuid_str()

[PATCH v2 1/4] perf tools: Handle old data in PERF_RECORD_ATTR
 2023-08-30 13:54 UTC  (5+ messages)
` [PATCH v2 3/4] perf tools: Convert to perf_record_header_attr_id()

About ARM64 Kernel Instruction Trace
 2023-08-30  6:17 UTC  (4+ messages)

[PATCH] perf test: Skip perf bench breakpoint run if no breakpoints available
 2023-08-29 19:03 UTC  (3+ messages)

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

[PATCH v11 0/6] arm64: Add IPI for backtraces / kgdb; try to use NMI for some IPIs
 2023-08-29 16:03 UTC  (12+ 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 v2 00/18] Lazily load PMU data
 2023-08-29 15:34 UTC  (17+ messages)
` [PATCH v2 04/18] perf jevents: Group events by PMU
` [PATCH v2 06/18] perf s390 s390_cpumcfdg_dump: Don't scan all PMUs

[PATCH v2 0/3] tools/perf: Fix perf probe crash by clang DWARF5 file
 2023-08-29 13:41 UTC  (5+ messages)
` [PATCH v2 3/3] tools/perf: Fix to get declared file name from clang DWARF5


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