diff options
author | Jiri Olsa <jolsa@kernel.org> | 2021-01-02 23:04:20 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2021-01-20 14:34:20 -0300 |
commit | 64b9705b548b7ab38e39a8670471a3e8de0ef149 (patch) | |
tree | a73fc25fb94ee6a11712321413ec3a4695a7dbb9 /tools/perf/util/config.h | |
parent | d8eda898057e6fab8b2a9137485c574c91b2554f (diff) |
perf config: Make perf_config_from_file() static
It's not used outside config.c object.
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Alexei Budankov <abudankov@huawei.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Michael Petlan <mpetlan@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lore.kernel.org/lkml/20210102220441.794923-2-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/config.h')
-rw-r--r-- | tools/perf/util/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/config.h b/tools/perf/util/config.h index 8c881e3a3ec3..2f753b2a034b 100644 --- a/tools/perf/util/config.h +++ b/tools/perf/util/config.h @@ -27,7 +27,6 @@ extern const char *config_exclusive_filename; typedef int (*config_fn_t)(const char *, const char *, void *); -int perf_config_from_file(config_fn_t fn, const char *filename, void *data); int perf_default_config(const char *, const char *, void *); int perf_config(config_fn_t fn, void *); int perf_config_int(int *dest, const char *, const char *); |