commit | ea49e01cfabd73c94a61649cd04fa524a2beff3c | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <[email protected]> | Wed Sep 18 11:36:13 2019 -0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Fri Sep 20 09:19:22 2019 -0300 |
tree | 3f8598c62cf6d33fcabf0561a8a43d49f8acf4c7 | |
parent | bd23ac11fe9312bab40e129b402757fd7a23dc8e [diff] |
perf tools: Move event synthesizing routines to separate header Those are the only routines using the perf_event__handler_t typedef and are all related, so move to a separate header to reduce the header dependency tree, lots of places were getting event.h and even stdio.h, limits.h indirectly, so fix those as well. Cc: Adrian Hunter <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>