aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/env.h')
-rw-r--r--tools/perf/util/env.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/env.h b/tools/perf/util/env.h
index 1eb35b190b34..bf970f57dce0 100644
--- a/tools/perf/util/env.h
+++ b/tools/perf/util/env.h
@@ -65,4 +65,6 @@ int perf_env__set_cmdline(struct perf_env *env, int argc, const char *argv[]);
65int perf_env__read_cpu_topology_map(struct perf_env *env); 65int perf_env__read_cpu_topology_map(struct perf_env *env);
66 66
67void cpu_cache_level__free(struct cpu_cache_level *cache); 67void cpu_cache_level__free(struct cpu_cache_level *cache);
68
69const char *perf_env__arch(struct perf_env *env);
68#endif /* __PERF_ENV_H */ 70#endif /* __PERF_ENV_H */