OSDN Git Service

libperf: Move 'sample_id' from 'struct evsel' to 'struct perf_evsel'
authorJiri Olsa <jolsa@kernel.org>
Mon, 2 Sep 2019 20:04:12 +0000 (22:04 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 25 Sep 2019 12:51:47 +0000 (09:51 -0300)
commit8cd36f3ef4926165bc5e5af6f7d7b45f0e14a1f4
tree3e75c58ee927edbcfda11336ecd787b9cdffdb29
parentfee92b4442f135495d4fc59a0b9418490d4ac0ba
libperf: Move 'sample_id' from 'struct evsel' to 'struct perf_evsel'

Move 'sample_id' array from 'struct evsel' to libperf's 'struct perf_evsel'.

Committer notes:

Removed the 'struct xyarray' from util/evsel.h, not needed anymore
there.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Michael Petlan <mpetlan@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lore.kernel.org/lkml/20190913132355.21634-24-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-stat.c
tools/perf/lib/include/internal/evsel.h
tools/perf/util/evlist.c
tools/perf/util/evsel.c
tools/perf/util/evsel.h