Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H 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()