Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf kvm: Update documentation to reflect new changes

Update documentation for new sorting and option '--stdio'.

Reviewed-by: James Clark <james.clark@arm.com>
Signed-off-by: Leo Yan <leo.yan@linaro.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: John Garry <john.g.garry@oracle.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: linux-arm-kernel@lists.infradead.org
Link: https://lore.kernel.org/r/20230315145112.186603-2-leo.yan@linaro.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Leo Yan and committed by
Arnaldo Carvalho de Melo
96d54169 984f16cd

+7 -2
+7 -2
tools/perf/Documentation/perf-kvm.txt
··· 58 58 events. 59 59 60 60 'perf kvm stat report' reports statistical data which includes events 61 - handled time, samples, and so on. 61 + handled sample, percent_sample, time, percent_time, max_t, min_t, mean_t. 62 62 63 63 'perf kvm stat live' reports statistical data in a live mode (similar to 64 64 record + report but with statistical data updated live at a given display ··· 82 82 :GMEXAMPLESUBCMD: top 83 83 include::guest-files.txt[] 84 84 85 + --stdio:: Use the stdio interface. 86 + 85 87 -v:: 86 88 --verbose:: 87 89 Be more verbose (show counter open errors, etc). ··· 99 97 -k:: 100 98 --key=<value>:: 101 99 Sorting key. Possible values: sample (default, sort by samples 102 - number), time (sort by average time). 100 + number), percent_sample (sort by sample percentage), time 101 + (sort by average time), precent_time (sort by time percentage), 102 + max_t (sort by maximum time), min_t (sort by minimum time), mean_t 103 + (sort by mean time). 103 104 -p:: 104 105 --pid=:: 105 106 Analyze events only for given process ID(s) (comma separated list).