Linux-perf-users Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-09 23:17:41 to 2024-04-12 05:44:17 UTC [more...]

[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
 2024-04-12  5:44 UTC  (77+ 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 v1 1/2] tools subcmd: Add check_if_command_finished
 2024-04-12  5:22 UTC  (4+ messages)
` [PATCH v1 2/2] perf test: Display number of remaining tests

[RFC PATCH 0/4] perf: Correlating user process data to samples
 2024-04-12  4:52 UTC  (6+ 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

[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  (6+ messages)
` [RESEND PATCH v5 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler

[PATCH] treewide: Fix common grammar mistake "the the"
 2024-04-11 22:39 UTC  (9+ messages)
  ` [PATCH v2] "

[PATCH V2 0/8] perf tools: Fix test "perf probe of function from different CU"
 2024-04-11 18:49 UTC  (9+ messages)
` [PATCH V2 1/8] tools lib: adopt str_has_suffix() from bpftool/gen.c

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-11 18:47 UTC  (7+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback

[PATCH v3 00/12] dso/dsos memory savings and clean up
 2024-04-11 18:42 UTC  (14+ messages)
` [PATCH v3 01/12] perf dsos: Attempt to better abstract dsos internals
` [PATCH v3 02/12] perf dsos: Tidy reference counting and locking
` [PATCH v3 03/12] perf dsos: Add dsos__for_each_dso
` [PATCH v3 04/12] perf dso: Move dso functions out of dsos
` [PATCH v3 05/12] perf dsos: Switch more loops to dsos__for_each_dso
` [PATCH v3 06/12] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v3 07/12] perf dsos: Remove __dsos__addnew
` [PATCH v3 08/12] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v3 09/12] perf dsos: Switch hand code to bsearch
` [PATCH v3 10/12] perf dso: Add reference count checking and accessor functions
` [PATCH v3 11/12] perf dso: Reference counting related fixes
` [PATCH v3 12/12] perf dso: Use container_of to avoid a pointer in dso_data

BISECTED: perf test -v "Test data symbol" failing on Intel Hybrid systems
 2024-04-11 18:26 UTC  (6+ messages)

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

[PATCH] perf test stat_all_pmu.sh: Parse return value of perf stat
 2024-04-11 18:18 UTC  (2+ messages)

[PATCH v2 1/3] perf hist: Move histogram related code to hist.h
 2024-04-11 18:17 UTC  (3+ messages)
` [PATCH v2 2/3] perf hist: Add weight fields to hist entry stats
` [PATCH v2 3/3] perf report: Add weight[123] output fields

[PATCH] perf parse-events: Avoid two scenarios involving the reordering of topdown events
 2024-04-11 15:14 UTC  (2+ messages)

[PATCH v3] perf kvm: Add kvm-stat for loongarch64
 2024-04-11 12:10 UTC 

[PATCH V5 00/12] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-04-11 12:02 UTC  (2+ messages)

[PATCH] perf annotate: Skip DSOs not found
 2024-04-11 11:04 UTC  (3+ messages)

[PATCHSET 0/7] perf annotate: Add TUI support for data type profiling (v2)
 2024-04-11 11:02 UTC  (9+ messages)
` [PATCH 1/7] perf annotate-data: Skip sample histogram for stack canary
` [PATCH 2/7] perf annotate: Show progress of sample processing
` [PATCH 3/7] perf annotate-data: Add hist_entry__annotate_data_tty()
` [PATCH 4/7] perf annotate-data: Add hist_entry__annotate_data_tui()
` [PATCH 5/7] perf annotate-data: Support event group display in TUI
` [PATCH 6/7] perf report: Add a menu item to annotate data type "
` [PATCH 7/7] perf report: Do not collect sample histogram unnecessarily

[PATCH] perf tools: Simplify is_event_supported()
 2024-04-11  9:01 UTC  (4+ messages)

[PATCH] uprobes: reduce contention on uprobes_tree access
 2024-04-11  8:41 UTC  (12+ messages)

[PATCH] perf record: Fix debug message placement for test consumption
 2024-04-11  7:54 UTC 

[PATCH 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-11  7:24 UTC  (6+ messages)
` [PATCH 1/2] RISCV: KVM: add tracepoints for entry and exit events

`annotate --data-type` is empty
 2024-04-11  5:20 UTC  (5+ messages)

[PATCHSET 0/6] perf annotate: Add TUI support for data type profiling (v1)
 2024-04-11  0:30 UTC  (22+ messages)
` [PATCH 1/6] perf annotate: Show progress of sample processing
` [PATCH 2/6] perf annotate-data: Add hist_entry__annotate_data_tty()
` [PATCH 3/6] perf annotate-data: Add hist_entry__annotate_data_tui()
` [PATCH 4/6] perf annotate-data: Support event group display in TUI
` [PATCH 5/6] perf report: Add a menu item to annotate data type "
` [PATCH 6/6] perf report: Do not collect sample histogram unnecessarily

[PATCH v1] perf list: Esacpe \r in json output
 2024-04-10 22:23 UTC 

[PATCH v2 0/4] perf test: "object code reading" test fixes
 2024-04-10 21:00 UTC  (8+ messages)
` [PATCH v2 1/4] perf tests: Make "test data symbol" more robust on Neoverse N1
` [PATCH v2 2/4] perf tests: Apply attributes to all events in object code reading test
` [PATCH v2 3/4] perf map: Remove kernel map before updating start and end addresses
` [PATCH v2 4/4] perf tests: Remove dependency on lscpu

[RFC PATCH v4 00/15] Perf stat metric grouping with hardware information
 2024-04-10 17:47 UTC  (5+ messages)
` [RFC PATCH v4 14/15] perf stat: Add tool events support in hardware-grouping

[PATCH v8 1/8] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-04-10 16:35 UTC  (6+ messages)
` [PATCH v8 3/8] perf: imx_perf: let the driver manage the counter usage rather the user
    ` [EXT] "

[PATCH v3 0/4] perf: Make SIGTRAP and __perf_pending_irq() work on RT
 2024-04-10 14:50 UTC  (23+ messages)
` [PATCH v3 2/4] perf: Enqueue SIGTRAP always via task_work
` [PATCH v3 3/4] perf: Remove perf_swevent_get_recursion_context() from perf_pending_task()

[PATCH 1/3] perf hist: Move histogram related code to hist.h
 2024-04-10 13:40 UTC  (7+ messages)
` [PATCH 3/3] perf report: Add weight[123] output fields

[PATCH 1/2] perf/x86/rapl: Add support for Intel Arrow Lake
 2024-04-10 13:20 UTC  (3+ messages)
` [PATCH 2/2] perf/x86/rapl: Add support for Intel Lunar Lake

BISECTED: perf test 'Miscellaneous Intel PT' failing on Intel hybrid machines
 2024-04-10 10:47 UTC  (5+ messages)

[PATCH v2] perf/core: Fix small negative period being ignored
 2024-04-10  9:35 UTC  (3+ messages)

[PATCH 0/3] perf test: "object code reading" test fixes
 2024-04-10  9:08 UTC  (6+ messages)
` [PATCH 3/3] perf tests: Skip "test data symbol" on Neoverse N1

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

[PATCH] perf/core: Fix missing wakeup when waiting for context reference
 2024-04-10  3:55 UTC 

[PATCH v2 1/2] perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmu
 2024-04-10  1:13 UTC  (2+ messages)
` [PATCH v2 2/2] perf tests: Add a pmus core functionality test suite


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