Searched refs:call_count (Results 1 – 3 of 3) sorted by relevance
36 uint32_t call_count; /* Number of times called */ member
22 u64 call_count; /* Total number of tracked function calls */ member153 hdr->call_count++; in __cyg_profile_func_enter()218 stats->call_count = calls; in trace_list_functions()312 print_grouped_ull(hdr->call_count, 10); in trace_print_stats()
33 unsigned long call_count; member57 int call_count; variable219 call_count = count; in read_calls()502 for (i = 0, call = call_list; i < call_count; i++, call++) { in make_ftrace()
Completed in 5 milliseconds