Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/
Dbuiltin-kmem.c314 static int nr_alloc_funcs; variable
373 (nr_alloc_funcs + 1) * sizeof(*func)); in build_alloc_func_list()
378 func[nr_alloc_funcs].start = sym->start; in build_alloc_func_list()
379 func[nr_alloc_funcs].end = sym->end; in build_alloc_func_list()
380 func[nr_alloc_funcs].name = sym->name; in build_alloc_func_list()
383 nr_alloc_funcs++; in build_alloc_func_list()
386 qsort(alloc_func_list, nr_alloc_funcs, sizeof(*func), funcmp); in build_alloc_func_list()
420 caller = bsearch(&key, alloc_func_list, nr_alloc_funcs, in find_callsite()