Home
last modified time | relevance | path

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

/u-boot/lib/
A Dtrace.c22 u64 call_count; /* Total number of tracked function calls */ member
150 hdr->call_count++; in __cyg_profile_func_enter()
217 stats->call_count = calls; in trace_list_functions()
314 print_grouped_ull(hdr->call_count, 10); in trace_print_stats()
/u-boot/include/
A Dtrace.h42 uint32_t call_count; /* Number of times called */ member
/u-boot/tools/
A Dproftool.c256 int call_count; /* number of calls */ variable
476 call_count = count; in read_calls()
1276 for (i = 0, call = call_list; i < call_count; i++, call++) { in calc_min_depth()
1334 for (i = 0, call = call_list; i < call_count; i++, call++) { in write_pages()
1727 for (i = 0, call = call_list; i < call_count; i++, call++) { in make_flame_tree()

Completed in 11 milliseconds