diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/perf/builtin-version.c | 2 | ||||
| -rw-r--r-- | tools/perf/perf.h | 1 | ||||
| -rw-r--r-- | tools/perf/util/header.h | 2 | 
3 files changed, 3 insertions, 2 deletions
| diff --git a/tools/perf/builtin-version.c b/tools/perf/builtin-version.c index c5d03a11e565..4a43043ca8ef 100644 --- a/tools/perf/builtin-version.c +++ b/tools/perf/builtin-version.c @@ -1,7 +1,7 @@  // SPDX-License-Identifier: GPL-2.0  #include "builtin.h" -#include "perf.h"  #include "color.h" +#include "util/header.h"  #include <tools/config.h>  #include <stdbool.h>  #include <stdio.h> diff --git a/tools/perf/perf.h b/tools/perf/perf.h index e21a7e15a34c..20e9b93f8a39 100644 --- a/tools/perf/perf.h +++ b/tools/perf/perf.h @@ -10,7 +10,6 @@  extern const char *input_name;  extern bool perf_host, perf_guest; -extern const char perf_version_string[];  enum perf_affinity {  	PERF_AFFINITY_SYS = 0, diff --git a/tools/perf/util/header.h b/tools/perf/util/header.h index e3861ae62172..59eeb4a32ac5 100644 --- a/tools/perf/util/header.h +++ b/tools/perf/util/header.h @@ -115,6 +115,8 @@ struct perf_session;  struct perf_tool;  union perf_event; +extern const char perf_version_string[]; +  int perf_session__read_header(struct perf_session *session, int repipe_fd);  int perf_session__write_header(struct perf_session *session,  			       struct evlist *evlist, | 
