diff options
author | Kan Liang <kan.liang@linux.intel.com> | 2023-01-04 12:13:49 -0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2023-02-03 17:26:40 -0300 |
commit | 17f248aa8664ff5b3643491136283e73b5c18166 (patch) | |
tree | 5307d8b351c5ceb870240f48f6510c4381741487 /net/can | |
parent | d7d213e04cf83318681f24870f1144e50d5c91bb (diff) | |
download | linux-stable-17f248aa8664ff5b3643491136283e73b5c18166.tar.gz linux-stable-17f248aa8664ff5b3643491136283e73b5c18166.tar.bz2 linux-stable-17f248aa8664ff5b3643491136283e73b5c18166.zip |
perf script: Support Retire Latency
The Retire Latency field is added in the var3_w of the
PERF_SAMPLE_WEIGHT_STRUCT. The Retire Latency reports the number of
elapsed core clocks between the retirement of the instruction indicated
by the Instruction Pointer field of the PEBS record and the retirement
of the prior instruction. That's quite useful to display the information
with perf script.
Add a new field retire_lat for the Retire Latency information.
Reviewed-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lore.kernel.org/lkml/20230104201349.1451191-9-kan.liang@linux.intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'net/can')
0 files changed, 0 insertions, 0 deletions