perf evsel: Move id_offset out of struct perf_evsel union member
authorJiri Olsa <jolsa@kernel.org>
Sun, 25 Oct 2015 14:51:44 +0000 (15:51 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 27 Oct 2015 18:04:29 +0000 (15:04 -0300)
commitaf3399817428d8adc2c87c91df23fde77dbcdb35
tree3a4c5dfc6203682a1d937ff364514aa88fb5f00f
parentc71183697250b356be6c7c1abc2e9a74073e1dca
perf evsel: Move id_offset out of struct perf_evsel union member

Because the 'perf stat record' patches will use the id_offset member
together with the priv pointer.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Tested-by: Kan Liang <kan.liang@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1445784728-21732-29-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evsel.h