commit | aeb00b1aeab6dadd72c24f93bea51a46e109c2ba | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <[email protected]> | Thu Aug 22 15:40:29 2019 -0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Mon Aug 26 11:58:22 2019 -0300 |
tree | 892b5327ab415f62b61dcd39d6400eb66ef47e6d | |
parent | 38b7b678fe989f9c403c001d96887939aaa1b68a [diff] [blame] |
perf record: Move record_opts and other record decls out of perf.h And into a separate util/record.h, to better isolate things and make sure that those who use record_opts and the other moved declarations are explicitly including the necessary header. 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]>
diff --git a/tools/perf/tests/keep-tracking.c b/tools/perf/tests/keep-tracking.c index 0ce5ce3..2af6faf 100644 --- a/tools/perf/tests/keep-tracking.c +++ b/tools/perf/tests/keep-tracking.c
@@ -8,6 +8,7 @@ #include "parse-events.h" #include "evlist.h" #include "evsel.h" +#include "record.h" #include "thread_map.h" #include "cpumap.h" #include "tests.h"