linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-29 19:17:02 to 2024-05-06 05:31:17 UTC [more...]

[PATCH v2 00/54] Mediated Passthrough vPMU 2.0 for x86
 2024-05-06  5:29 UTC  (27+ messages)
` [PATCH v2 01/54] KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET"
` [PATCH v2 02/54] KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible
` [PATCH v2 03/54] KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms
` [PATCH v2 04/54] x86/msr: Define PerfCntrGlobalStatusSet register
` [PATCH v2 05/54] x86/msr: Introduce MSR_CORE_PERF_GLOBAL_STATUS_SET
` [PATCH v2 06/54] perf: Support get/put passthrough PMU interfaces
` [PATCH v2 07/54] perf: Add generic exclude_guest support
` [PATCH v2 08/54] perf/x86/intel: Support PERF_PMU_CAP_PASSTHROUGH_VPMU
` [PATCH v2 09/54] perf: core/x86: Register a new vector for KVM GUEST PMI
` [PATCH v2 10/54] KVM: x86: Extract x86_set_kvm_irq_handler() function
` [PATCH v2 11/54] KVM: x86/pmu: Register guest pmi handler for emulated PMU
` [PATCH v2 12/54] perf: x86: Add x86 function to switch PMI handler
` [PATCH v2 13/54] perf: core/x86: Forbid PMI handler when guest own PMU
` [PATCH v2 14/54] perf: core/x86: Plumb passthrough PMU capability from x86_pmu to x86_pmu_cap
` [PATCH v2 15/54] KVM: x86/pmu: Introduce enable_passthrough_pmu module parameter
` [PATCH v2 16/54] KVM: x86/pmu: Plumb through pass-through PMU to vcpu for Intel CPUs
` [PATCH v2 17/54] KVM: x86/pmu: Always set global enable bits in passthrough mode
` [PATCH v2 18/54] KVM: x86/pmu: Add a helper to check if passthrough PMU is enabled
` [PATCH v2 19/54] KVM: x86/pmu: Add host_perf_cap and initialize it in kvm_x86_vendor_init()
` [PATCH v2 20/54] KVM: x86/pmu: Allow RDPMC pass through when all counters exposed to guest
` [PATCH v2 21/54] KVM: x86/pmu: Introduce macro PMU_CAP_PERF_METRICS
` [PATCH v2 22/54] KVM: x86/pmu: Introduce PMU operator to check if rdpmc passthrough allowed
` [PATCH v2 23/54] KVM: x86/pmu: Manage MSR interception for IA32_PERF_GLOBAL_CTRL
` [PATCH v2 24/54] KVM: x86/pmu: Create a function prototype to disable MSR interception
` [PATCH v2 25/54] KVM: x86/pmu: Add intel_passthrough_pmu_msrs() to pass-through PMU MSRs
` [PATCH v2 26/54] KVM: x86/pmu: Avoid legacy vPMU code when accessing global_ctrl in passthrough vPMU

[PATCH] perf/x86/cstate: Remove unused struct 'perf_cstate_msr'
 2024-05-06  0:40 UTC 

[PATCH] perf maps: Process kcore maps in order
 2024-05-05 20:28 UTC 

[PATCH] perf/x86/amd/power: Use div64_u64 onstead of do_div()
 2024-05-05 19:38 UTC  (7+ messages)

[PATCH v2] perf/ring_buffer: Prefer struct_size over open coded arithmetic
 2024-05-05 17:31 UTC  (3+ messages)

[PATCH v2 0/3] perf probe: Allow names to start with digits
 2024-05-05 11:13 UTC  (4+ messages)
` [PATCH v2 1/3] perf parse-events: pass parse_state to add_tracepoint
` [PATCH v2 2/3] perf parse-events: Add new 'fake_tp' parameter for tests
` [PATCH v2 3/3] perf parse: Allow names to start with digits

[PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
 2024-05-05  5:09 UTC  (3+ messages)
    ` [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs

[PATCH v3 0/2] perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmu
 2024-05-05  3:16 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] perf tests: Add some pmu core functionality tests

[PATCH v6 0/7] dso/dsos memory savings and clean up
 2024-05-04 21:38 UTC  (8+ messages)
` [PATCH v6 1/7] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v6 2/7] perf dsos: Remove __dsos__addnew
` [PATCH v6 3/7] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v6 4/7] perf dsos: Switch hand code to bsearch
` [PATCH v6 5/7] perf dso: Add reference count checking and accessor functions
` [PATCH v6 6/7] perf dso: Reference counting related fixes
` [PATCH v6 7/7] perf dso: Use container_of to avoid a pointer in dso_data

[PATCH v5 0/7] dso/dsos memory savings and clean up
 2024-05-04 18:28 UTC  (7+ messages)
` [PATCH v5 1/7] perf dsos: Switch backing storage to array from rbtree/list

[PATCHSET 0/6] perf annotate-data: Small updates in the data type profiling (v1)
 2024-05-04 18:26 UTC  (14+ messages)
` [PATCH 1/6] perf dwarf-aux: Add die_collect_global_vars()
` [PATCH 2/6] perf annotate-data: Collect global variables in advance
` [PATCH 3/6] perf annotate-data: Handle direct global variable access
` [PATCH 4/6] perf annotate-data: Check memory access with two registers
` [PATCH 5/6] perf annotate-data: Handle multi regs in find_data_type_block()
` [PATCH 6/6] perf annotate-data: Check kind of stack variables

[PATCH v2 0/4] perf vendor events amd: Add Zen 5 events and metrics
 2024-05-04 18:12 UTC  (6+ messages)
` [PATCH v2 1/4] perf vendor events amd: Add Zen 5 core events
` [PATCH v2 2/4] perf vendor events amd: Add Zen 5 uncore events
` [PATCH v2 3/4] perf vendor events amd: Add Zen 5 metrics
` [PATCH v2 4/4] perf vendor events amd: Add Zen 5 mapping

[PATCH v1] perf trace: Disable syscall augmentation with record
 2024-05-04 18:04 UTC  (3+ messages)

[PATCH] perf/ring_buffer: Prefer struct_size over open coded arithmetic
 2024-05-04 17:21 UTC  (7+ messages)

[PATCH 0/2] Fix energy-pkg event for AMD CPUs
 2024-05-04  4:09 UTC  (6+ messages)
` [PATCH 1/2] perf/x86/rapl: Rename maxdie to nr_rapl_pmu and dieid to rapl_pmu_idx
` [PATCH 2/2] perf/x86/rapl: Fix the energy-pkg event for AMD CPUs
    ` [PATCH v2 "

[PATCH v3 0/2] perf kvm: Add kvm stat support on riscv
 2024-05-04  0:25 UTC  (4+ messages)
` [PATCH v3 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V

[PATCH v3] perf evsel: Refactor tool events
 2024-05-03 23:28 UTC 

[PATCH] perf test stat_all_pmu.sh: Parse return value of perf stat
 2024-05-03 20:25 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/17] coresight: Use per-sink trace ID maps for Perf sessions
 2024-05-03 20:23 UTC  (16+ messages)
` [PATCH 02/17] perf auxtrace: Allow number of queues to be specified
` [PATCH 08/17] coresight: Remove unused stubs
` [PATCH 09/17] coresight: Clarify comments around the PID of the sink owner
` [PATCH 10/17] coresight: Move struct coresight_trace_id_map to common header
` [PATCH 11/17] coresight: Expose map argument in trace ID API
` [PATCH 14/17] coresight: Use per-sink trace ID maps for Perf sessions

[PATCH v5 0/6] Assume sysfs event names are always the same case
 2024-05-03 20:09 UTC  (8+ messages)
` [PATCH v5 1/6] perf test pmu-events: Make it clearer that pmu-events tests json events
` [PATCH v5 2/6] perf Document: Sysfs event names must be lower or upper case
` [PATCH v5 3/6] perf test pmu: Refactor format test and exposed test APIs
` [PATCH v5 4/6] perf test pmu: Add an eagerly loaded event test
` [PATCH v5 5/6] perf test pmu: Test all sysfs PMU event names are the same case
` [PATCH v5 6/6] perf pmu: Assume sysfs events are always "

[RESEND v3] arm64: Add USER_STACKTRACE support
 2024-05-03 17:32 UTC  (5+ messages)

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-05-03 14:09 UTC  (3+ messages)

[PATCH 00/10] perf intel pt: Update instruction decoder for APX and other new instructions
 2024-05-03  5:09 UTC  (15+ messages)
` [PATCH 01/10] x86/insn: Add Key Locker instructions to the opcode map
` [PATCH 02/10] x86/insn: Fix PUSH instruction in x86 instruction decoder "
` [PATCH 03/10] x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS
` [PATCH 04/10] x86/insn: Add misc new Intel instructions
` [PATCH 05/10] x86/insn: Add support for REX2 prefix to the instruction decoder logic
` [PATCH 06/10] x86/insn: x86/insn: Add support for REX2 prefix to the instruction decoder opcode map
` [PATCH 07/10] x86/insn: Add support for APX EVEX to the instruction decoder logic
` [PATCH 08/10] x86/insn: Add support for APX EVEX instructions to the opcode map
` [PATCH 09/10] perf intel pt: Add new JMPABS instruction to the Intel PT instruction decoder
` [PATCH 10/10] perf tests: Add APX and other new instructions to x86 instruction decoder test

GSoC 2024 contributor news - restarting office hours
 2024-05-03  4:00 UTC 

[PATCH v2] perf test: Be more tolerant of metricgroup failures
 2024-05-02 22:31 UTC 

[PATCH] perf maps: Remove check_invariants() from maps__lock()
 2024-05-02 19:38 UTC  (3+ messages)

[PATCH v2 0/1] Perf lock improvements
 2024-05-02 18:32 UTC  (3+ messages)
` [PATCH v2 1/1] perf lock info: Display both map and thread by default

[PATCH v4 0/6] Assume sysfs event names are always the same case
 2024-05-02 18:19 UTC  (10+ messages)
` [PATCH v4 1/6] perf test pmu-events: Make it clearer that pmu-events tests json events
` [PATCH v4 2/6] perf Document: Sysfs event names must be lower or upper case
` [PATCH v4 3/6] perf test pmu: Refactor format test and exposed test APIs
` [PATCH v4 4/6] perf test pmu: Add an eagerly loaded event test
` [PATCH v4 5/6] perf test pmu: Test all sysfs PMU event names are the same case
` [PATCH v4 6/6] perf pmu: Assume sysfs events are always "

[PATCH v2 0/3] perf cs-etm: Improve version detection and error reporting
 2024-05-02 14:35 UTC  (5+ messages)
` [PATCH v2 1/3] perf cs-etm: Use struct perf_cpu as much as possible
` [PATCH v2 2/3] perf cs-etm: Remove repeated fetches of the ETM PMU
` [PATCH v2 3/3] perf cs-etm: Improve version detection and error reporting

[PATCH] perf/core: Trim dyn_size if raw data is absent
 2024-05-02  0:10 UTC  (3+ messages)

[PATCH v2] perf/core: Save raw sample data conditionally based on sample type
 2024-05-02  0:06 UTC 

[RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
 2024-05-01 20:36 UTC  (14+ messages)

[PATCH v1] perf lock: More strdup argument freeing
 2024-05-01 19:46 UTC  (3+ messages)

[PATCH] perf cs-etm: Improve version detection and error reporting
 2024-05-01  8:23 UTC  (4+ messages)

[PATCH v3 0/6] Assume sysfs event names are always the same case
 2024-05-01  3:06 UTC  (9+ messages)
` [PATCH v3 1/6] perf test pmu-events: Make it clearer that pmu-events tests json events
` [PATCH v3 2/6] perf Document: Sysfs event names must be lower or upper case
` [PATCH v3 3/6] perf test pmu: Refactor format test and exposed test APIs
` [PATCH v3 4/6] perf test pmu: Add an eagerly loaded event test
` [PATCH v3 5/6] perf test pmu: Test all sysfs PMU event names are the same case
` [PATCH v3 6/6] perf pmu: Assume sysfs events are always "

[RFC PATCH v2 0/3] Retirement latency perf stat support
 2024-04-30 21:00 UTC  (12+ messages)
` [RFC PATCH v2 1/3] perf evsel: Refactor tool events
` [RFC PATCH v2 2/3] perf parse-events: Add a retirement latency modifier
` [RFC PATCH v2 3/3] perf evsel: Add retirement latency event support

[PATCH v1 0/3] arm64: Support Neoverse-V2 for Perf Arm SPE
 2024-04-30 20:26 UTC  (4+ messages)

Question about using the perf c2c in UMA system
 2024-04-30 19:32 UTC  (4+ messages)

[PATCH] perf build: Add LIBTRACEEVENT_DIR build option
 2024-04-30 17:46 UTC  (3+ messages)

[syzbot] [perf?] WARNING: suspicious RCU usage in get_callchain_entry
 2024-04-30 10:49 UTC 

[PATCH] perf/x86/intel/uncore: Prefer struct_size over open coded arithmetic
 2024-04-30  9:18 UTC  (3+ messages)

[PATCH v2] tools lib subcmd: Show parent options in help
 2024-04-30  3:36 UTC  (2+ messages)

[PATCH v1 1/4] perf record: Dump off-cpu samples directly
 2024-04-29 22:06 UTC  (3+ messages)

[PATCH v3] perf/x86/amd/uncore: Use kcalloc*() instead of kzalloc*()
 2024-04-29 20:48 UTC  (2+ messages)


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