perf intel-pt: Add Intel PT man page references
authorAdrian Hunter <adrian.hunter@intel.com>
Wed, 11 Mar 2020 12:20:33 +0000 (14:20 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 11 Mar 2020 14:00:09 +0000 (11:00 -0300)
Add references to Intel PT man page in man pages of associated tools.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lore.kernel.org/lkml/20200311122034.3697-3-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-inject.txt
tools/perf/Documentation/perf-intel-pt.txt
tools/perf/Documentation/perf-record.txt
tools/perf/Documentation/perf-report.txt
tools/perf/Documentation/perf-script.txt

index a64d6588470e605845e1eb4589e8e9a7a8a6f049..70969ea73e018cd8017ace4c74aeb8acf48fbed9 100644 (file)
@@ -66,4 +66,5 @@ include::itrace.txt[]
 
 SEE ALSO
 --------
-linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-archive[1]
+linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-archive[1],
+linkperf:perf-intel-pt[1]
index 7d743a98a9c1bcbe388c8870557b325f16dfef9e..456fdcbf26ac67e6f1973c3936a62723d3d5d3b5 100644 (file)
@@ -998,3 +998,10 @@ Note that currently, software only supports redirecting at most one PEBS event.
 To display PEBS events from the Intel PT trace, use the itrace 'o' option e.g.
 
        perf script --itrace=oe
+
+
+SEE ALSO
+--------
+
+linkperf:perf-record[1], linkperf:perf-script[1], linkperf:perf-report[1],
+linkperf:perf-inject[1]
index b23a4012a6064eed3e8353068f79c0fdd67972d2..7f4db7592467df592d934ad52237e467a6e784f1 100644 (file)
@@ -589,4 +589,4 @@ appended unit character - B/K/M/G
 
 SEE ALSO
 --------
-linkperf:perf-stat[1], linkperf:perf-list[1]
+linkperf:perf-stat[1], linkperf:perf-list[1], linkperf:perf-intel-pt[1]
index db61f16ffa56490c0b19cf732220b90380b1ade3..bd0a029d4c089fb81079fdc24fe8c314dfb2e2b1 100644 (file)
@@ -546,4 +546,5 @@ include::callchain-overhead-calculation.txt[]
 
 SEE ALSO
 --------
-linkperf:perf-stat[1], linkperf:perf-annotate[1], linkperf:perf-record[1]
+linkperf:perf-stat[1], linkperf:perf-annotate[1], linkperf:perf-record[1],
+linkperf:perf-intel-pt[1]
index 2599b057e47b4d3cb69b0455520bbd90adb008be..db6a36aac47ef9f8285476772da7adcb33106519 100644 (file)
@@ -429,4 +429,4 @@ include::itrace.txt[]
 SEE ALSO
 --------
 linkperf:perf-record[1], linkperf:perf-script-perl[1],
-linkperf:perf-script-python[1]
+linkperf:perf-script-python[1], linkperf:perf-intel-pt[1]