Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/symbol/
Dkallsyms.h23 bool kallsyms__is_function(char symbol_type);
Dkallsyms.c14 bool kallsyms__is_function(char symbol_type) in kallsyms__is_function() function
/linux-6.1.9/tools/perf/util/
Devent.c105 if (!(kallsyms__is_function(type) || in find_symbol_cb()
Dauxtrace.c2339 return kallsyms__is_function(type) && in kern_sym_match()
2444 if (!kallsyms__is_function(type)) in find_entire_kern_cb()
Dsymbol-elf.c1765 if (!kallsyms__is_function(type)) in kcore_copy__process_kallsyms()