perf thread: Move thread__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:07:03 +0000 (11:07 -0300)
commitcde5671268faf6419026ebd5e0f1783b3a84cf39
tree14b9acd3b2bb63a38e159f7c0bc8ac20634d0978
parentd1e633e4cdc0d06cec82d4772c025f13c3b25a6c
perf thread: Move thread__resolve() from event.h

Its a thread method, so move it to thread.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/thread.h