set_remove();
}
}
+ endwin();
+
printf("latency: ");
if (s) {
printf("%s", s);
/*
* Build the nm command and create a tmp file with the output
*/
- sprintf (tmpstr, "/usr/bin/nm -f -n -s __TEXT __text %s > %s",
+ sprintf (tmpstr, "/usr/bin/nm -n %s -s __TEXT __text > %s",
kernelpath, tmp_nm_file);
system(tmpstr);