perf env: Introduce read_cpu_topology_map() method
[deliverable/linux.git] / tools / perf / perf.c
index f2fc019b36712f3b03e0f486526294d4f7637322..1fded922bcc89e55cb0c40e3fc7d8db671a2bfbf 100644 (file)
@@ -8,6 +8,7 @@
  */
 #include "builtin.h"
 
+#include "util/env.h"
 #include "util/exec_cmd.h"
 #include "util/cache.h"
 #include "util/quote.h"
@@ -369,6 +370,7 @@ static int run_builtin(struct cmd_struct *p, int argc, const char **argv)
 
        status = p->fn(argc, argv, prefix);
        exit_browser(status);
+       perf_env__exit(&perf_env);
 
        if (status)
                return status & 0xff;
This page took 0.035818 seconds and 5 git commands to generate.