summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-11-09 09:45:17 -0500
committerPaolo Bonzini <pbonzini@redhat.com>2020-11-09 09:45:17 -0500
commit6d6a18fdde8b86b919b740ad629153de432d12a8 (patch)
treecbc9a252881d99fe6ab8a9deffe6949f9752d82d /tools/perf/scripts/python/bin/stackcollapse-report
parent4fd94ec7d566ee2f0b52111cc6d26dd311f8a7c3 (diff)
downloadkernel-6d6a18fdde8b86b919b740ad629153de432d12a8.tar.gz
KVM: selftests: allow two iterations of dirty_log_perf_test
Even though one iteration is not enough for the dirty log performance test (due to the cost of building page tables, zeroing memory etc.) two is okay and it is the default. Without this patch, "./dirty_log_perf_test" without any further arguments fails. Cc: Ben Gardon <bgardon@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
>perf scripts: Fallback to syscalls:* when raw_syscalls:* is not availableDaniel Bristot de Oliveira 2013-11-05perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo 2013-05-22perf: net_dropmonitor: Remove progress indicatorBen Hutchings 2013-05-22perf: net_dropmonitor: Use bisection in symbol lookupBen Hutchings 2013-05-22perf: net_dropmonitor: Do not assume ordering of dictionariesBen Hutchings 2013-05-22perf: net_dropmonitor: Fix symbol-relative addressesBen Hutchings 2013-05-22perf: net_dropmonitor: Fix trace parameter orderBen Hutchings 2012-09-17perf scripts: Add event_analyzing_sample-record/reportFeng Tang 2012-08-09perf script python: Correct handler check and spelling errorsFeng Tang 2012-08-08perf scripts python: Add event_analyzing_sample.py as a sample for general ev...Feng Tang 2012-08-08perf scripts python: Add a python library EventClass.pyFeng Tang 2011-09-29perf script: Add drop monitor scriptNeil Horman