OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:symbol_type__is_a
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/util/
symbol.h
267
bool
symbol_type__is_a
(char symbol_type, enum map_type map_type);
event.c
381
if (!(
symbol_type__is_a
(type, MAP__FUNCTION) ||
symbol.c
81
bool
symbol_type__is_a
(char symbol_type, enum map_type map_type)
function
534
if (!
symbol_type__is_a
(type, a->map->type))
[
all
...]
Completed in 293 milliseconds