linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-23 00:06:12 to 2024-01-29 12:20:14 UTC [more...]

[PATCH V16 0/8] arm64/perf: Enable branch stack sampling
 2024-01-29 12:20 UTC  (14+ messages)
` [PATCH V16 1/8] arm64/sysreg: Add BRBE registers and fields
` [PATCH V16 2/8] KVM: arm64: Prevent guest accesses into BRBE system registers/instructions
` [PATCH V16 3/8] drivers: perf: arm_pmuv3: Enable branch stack sampling framework
` [PATCH V16 4/8] drivers: perf: arm_pmuv3: Enable branch stack sampling via FEAT_BRBE
` [PATCH V16 5/8] KVM: arm64: nvhe: Disable branch generation in nVHE guests
` [PATCH V16 6/8] perf: test: Speed up running brstack test on an Arm model
` [PATCH V16 7/8] perf: test: Remove empty lines from branch filter test output
` [PATCH V16 8/8] perf: test: Extend branch stack sampling test for Arm64 BRBE

[PATCH] perf/pmu-events/powerpc: Update json mapfile with Power11 PVR
 2024-01-29 12:08 UTC 

[PATCH v3 0/3] perf/x86/amd: Miscellaneous fixes
 2024-01-29 11:06 UTC  (4+ messages)
` [PATCH v3 1/3] perf/x86/amd/lbr: Use freeze based on availability
` [PATCH v3 2/3] perf/x86/amd/lbr: Discard erroneous branch entries
` [PATCH v3 3/3] perf/x86/amd/core: Avoid register reset when CPU is dead

[PATCH v3 1/4] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-01-29 10:14 UTC  (4+ messages)
` [PATCH v3 2/4] perf: imx_perf: add support for i.MX95 platform
` [PATCH v3 3/4] perf: imx_perf: limit counter ID from user space and optimize counter usage
` [PATCH v3 4/4] perf vendor events arm64:: Add i.MX95 DDR Performane Monitor metrics

[PATCH v8 00/10] Support Andes PMU extension
 2024-01-29  9:25 UTC  (11+ messages)
` [PATCH v8 01/10] riscv: errata: Rename defines for Andes
` [PATCH v8 02/10] irqchip/riscv-intc: Allow large non-standard interrupt number
` [PATCH v8 03/10] irqchip/riscv-intc: Introduce Andes hart-level interrupt controller
` [PATCH v8 04/10] dt-bindings: riscv: Add Andes interrupt controller compatible string
` [PATCH v8 05/10] riscv: dts: renesas: r9a07g043f: Update compatible string to use Andes INTC
` [PATCH v8 06/10] perf: RISC-V: Eliminate redundant interrupt enable/disable operations
` [PATCH v8 07/10] perf: RISC-V: Introduce Andes PMU to support perf event sampling
` [PATCH v8 08/10] dt-bindings: riscv: Add Andes PMU extension description
` [PATCH v8 09/10] riscv: dts: renesas: Add Andes PMU extension for r9a07g043f
` [PATCH v8 10/10] riscv: andes: Support specifying symbolic firmware and hardware raw events

[PATCH] perf/ring-buffer: refactor code of reading the value of data_tail
 2024-01-28  4:19 UTC 

perf test bpf-counters failing on some hybrid machines
 2024-01-27 19:46 UTC 

"perf test 103: perf all metrics test" failing on hybrid i7 14700k
 2024-01-27 19:30 UTC  (3+ messages)

[PATCH v1] perf vendor events intel: Alderlake/sapphirerapids metric fixes
 2024-01-27 19:30 UTC  (4+ messages)

[PATCH] perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()
 2024-01-27 19:28 UTC  (3+ messages)

[PATCH RESEND] perf tools: Add -H short option for --hierarchy
 2024-01-27 18:17 UTC  (4+ messages)

[PATCH v1] perf pmu: Treat the msr pmu as software
 2024-01-27 18:16 UTC  (3+ messages)

[PATCH] perf test: Fix session topology test on heterogeneous systems
 2024-01-26 20:49 UTC  (9+ messages)
` [PATCH v2] perf evlist: Fix evlist__new_default() for > 1 core PMU
  ` [PATCH v3] "

[RFC PATCH v3 00/18] Perf stat metric grouping with hardware information
 2024-01-26 18:14 UTC  (22+ messages)
` [RFC PATCH v3 03/18] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [RFC PATCH v3 04/18] perf pmu-events: Add counter info into JSON files for SapphireRapids
` [RFC PATCH v3 06/18] perf pmu-events: Add event counter data for Icelakex
` [RFC PATCH v3 07/18] perf stat: Add functions to set counter bitmaps for hardware-grouping method
` [RFC PATCH v3 08/18] perf stat: Add functions to get counter info
` [RFC PATCH v3 09/18] perf stat: Add functions to create new group and assign events into groups for hardware-grouping method
` [RFC PATCH v3 10/18] perf stat: Add build string function and topdown events handling in hardware-grouping
` [RFC PATCH v3 11/18] perf stat: Add function to handle special events "
` [RFC PATCH v3 13/18] perf stat: Handle taken alone "

[PATCH bpf-next] perf/bpf: Fix duplicate type check
 2024-01-26 17:19 UTC  (2+ messages)

[PATCH] perf test attr: Add back missing topdown events
 2024-01-26 15:14 UTC  (3+ messages)

[PATCH v2] perf print-events: make is_event_supported() more robust
 2024-01-26 14:56 UTC 

[PATCH] perf print-events: make is_event_supported() more robust
 2024-01-26 14:36 UTC  (13+ messages)

[PATCH v2] tools/perf: Fix malloc call for new -Walloc-size
 2024-01-26 14:31 UTC  (2+ messages)

[PATCH] perf build: Make minimal shellcheck version to v0.6.0
 2024-01-26 14:26 UTC  (4+ messages)

[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
 2024-01-26  8:54 UTC  (42+ 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 10/41] perf: core/x86: Plumb passthrough PMU capability from x86_pmu to x86_pmu_cap
` [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 13/41] KVM: x86/pmu: Add a helper to check if passthrough PMU is enabled
` [RFC PATCH 14/41] KVM: x86/pmu: Allow RDPMC pass through
` [RFC PATCH 15/41] KVM: x86/pmu: Manage MSR interception for IA32_PERF_GLOBAL_CTRL
` [RFC PATCH 16/41] KVM: x86/pmu: Create a function prototype to disable MSR interception
` [RFC PATCH 17/41] KVM: x86/pmu: Implement pmu function for Intel CPU "
` [RFC PATCH 18/41] KVM: x86/pmu: Intercept full-width GP counter MSRs by checking with perf capabilities
` [RFC PATCH 19/41] KVM: x86/pmu: Whitelist PMU MSRs for passthrough PMU
` [RFC PATCH 20/41] KVM: x86/pmu: Introduce PMU operation prototypes for save/restore PMU context
` [RFC PATCH 21/41] KVM: x86/pmu: Introduce function prototype for Intel CPU to "
` [RFC PATCH 22/41] x86: Introduce MSR_CORE_PERF_GLOBAL_STATUS_SET for passthrough PMU
` [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 25/41] KVM: x86/pmu: Introduce macro PMU_CAP_PERF_METRICS
` [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 29/41] KVM: x86/pmu: Exclude existing vLBR logic from the passthrough PMU
` [RFC PATCH 30/41] KVM: x86/pmu: Switch PMI handler at KVM context switch boundary
` [RFC PATCH 31/41] KVM: x86/pmu: Call perf_guest_enter() at PMU context switch
` [RFC PATCH 32/41] KVM: x86/pmu: Add support for PMU context switch at VM-exit/enter
` [RFC PATCH 33/41] KVM: x86/pmu: Make check_pmu_event_filter() an exported function
` [RFC PATCH 34/41] KVM: x86/pmu: Intercept EVENT_SELECT MSR
` [RFC PATCH 35/41] KVM: x86/pmu: Allow writing to event selector for GP counters if event is allowed
` [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 38/41] KVM: x86/pmu: Introduce PMU helper to increment counter
` [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 v2 2/4] arch/x86/events/core: Convert sprintf/snprintf to sysfs_emit
 2024-01-26  6:13 UTC  (3+ messages)
` [PATCH v2 3/4] arch/x86/events/core: use scnprintf to print sub-string
` [PATCH v2 4/4] arch/x86/events/intel: Convert snprintf/sprintf to sysfs_emit

[PATCH] perf data convert: Output empty string for null pointer
 2024-01-25 23:31 UTC  (3+ messages)

[PATCH v4] perf evlist: Fix evlist__new_default() for > 1 core PMU
 2024-01-25 21:45 UTC  (2+ messages)

[PATCH 0/2] perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built in
 2024-01-25 21:45 UTC  (7+ messages)
` [PATCH 1/2] perf version: Display availability of HAVE_DWARF_UNWIND_SUPPORT
` [PATCH 2/2] perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built in

[PATCH V4 0/7] Clean up perf mem
 2024-01-25 21:44 UTC  (13+ messages)
` [PATCH V4 1/7] perf mem: Add mem_events into the supported perf_pmu
` [PATCH V4 2/7] perf mem: Clean up perf_mem_events__ptr()
` [PATCH V4 3/7] perf mem: Clean up perf_mem_events__name()
` [PATCH V4 4/7] perf mem: Clean up perf_mem_event__supported()
` [PATCH V4 5/7] perf mem: Clean up is_mem_loads_aux_event()
` [PATCH V4 6/7] perf mem: Clean up perf_mem_events__record_args()
` [PATCH V4 7/7] perf mem: Clean up perf_pmus__num_mem_pmus()

[PATCH v2 0/5] Fixes for 6.8 PR1
 2024-01-25 14:46 UTC  (8+ messages)
` [PATCH v2 1/5] perf list: Switch error message to pr_err
` [PATCH v2 2/5] perf list: Add output file option
` [PATCH v2 3/5] perf test: Workaround debug output in list test
` [PATCH v2 4/5] perf test: Fix script test for python being disabled
` [PATCH v2 5/5] perf test: Make daemon signal test less racy

[PING PATCH v2] perf test: Fix test case perf script tests on s390
 2024-01-25 14:25 UTC  (2+ messages)

[PATCH v2] perf test record.sh: Raise limit of open file descriptors
 2024-01-24 14:31 UTC  (2+ messages)

[PATCH v2 0/4] perf sched: Fix task state report
 2024-01-24  2:08 UTC  (9+ messages)
` [PATCH v2 4/4] perf sched: Commit to evsel__taskstate() to parse task state info
` [PATCH] perf evsel: Rename get_states() to parse_task_states() and make it public

[PATCH v1 0/5] Fixes for 6.8 PR1
 2024-01-24  0:02 UTC  (8+ messages)
` [PATCH v1 1/5] perf list: Switch error message to pr_err
` [PATCH v1 2/5] perf list: Add output file option
` [PATCH v1 3/5] perf test: Workaround debug output in list test
` [PATCH v1 4/5] perf test: Fix script test for python being disabled
` [PATCH v1 5/5] perf test: Make daemon signal test less racy

[PATCH 69/82] perf tools: Refactor intentional wrap-around test
 2024-01-23 21:31 UTC  (3+ messages)

[PATCH v2] perf test: Fix test case perf script tests on s390
 2024-01-23 17:42 UTC  (2+ messages)

Fwd: Google Summer of Code 2024 - Project ideas page for the Linux Foundation online
 2024-01-23 17:35 UTC  (2+ messages)
    `  "

Issues with Linux perf tool on Raspberry Pi 5
 2024-01-23 16:40 UTC  (4+ messages)

[PATCH V3 0/7] Clean up perf mem
 2024-01-23 14:36 UTC  (11+ messages)

[RFC PATCH 0/2] A mechanism for efficient support for per-function metrics
 2024-01-23 11:34 UTC  (3+ messages)
` [RFC PATCH 1/2] arm_pmu: Allow the PMU to alternate between two sample_period values
` [RFC PATCH 2/2] arm_pmuv3: Add config bits for sample period strobing

[PATCH 0/1] tools: perf: Expose sample ID / stream ID to python scripts
 2024-01-23 11:32 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH V4 00/11] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-01-23 10:09 UTC  (4+ messages)
` [PATCH V4 01/11] perf/core: Add aux_pause, aux_resume, aux_start_paused

Better error message for kernels not compiled with BTF
 2024-01-23  9:40 UTC  (2+ messages)

[PATCH] perf stat: Enable iostat mode for HiSilicon PCIe PMU
 2024-01-23  7:12 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).