Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dtrace.c20 int func_count; /* Total number of function call sites */ member
106 if (func < hdr->func_count) { in __cyg_profile_func_enter()
162 for (func = upto = 0; func < hdr->func_count; func++) { in trace_list_functions()
248 print_grouped_ull(hdr->func_count, 10); in trace_print_stats()
282 ulong func_count = gd->mon_len / FUNC_SITE_SIZE; in trace_init() local
310 needed = sizeof(*hdr) + func_count * sizeof(uintptr_t); in trace_init()
319 hdr->func_count = func_count; in trace_init()
337 ulong func_count = gd->mon_len / FUNC_SITE_SIZE; in trace_early_init() local
346 needed = sizeof(*hdr) + func_count * sizeof(uintptr_t); in trace_early_init()
355 hdr->func_count = func_count; in trace_early_init()
/rk3399_rockchip-uboot/tools/
H A Dproftool.c56 int func_count; variable
114 for (linenum = 1, alloced = func_count = 0;; linenum++) { in read_system_map()
134 if (func_count == alloced) { in read_system_map()
140 if (!func_count) in read_system_map()
143 func = &func_list[func_count++]; in read_system_map()
150 if (func_count > 1) in read_system_map()
153 notice("%d functions found in map file\n", func_count); in read_system_map()
177 found = bsearch(&key, func_list, func_count, sizeof(struct func_info), in find_func_by_offset()
191 high = func_count - 1; in find_caller_by_offset()
317 for (func = func_list, end = func + func_count; func < end; func++) { in check_trace_config_line()
[all …]