diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-24 15:56:14 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-25 16:26:40 -0300 |
commit | 95be9d197da6f9006f6a70a0d141498ea2488858 (patch) | |
tree | 59b51e9907fc463ae3a6446ac863e49bb5b0c613 /tools/perf/util/parse-events.c | |
parent | bd70462062f36bec9d93d3900addfca4f8ec718f (diff) | |
download | lwn-95be9d197da6f9006f6a70a0d141498ea2488858.tar.gz lwn-95be9d197da6f9006f6a70a0d141498ea2488858.zip |
perf evsel: Move config terms to a separate header
Further reducing the size of util/evsel.h.
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-20zr7di9eynm0272mtjfdhfc@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/parse-events.c')
-rw-r--r-- | tools/perf/util/parse-events.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/parse-events.c b/tools/perf/util/parse-events.c index d69ff746cda5..50737046fa63 100644 --- a/tools/perf/util/parse-events.c +++ b/tools/perf/util/parse-events.c @@ -34,6 +34,7 @@ #include "asm/bug.h" #include "util/parse-branch-options.h" #include "metricgroup.h" +#include "util/evsel_config.h" #include "util/mmap.h" #define MAX_NAME_LEN 100 |