]> git.baikalelectronics.ru Git - kernel.git/commit
libperf: Move 'heads' from 'struct evlist' to 'struct perf_evlist'
authorJiri Olsa <jolsa@kernel.org>
Mon, 2 Sep 2019 20:20:12 +0000 (22:20 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 25 Sep 2019 12:51:48 +0000 (09:51 -0300)
commitee908471adcdb40939679a2033ec8947e28fd28c
treef81ad151b425160512d005f98215ae009dfd3924
parent83fdd310fbc195e4d8166ccb3c6e7e4af683ffac
libperf: Move 'heads' from 'struct evlist' to 'struct perf_evlist'

Move 'heads' hash table from 'struct evlist' to 'struct perf_evlist'.

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-27-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/lib/evlist.c
tools/perf/lib/include/internal/evlist.h
tools/perf/util/evlist.c
tools/perf/util/evlist.h