Searched refs:kallsyms__is_function (Results 1 – 5 of 5) sorted by relevance
25 bool kallsyms__is_function(char symbol_type);
12 bool kallsyms__is_function(char symbol_type) in kallsyms__is_function() function
100 if (!(kallsyms__is_function(type) || in find_symbol_cb()
1720 return kallsyms__is_function(type) && in kern_sym_match()1825 if (!kallsyms__is_function(type)) in find_entire_kern_cb()
1524 if (!kallsyms__is_function(type)) in kcore_copy__process_kallsyms()