diff --git a/tools/perf/util/evsel.h b/tools/perf/util/evsel.h index 02a5fed8d9244ad2aa3a9fb6237d591b214eb346..0e22c0b7dab5c3cfccdf7d23a3d81b179a2f5b4d 100644 --- a/tools/perf/util/evsel.h +++ b/tools/perf/util/evsel.h @@ -90,9 +90,9 @@ struct perf_evsel { double scale; const char *unit; struct event_format *tp_format; + off_t id_offset; union { void *priv; - off_t id_offset; u64 db_id; }; struct cgroup_sel *cgrp;