Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsymbol.c107 static bool symbol_type__filter(char __symbol_type) in symbol_type__filter() argument
119 char symbol_type = toupper(__symbol_type); in symbol_type__filter()
121__symbol_type == 'u' || __symbol_type == 'l' || __symbol_type == 'N' || __symbol_type == '1'; in symbol_type__filter()