Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dreadprofile.c73 unsigned long long fn_add, next_add; /* current and next address */ in readprofile_main() local
168 if (sscanf(mapline, "%llx %s %s", &fn_add, mode, fn_name) != 3) in readprofile_main()
173 add0 = fn_add; in readprofile_main()
227 && (fn_len = next_add-fn_add) != 0 in readprofile_main()
230 printf("%016llx %-40s %6u %8.4f\n", fn_add, in readprofile_main()
238 for (scan = (fn_add-add0)/step + 1; in readprofile_main()
244 addr, fn_name, addr - fn_add, in readprofile_main()
250 fn_add = next_add; in readprofile_main()
262 0, "total", total, total/(double)(fn_add-add0)); in readprofile_main()
265 total, "total", total/(double)(fn_add-add0)); in readprofile_main()