Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dtrace.c21 u64 call_count; /* Total number of tracked function calls */ member
108 hdr->call_count++; in __cyg_profile_func_enter()
172 stats->call_count = calls; in trace_list_functions()
250 print_grouped_ull(hdr->call_count, 10); in trace_print_stats()
/rk3399_rockchip-uboot/include/
H A Dtrace.h37 uint32_t call_count; /* Number of times called */ member
/rk3399_rockchip-uboot/tools/
H A Dproftool.c34 unsigned long call_count; member
58 int call_count; variable
220 call_count = count; in read_calls()
503 for (i = 0, call = call_list; i < call_count; i++, call++) { in make_ftrace()