Home
last modified time | relevance | path

Searched refs:fprof (Results 1 – 1 of 1) sorted by relevance

/u-boot/tools/
A Dproftool.c277 FILE *fprof; in read_profile_file() local
280 fprof = fopen(fname, "rb"); in read_profile_file()
281 if (!fprof) { in read_profile_file()
286 err = read_profile(fprof, &not_found); in read_profile_file()
287 fclose(fprof); in read_profile_file()

Completed in 3 milliseconds