perf event: Move perf_event__synthesize* to event.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 10 Sep 2019 15:42:52 +0000 (16:42 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 20 Sep 2019 12:19:21 +0000 (09:19 -0300)
commit278306163882a3557fb2c69fd2cc632a2f9ef601
treedf71e8555b4d109531dbf0aa1c6512f54f64c29e
parent87ffb6c6407023419ae6b2770142b0754d9cbaa1
perf event: Move perf_event__synthesize* to event.h

Where is the perf_event__handler_t typedef they need, which was the only
reason for header.h to be including event.h, untangle that.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-outjyzh1o29ndcv9lsqyzt87@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/event.h
tools/perf/util/header.h