aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/Documentation/perf-record.txt
diff options
context:
space:
mode:
authorGravatar Jin Yao <yao.jin@linux.intel.com> 2021-04-27 15:01:39 +0800
committerGravatar Arnaldo Carvalho de Melo <acme@redhat.com> 2021-04-29 10:31:00 -0300
commit2750ce1d4df2e70630d76bc53da160ca43a80d22 (patch)
tree6d772d363c07fe08efc7c8004ad954bebea846f1 /tools/perf/Documentation/perf-record.txt
parentperf tests: Skip 'perf stat metrics (shadow stat) test' for hybrid (diff)
downloadlinux-2750ce1d4df2e70630d76bc53da160ca43a80d22.tar.gz
linux-2750ce1d4df2e70630d76bc53da160ca43a80d22.tar.bz2
linux-2750ce1d4df2e70630d76bc53da160ca43a80d22.zip
perf Documentation: Document intel-hybrid support
Add some words and examples to help understanding of Intel hybrid perf support. Signed-off-by: Jin Yao <yao.jin@linux.intel.com> Reviewed-by: Jiri Olsa <jolsa@kernel.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Kan Liang <kan.liang@intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: https://lore.kernel.org/r/20210427070139.25256-27-yao.jin@linux.intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation/perf-record.txt')
-rw-r--r--tools/perf/Documentation/perf-record.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt
index f3161c9673e9..d71bac847936 100644
--- a/tools/perf/Documentation/perf-record.txt
+++ b/tools/perf/Documentation/perf-record.txt
@@ -695,6 +695,7 @@ measurements:
wait -n ${perf_pid}
exit $?
+include::intel-hybrid.txt[]
SEE ALSO
--------