summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLike Xu <like.xu@linux.intel.com>2021-02-01 13:10:39 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2021-02-04 05:27:27 -0500
commitf88d4f2f287ec062e985b60cbe60f04bd5a8e659 (patch)
treeb8923cd43a2ac0b814610426af919247d4c2f0ec /tools/perf/scripts/python
parentbe635e34c284d08b1da7f93ddd6a2110617d15e7 (diff)
downloadkernel-f88d4f2f287ec062e985b60cbe60f04bd5a8e659.tar.gz
selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIES
This test will check the effect of various CPUID settings on the MSR_IA32_PERF_CAPABILITIES MSR, check that whatever user space writes with KVM_SET_MSR is _not_ modified from the guest and can be retrieved with KVM_GET_MSR, and check that invalid LBR formats are rejected. Signed-off-by: Like Xu <like.xu@linux.intel.com> Message-Id: <20210201051039.255478-12-like.xu@linux.intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
ipts/python?id=22d0594b31046793dfb58b7ce866d7cb0a9862e5'>perf python scripting: Fixup cut'n'paste error in sctop scriptArnaldo Carvalho de Melo 2010-10-25perf python scripting: Support fedora 11 (audit 1.7.17)Arnaldo Carvalho de Melo 2010-10-25perf python scripting: Improve the syscalls-by-pid scriptArnaldo Carvalho de Melo 2010-10-25perf python scripting: print the syscall name on sctopArnaldo Carvalho de Melo 2010-10-25perf python scripting: Improve the syscalls-counts scriptArnaldo Carvalho de Melo 2010-10-25perf python scripting: Improve the failed-syscalls-by-pid scriptArnaldo Carvalho de Melo 2010-10-23perf trace: Use $PERF_EXEC_PATH in canned report scriptsBen Hutchings 2010-09-07perf: Add a script to show packets processingKoki Sanagi 2010-08-02perf, sched migration: Librarize task states and event headers helpersFrederic Weisbecker 2010-08-02perf, sched migration: Librarize the GUI classFrederic Weisbecker 2010-08-02perf, sched migration: Make the GUI class client agnosticFrederic Weisbecker 2010-08-02perf, sched migration: Make it vertically scrollableFrederic Weisbecker 2010-08-02perf, sched migration: Parameterize cpu height and spacingNikhil Rao 2010-08-02perf, sched migration: Fix key bindingsNikhil Rao 2010-08-02perf, sched migration: Ignore unhandled task statesFrederic Weisbecker 2010-08-02perf, sched migration: Handle ignored migrate out eventsFrederic Weisbecker 2010-08-02perf: New migration tool overviewFrederic Weisbecker 2010-06-01perf scripts python: Give field dict to unhandled callbackPierre Tardy 2010-05-10perf/trace/scripting: syscall-counts script cleanupTom Zanussi 2010-05-10perf/trace/scripting: syscall-counts-by-pid script cleanupTom Zanussi 2010-05-10perf/trace/scripting: failed-syscalls-by-pid script cleanupTom Zanussi 2010-04-30perf: Remove leftover useless options to record trace events from scriptsFrederic Weisbecker 2010-04-14perf trace/scripting: Enable scripting shell scripts for live modeTom Zanussi 2010-04-14perf trace/scripting: Add rwtop and sctop scriptsTom Zanussi 2010-02-25perf/scripts: Add syscall tracing scriptsTom Zanussi 2010-02-25perf/scripts: Add Python scripting engineTom Zanussi