linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-09 01:42:20 to 2023-09-16 00:35:25 UTC [more...]

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-09-16  0:31 UTC  (27+ messages)
` [PATCH 01/26] vfio: Wrap KVM helpers with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 02/26] vfio: Move KVM get/put helpers to colocate it with other KVM related code
` [PATCH 03/26] virt: Declare and define vfio_file_set_kvm() iff CONFIG_KVM is enabled
` [PATCH 04/26] vfio: Add struct to hold KVM assets and dedup group vs. iommufd code
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
` [PATCH 06/26] KVM: Drop CONFIG_KVM_VFIO and just look at KVM+VFIO
` [PATCH 07/26] x86/idt: Wrap KVM logic with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 08/26] KVM: x86: Stop selecting and depending on HAVE_KVM
` [PATCH 09/26] KVM: arm64: "
` [PATCH 10/26] KVM: s390: "
` [PATCH 11/26] KVM: MIPS: Make HAVE_KVM a MIPS-only Kconfig
` [PATCH 12/26] KVM: arm64: Move arm_{psci,hypercalls}.h to an internal KVM path
` [PATCH 13/26] KVM: arm64: Include KVM headers to get forward declarations
` [PATCH 14/26] KVM: arm64: Move ARM specific headers in include/kvm to arch directory
` [PATCH 15/26] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 16/26] KVM: MIPS: Stop adding virt/kvm to the arch include path
` [PATCH 17/26] KVM: PPC: "
` [PATCH 18/26] KVM: s390: "
` [PATCH 19/26] KVM: Standardize include paths across all architectures
` [PATCH 20/26] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data
` [PATCH 21/26] entry/kvm: Drop @vcpu param from arch_xfer_to_guest_mode_handle_work()
` [PATCH 22/26] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 23/26] KVM: arm64: Move and consolidate "public" functions in asm/kvm_host.h
` [PATCH 24/26] powerpc/xics: Move declaration of xics_wake_cpu() out of kvm_ppc.h
` [PATCH 25/26] KVM: PPC: Rearrange code in kvm_ppc.h to isolate "public" information
` [PATCH 26/26] KVM: Hide KVM internal data structures and values from kernel at-large

[PATCH v8 0/6] perf record: Track sideband events for all CPUs when tracing selected CPUs
 2023-09-16  0:14 UTC  (4+ messages)

[PATCH] perf jevent: fix core dump on software events on s390
 2023-09-15 23:40 UTC  (3+ messages)

[PATCH][next] perf kwork: Fix spelling mistake "COMMMAND" -> "COMMAND"
 2023-09-15 16:44 UTC  (2+ messages)

[PATCH v3 0/3] perf: strcmp_cpuid_str() expression fixups
 2023-09-15 11:17 UTC  (10+ messages)
` [PATCH v3 1/3] perf pmu: Move pmu__find_core_pmu() to pmus.c
` [PATCH v3 2/3] perf pmus: Simplify perf_pmus__find_core_pmu()
` [PATCH v3 3/3] perf pmu: Remove unused function

[PATCH -next] perf kwork top: Simplify bool conversion
 2023-09-15  6:38 UTC 

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

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

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

[PATCH v2] arch: Reserve map_shadow_stack() syscall number for all architectures
 2023-09-15  3:23 UTC  (3+ messages)

Symbol resolution when text in hugepages
 2023-09-14 23:26 UTC  (2+ messages)

[BUG] perf test: Regression because of d6e6286a12e7
 2023-09-14 21:54 UTC  (10+ messages)

[PATCH v1 0/5] Enable BPF skeletons by default
 2023-09-14 21:19 UTC  (6+ messages)
` [PATCH v1 1/5] perf version: Add status of bpf skeletons
` [PATCH v1 2/5] perf build: Default BUILD_BPF_SKEL, warn/disable for missing deps
` [PATCH v1 3/5] perf test: Update build test for changed BPF skeleton defaults
` [PATCH v1 4/5] perf test: Ensure EXTRA_TESTS is covered in build test
` [PATCH v1 5/5] perf test: Detect off-cpu support from build options

[PATCH V3] tools/perf: Add includes for detected configs in Makefile.perf
 2023-09-14 17:19 UTC  (4+ messages)

[PATCH 1/2] tools/perf: Add new CONFIG_SHELLCHECK for detecting shellcheck binary
 2023-09-14 17:18 UTC  (2+ messages)
` [PATCH 2/2] tools/perf: Add perf binary dependent rule for shellcheck log in Makefile.perf

[PATCH v1] perf parse-events: Fix tracepoint name memory leak
 2023-09-14 16:40 UTC 

[PATCH v2 1/2] perf/x86/amd: Do not WARN on every IRQ
 2023-09-14 14:28 UTC  (3+ messages)
` [PATCH v2 2/2] perf/x86/amd/core: Fix overflow reset on hotplug

rom 3540f985652f41041e54ee82aa53e7dbd55739ae Mon Sep 17 00:00:00 2001
 2023-09-14 14:27 UTC  (2+ messages)

[PATCH] perf/x86/amd: Do not WARN on every IRQ
 2023-09-14 13:50 UTC  (22+ messages)

[PATCH 0/2] arch: Sync all syscall tables with 2 newly added system calls
 2023-09-14 12:26 UTC  (8+ messages)
` [PATCH 1/2] tools headers UAPI: Sync fchmodat2() syscall table entries
` [PATCH 2/2] arch: Reserve map_shadow_stack() syscall number for all architectures

[PATCH] perf/x86/amd/core: Rename branch-brs event to not break the parser
 2023-09-14  9:36 UTC  (3+ messages)

[PATCH v1] perf symbol: Avoid an undefined behavior warning
 2023-09-14  4:42 UTC 

[PATCH v1] perf pmu: Ensure all alias variables are initialized
 2023-09-14  2:24 UTC 

[PATCH v1] perf jevents metric: Fix type of strcmp_cpuid_str
 2023-09-14  2:22 UTC 

[PATCH v1] perf jevents metric: Fix type of strcmp_cpuid_str
 2023-09-14  2:16 UTC 

[PATCH] perf annotate: Add more x86 mov instruction cases
 2023-09-13 23:24 UTC  (6+ messages)

[PATCH v1] perf trace: Avoid compile error wrt redefining bool
 2023-09-13 18:49 UTC 

[PATCH v1] perf bpf-prologue: Remove unused file
 2023-09-13 18:45 UTC 

[PATCH 0/7] perf: strcmp_cpuid_str() expression fixups
 2023-09-13 15:37 UTC  (6+ messages)
` [PATCH 5/7] perf pmu: Move pmu__find_core_pmu() to pmus.c

[RFC PATCH 0/4] Convert perf ringbuffer to folios
 2023-09-13 13:32 UTC  (6+ messages)
` [RFC PATCH 1/4] perf: Convert perf_mmap_(alloc,free)_page "
` [RFC PATCH 2/4] mm: Add vmalloc_user_node()

[RESEND PATCH 0/2] perf/x86: Package residency counter improvements
 2023-09-13 12:59 UTC  (6+ messages)
` [RESEND PATCH 1/2] perf/x86/cstate: Allow reading the package statistics from local CPU
  ` [PATCHv2 2/2] perf/core: Allow reading package events from perf_event_read_local
` [RESEND PATCH "

perf record dumps core all the time on s390 (6.6.0rc1)
 2023-09-13 12:16 UTC  (2+ messages)
` perf record dumps core all the time on s390 (6.6.0rc1) part2

[PATCH v2 0/7] Fix Python string escapes
 2023-09-13  5:53 UTC  (14+ messages)
` [PATCH v2 1/7] ia64: fix "
` [PATCH v2 2/7] Documentation/sphinx: "
` [PATCH v2 3/7] drivers/comedi: "
` [PATCH v2 4/7] scripts: "
` [PATCH v2 5/7] tools/perf: "
` [PATCH v2 6/7] tools/power: "
` [PATCH v2 7/7] selftests/bpf: "

[PATCH V2] perf test: Fix parse-events tests to skip parametrized events
 2023-09-13  5:01 UTC  (4+ messages)

[PATCH 0/3] Fix for shellcheck issues with version "0.6"
 2023-09-13  5:02 UTC  (4+ messages)

[PATCH v8 1/8] perf pmu: "Compat" supports matching multiple identifiers
 2023-09-13  3:12 UTC  (5+ messages)
        ` [PATCH v8 3/8] perf vendor events: Supplement the omitted EventCode

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

[PATCH] perf vendor events arm64: Fix for AmpereOne metrics
 2023-09-12 20:52 UTC 

[PATCH v1 1/5] perf parse-events: Remove unused header files
 2023-09-12 20:47 UTC  (11+ messages)
` [PATCH v1 2/5] perf parse-events: Make YYDEBUG dependent on doing a debug build
` [PATCH v1 3/5] perf expr: "
` [PATCH v1 4/5] perf pmu: Add YYDEBUG
` [PATCH v1 5/5] perf bpf-filter: "

[PATCH] perf test: Update cs_etm testcase for Arm ETE
 2023-09-12 19:37 UTC  (2+ messages)

[PATCH 0/2] perf vendor events arm64: Update V1 events using Arm telemetry repo
 2023-09-12 19:34 UTC  (2+ messages)

[PATCH v1 1/2] perf list: Avoid a hardcoded cpu PMU name
 2023-09-12 19:18 UTC  (2+ messages)

[PATCH v13 0/7] arm64: Add IPI for backtraces / kgdb; try to use NMI for some IPIs
 2023-09-12 12:43 UTC  (3+ messages)
` [PATCH v13 1/7] irqchip/gic-v3: Enable support for SGIs to act as NMIs

[PATCH] perf cs-etm: Fix kernel timestamp handling
 2023-09-12 10:57 UTC  (4+ messages)

[PATCH V2] tools/perf: Add includes for detected configs in Makefile.perf
 2023-09-12  6:32 UTC  (3+ messages)

[PATCH 0/4] Introduce perf check subcommand
 2023-09-12  5:57 UTC  (7+ messages)
` [PATCH 1/4] perf check: introduce "
` [PATCH 3/4] perf tests task_analyzer: use perf check for libtraceevent support

[PATCH 00/13] Implement support for IBS virtualization
 2023-09-12  3:30 UTC  (19+ messages)
` [PATCH 01/13] KVM: Add KVM_GET_LAPIC_W_EXTAPIC and KVM_SET_LAPIC_W_EXTAPIC for extapic
` [PATCH 03/13] KVM: x86: Add emulation support for Extented LVT registers
` [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 09/13] KVM: SVM: add support for IBS virtualization for non SEV-ES guests
` [PATCH 12/13] KVM: SVM: Enable IBS virtualization on non SEV-ES and "

[PATCH 0/4] Support Andes PMU extension
 2023-09-11 12:35 UTC  (13+ messages)
` [RFC PATCH 2/4] irqchip/riscv-intc: Support large non-standard hwirq number
` [PATCH 3/4] riscv: errata: Add Andes PMU errata

[RFC] amd_uncore/rapl: Add per-core energy tracking support for AMD
 2023-09-11 17:46 UTC 

[GIT PULL] perf events fix
 2023-09-10 18:08 UTC  (2+ messages)

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

[GIT PULL] perf tools changes for v6.6
 2023-09-10  3:17 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 4/7] ARM: 9316/1: hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2023-09-09  0:23 UTC 


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