Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/symbol/
H A Dkallsyms.h23 bool kallsyms__is_function(char symbol_type);
H A Dkallsyms.c14 bool kallsyms__is_function(char symbol_type) in kallsyms__is_function() function
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devent.c103 if (!(kallsyms__is_function(type) || in find_symbol_cb()
H A Dauxtrace.c2178 return kallsyms__is_function(type) && in kern_sym_match()
2283 if (!kallsyms__is_function(type)) in find_entire_kern_cb()
H A Dsymbol-elf.c1665 if (!kallsyms__is_function(type)) in kcore_copy__process_kallsyms()