perf machine: Move machine__resolve() from event.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 27 Oct 2022 19:54:46 +0000 (16:54 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 31 Oct 2022 14:06:52 +0000 (11:06 -0300)
commit7e5c6f2c1aa2daa0d8aca657377450529f381fe6
treed79d669827efda8d8098147a712fea4a8dfb611b
parent628d69995e66343266475e6afc76192f5878b605
perf machine: Move machine__resolve() from event.h

Its a machine method, so move it to machine.h, this way some places that
were using event.h just to get this prototype may stop doing so and
speed up building and disentanble the header dependency graph.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/event.h
tools/perf/util/machine.h