Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/tools/perf/util/
H A Devent.c105 if (!(kallsyms__is_function(type) || in find_func_symbol_cb()
H A Dauxtrace.c2350 return kallsyms__is_function(type) && in kern_sym_match()
2456 if (!kallsyms__is_function(type)) in find_entire_kern_cb()
H A Dsymbol-elf.c2141 if (!kallsyms__is_function(type)) in kcore_copy__process_kallsyms()