Linux-perf-users Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-11 18:19:57 to 2024-04-16 06:15:44 UTC [more...]

[PATCH v2 00/16] Consistently prefer sysfs/json events
 2024-04-16  6:15 UTC 

[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
 2024-04-16  5:34 UTC  (104+ messages)
` [RFC PATCH 01/41] perf: x86/intel: Support PERF_PMU_CAP_VPMU_PASSTHROUGH
` [RFC PATCH 02/41] perf: Support guest enter/exit interfaces
` [RFC PATCH 03/41] perf: Set exclude_guest onto nmi_watchdog
` [RFC PATCH 04/41] perf: core/x86: Add support to register a new vector for PMI handling
` [RFC PATCH 05/41] KVM: x86/pmu: Register PMI handler for passthrough PMU
` [RFC PATCH 06/41] perf: x86: Add function to switch PMI handler
` [RFC PATCH 07/41] perf/x86: Add interface to reflect virtual LVTPC_MASK bit onto HW
` [RFC PATCH 08/41] KVM: x86/pmu: Add get virtual LVTPC_MASK bit function
` [RFC PATCH 09/41] perf: core/x86: Forbid PMI handler when guest own PMU
` [RFC PATCH 11/41] KVM: x86/pmu: Introduce enable_passthrough_pmu module parameter and propage to KVM instance
` [RFC PATCH 12/41] KVM: x86/pmu: Plumb through passthrough PMU to vcpu for Intel CPUs
` [RFC PATCH 15/41] KVM: x86/pmu: Manage MSR interception for IA32_PERF_GLOBAL_CTRL
` [RFC PATCH 18/41] KVM: x86/pmu: Intercept full-width GP counter MSRs by checking with perf capabilities
` [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
` [RFC PATCH 24/41] KVM: x86/pmu: Zero out unexposed Counters/Selectors to avoid information leakage
` [RFC PATCH 26/41] KVM: x86/pmu: Add host_perf_cap field in kvm_caps to record host PMU capability
` [RFC PATCH 27/41] KVM: x86/pmu: Clear PERF_METRICS MSR for guest
` [RFC PATCH 28/41] KVM: x86/pmu: Switch IA32_PERF_GLOBAL_CTRL at VM boundary
` [RFC PATCH 34/41] KVM: x86/pmu: Intercept EVENT_SELECT MSR
` [RFC PATCH 36/41] KVM: x86/pmu: Intercept FIXED_CTR_CTRL MSR
` [RFC PATCH 37/41] KVM: x86/pmu: Allow writing to fixed counter selector if counter is exposed
` [RFC PATCH 39/41] KVM: x86/pmu: Implement emulated counter increment for passthrough PMU
` [RFC PATCH 40/41] KVM: x86/pmu: Separate passthrough PMU logic in set/get_msr() from non-passthrough vPMU
` [RFC PATCH 41/41] KVM: nVMX: Add nested virtualization support for passthrough PMU

[PATCH 0/2] Better error messages for 'perf probe --add'
 2024-04-16  4:55 UTC  (3+ messages)
` [PATCH 1/2] perf probe-event: un-hardcoded sizeof(buf)
` [PATCH 2/2] perf probe-event: better error message for a too-long probe name

[PATCH v2 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-16  4:17 UTC  (5+ messages)
` [PATCH v2 1/2] RISCV: KVM: add tracepoints for entry and exit events
` [PATCH v2 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V

Percentages reported by `perf stat --hybrid-merge`
 2024-04-15 19:30 UTC  (2+ messages)

[PATCH] perf test stat_all_pmu.sh: Parse return value of perf stat
 2024-04-15 17:41 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 00/17] treewide: Refactor heap related implementation
 2024-04-15 17:35 UTC  (4+ messages)
` [PATCH v3 04/17] lib min_heap: Add type safe interface

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-15 17:03 UTC  (12+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback

[PATCH v1 0/9] Consistently prefer sysfs/json events
 2024-04-15 16:59 UTC  (11+ messages)
` [PATCH v1 1/9] perf parse-events: Factor out '<event_or_pmu>/.../' parsing
` [PATCH v1 2/9] perf parse-events: Directly pass PMU to parse_events_add_pmu
` [PATCH v1 3/9] perf parse-events: Avoid copying an empty list
` [PATCH v1 4/9] perf pmu: Refactor perf_pmu__match
` [PATCH v1 5/9] perf tests parse-events: Use branches rather than cache-references
` [PATCH v1 6/9] perf parse-events: Legacy cache names on all PMUs and lower priority
` [PATCH v1 7/9] perf parse-events: Handle PE_TERM_HW in name_or_raw
` [PATCH v1 8/9] perf parse-events: Constify parse_events_add_numeric
` [PATCH v1 9/9] perf parse-events: Prefer sysfs/json hardware events over legacy

[PATCH v1 0/3] arm64: Support Neoverse-V2 for Perf Arm SPE
 2024-04-15 15:56 UTC  (2+ messages)

[PATCH] tools/perf: Fix compiling with libelf on rv32
 2024-04-15  9:55 UTC 

[PATCH] perf test: Increase buffer size for Coresight basic tests
 2024-04-15  8:25 UTC  (4+ messages)

[PATCH v5 0/4] perf: Support PERF_SAMPLE_READ with inherit
 2024-04-15  8:14 UTC  (5+ messages)
` [PATCH v5 1/4] "
` [PATCH v5 2/4] tools/perf: Track where perf_sample_ids need per-thread periods
` [PATCH v5 3/4] tools/perf: Correctly calculate sample period for inherited SAMPLE_READ values
` [PATCH v5 4/4] tools/perf: Allow inherit + PERF_SAMPLE_READ when opening events

[PATCH v10 1/8] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-04-15  6:13 UTC  (8+ messages)
` [PATCH v10 2/8] perf: imx_perf: add macro definitions for parsing config attr
` [PATCH v10 3/8] perf: imx_perf: let the driver manage the counter usage rather the user
` [PATCH v10 4/8] perf: imx_perf: refactor driver for imx93
` [PATCH v10 5/8] perf: imx_perf: fix counter start and config sequence
` [PATCH v10 6/8] perf: imx_perf: add support for i.MX95 platform
` [PATCH v10 7/8] perf vendor events arm64:: Add i.MX95 DDR Performance Monitor metrics
` [PATCH v10 8/8] perf vendor events arm64:: Add i.MX93 "

[PATCH v9 1/8] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-04-15  2:57 UTC  (10+ messages)
` [PATCH v9 2/8] perf: imx_perf: add macro definitions for parsing config attr
` [PATCH v9 3/8] perf: imx_perf: let the driver manage the counter usage rather the user
` [PATCH v9 4/8] perf: imx_perf: refactor driver for imx93
` [PATCH v9 5/8] perf: imx_perf: fix counter start and config sequence
` [PATCH v9 6/8] perf: imx_perf: add support for i.MX95 platform
` [PATCH v9 7/8] perf vendor events arm64:: Add i.MX95 DDR Performance Monitor metrics
` [PATCH v9 8/8] perf vendor events arm64:: Add i.MX93 "

[PATCH] perf sched: Rename switches to count and add usage description, options for latency
 2024-04-15  2:31 UTC  (2+ messages)

[PATCH v3 00/12] dso/dsos memory savings and clean up
 2024-04-14 11:43 UTC  (4+ messages)
` [PATCH v3 11/12] perf dso: Reference counting related fixes

[PATCH V2 0/8] perf tools: Fix test "perf probe of function from different CU"
 2024-04-14 11:41 UTC  (5+ messages)

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-13 20:12 UTC  (7+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions
` [PATCH v1 2/3] mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
` [PATCH v1 3/3] mm: use "GUP-fast" instead "fast GUP" in remaining comments

[PATCH v3 1/3] perf: Move perf_event_fasync() to perf_event.h
 2024-04-13 14:16 UTC  (2+ messages)
` [PATCH v3 2/3] perf/ring_buffer: Trigger IO signals for watermark_wakeup

[RFC PATCH 0/4] perf: Correlating user process data to samples
 2024-04-13 12:48 UTC  (12+ messages)
` [RFC PATCH 1/4] perf/core: Introduce perf_prepare_dump_data()
` [RFC PATCH 2/4] perf: Introduce PERF_SAMPLE_TLS_USER sample type
` [RFC PATCH 3/4] perf/core: Factor perf_output_sample_udump()
` [RFC PATCH 4/4] perf/x86/core: Add tls dump support

[RFC PATCH v1] perf pmu: Assume sysfs events are always lowercase
 2024-04-13  4:08 UTC 

BISECTED: perf test -v "Test data symbol" failing on Intel Hybrid systems
 2024-04-13  3:25 UTC  (6+ messages)

[RFC PATCH v5 00/16] Perf stat metric grouping with hardware information
 2024-04-12 21:07 UTC  (17+ messages)
` [RFC PATCH v5 01/16] perf stat: Add new field in stat_config to enable hardware aware grouping
` [RFC PATCH v5 02/16] perf stat: Add basic functions for the "
` [RFC PATCH v5 03/16] perf pmu-events: Add functions in jevent.py to parse counter and event info for "
` [RFC PATCH v5 04/16] find_bit: add _find_last_and_bit() to support finding the most significant set bit
` [RFC PATCH v5 05/16] perf stat: Add functions to set counter bitmaps for hardware-grouping method
` [RFC PATCH v5 06/16] perf stat: Add functions to get counter info
` [RFC PATCH v5 07/16] perf stat: Add functions to create new group and assign events into groups
` [RFC PATCH v5 08/16] perf stat: Add build string function and topdown events handling in hardware-grouping
` [RFC PATCH v5 09/16] perf stat: Add function to handle special events "
` [RFC PATCH v5 10/16] perf stat: Add function to combine metrics for hardware-grouping
` [RFC PATCH v5 11/16] perf stat: Add partial support on MSR in hardware-grouping
` [RFC PATCH v5 12/16] perf stat: Handle NMI "
` [RFC PATCH v5 13/16] perf stat: Code refactoring "
` [RFC PATCH v5 14/16] perf stat: Add tool events support "
` [RFC PATCH v5 15/16] perf stat: use tool event helper function in metricgroup__build_event_string
` [RFC PATCH v5 16/16] perf stat: Add hardware-grouping cmd option to perf stat

[PATCH v1 1/2] perf bench uprobe: Remove lib64 from libc.so.6 binary path
 2024-04-12 20:52 UTC  (3+ messages)

[PATCH v1 0/4] Add shellcheck beyond perf/tests
 2024-04-12 19:38 UTC  (3+ messages)

[PATCH v1] perf list: Esacpe \r in json output
 2024-04-12 19:35 UTC  (2+ messages)

[PATCH 0/4] perf annotate-data: A couple of small updates
 2024-04-12 18:33 UTC  (5+ messages)
` [PATCH 1/4] perf annotate-data: Improve debug message with location info
` [PATCH 2/4] perf dwarf-aux: Check pointer offset when checking variables
` [PATCH 3/4] perf dwarf-aux: Check variable address range properly
` [PATCH 4/4] perf annotate-data: Handle RSP if it's not the FB register

[PATCH v1 1/2] tools subcmd: Add check_if_command_finished
 2024-04-12 15:01 UTC  (5+ messages)
` [PATCH v1 2/2] perf test: Display number of remaining tests

[PATCH] perf parse-events: Avoid two scenarios involving the reordering of topdown events
 2024-04-12 10:22 UTC  (3+ messages)

[PATCH] treewide: Fix common grammar mistake "the the"
 2024-04-12  6:41 UTC  (4+ messages)

[PATCH V2] perf scripts python: Add a script to run instances of perf script in parallel
 2024-04-12  6:07 UTC  (3+ messages)

[PATCH v6 1/7] perf/bpf: Reorder bpf_overflow_handler() ahead of __perf_event_overflow()
 2024-04-12  1:50 UTC  (6+ messages)
` [PATCH v6 2/7] perf/bpf: Create bpf_overflow_handler() stub for !CONFIG_BPF_SYSCALL
` [PATCH v6 3/7] perf/bpf: Remove #ifdef CONFIG_BPF_SYSCALL from struct perf_event members
` [PATCH v6 4/7] perf/bpf: Call bpf handler directly, not through overflow machinery
` [PATCH v6 5/7] perf/bpf: Remove unneeded uses_default_overflow_handler()
` [PATCH v6 6/7] perf/bpf: Allow a bpf program to suppress all sample side effects

[RESEND PATCH v5 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
 2024-04-12  1:47 UTC  (4+ messages)

[PATCH] treewide: Fix common grammar mistake "the the"
 2024-04-11 20:23 UTC  (3+ messages)
` [PATCH v2] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).