diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-19 16:15:13 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-24 12:33:26 -0300 |
commit | bb8c16db43e48f2012c3ae8c7d682f834c5986d9 (patch) | |
tree | 0a922455bf4fa3cad1153d08876e32ff9a033477 /tools/perf/util/util.h | |
parent | c5e4027e056c3027f682f0d69fe9fd75083b65f8 (diff) |
perf kvm: Make function only used by 'perf kvm' static
No need to have this polluting util.h, it was polluted enough already.
Link: http://lkml.kernel.org/n/tip-wfdidqlwbvi5y0s61kv6z2gn@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/util.h')
-rw-r--r-- | tools/perf/util/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index dc8eb942f92b..c3f6d0de69c5 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h @@ -100,7 +100,6 @@ int perf_event_paranoid(void); void mem_bswap_64(void *src, int byte_size); void mem_bswap_32(void *src, int byte_size); -const char *get_filename_for_perf_kvm(void); bool find_process(const char *name); #ifdef HAVE_ZLIB_SUPPORT |