diff options
Diffstat (limited to 'tools/perf/util/addr_location.h')
-rw-r--r-- | tools/perf/util/addr_location.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/addr_location.h b/tools/perf/util/addr_location.h index 5cc1ba6c0523..64b551025216 100644 --- a/tools/perf/util/addr_location.h +++ b/tools/perf/util/addr_location.h @@ -23,6 +23,8 @@ struct addr_location { s32 socket; /* Same as machine.parallelism but within [1, nr_cpus]. */ int parallelism; + /* See he_stat.latency. */ + u64 latency; }; void addr_location__init(struct addr_location *al); |