aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.h
diff options
context:
space:
mode:
authorAdrian Hunter <adrian.hunter@intel.com>2022-05-13 11:44:59 +0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2022-05-13 11:11:27 -0300
commit843e5ba75ee859df92a09d98370bdd1c8607cdd0 (patch)
treeb6c08e2c6fd01ec912e729b53bd72f09603a8b39 /tools/perf/util/machine.h
parentperf bench: Add breakpoint benchmarks (diff)
downloadlinux-dev-843e5ba75ee859df92a09d98370bdd1c8607cdd0.tar.xz
linux-dev-843e5ba75ee859df92a09d98370bdd1c8607cdd0.zip
perf tools: Remove unused machines__find_host()
machines__find_host() does not exist. Remove declaration. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Link: http://lore.kernel.org/lkml/20220513084459.6581-1-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to '')
-rw-r--r--tools/perf/util/machine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/machine.h b/tools/perf/util/machine.h
index 0023165422aa..2b9fb34a38ca 100644
--- a/tools/perf/util/machine.h
+++ b/tools/perf/util/machine.h
@@ -162,7 +162,6 @@ void machines__process_guests(struct machines *machines,
struct machine *machines__add(struct machines *machines, pid_t pid,
const char *root_dir);
-struct machine *machines__find_host(struct machines *machines);
struct machine *machines__find(struct machines *machines, pid_t pid);
struct machine *machines__findnew(struct machines *machines, pid_t pid);
struct machine *machines__find_guest(struct machines *machines, pid_t pid);