perf config: Bring perf_default_config to the very beginning at main()
[deliverable/linux.git] / tools / perf / perf.c
index f6321194937f8679d7f778f2fb64962dba78b535..aaee0a7827477810c5c0d2d82753545592d7f22f 100644 (file)
@@ -548,6 +548,8 @@ int main(int argc, const char **argv)
 
        srandom(time(NULL));
 
+       perf_config(perf_default_config, NULL);
+
        /* get debugfs/tracefs mount point from /proc/mounts */
        tracing_path_mount();
 
This page took 0.029318 seconds and 5 git commands to generate.