Home
last modified time | relevance | path

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

/external/oprofile/libpp/
Dcallgraph_container.cpp344 string_filter const & sym_filter) in process() argument
358 if (!sym_filter.match(symbol_names.demangle(sym.name))) in process()
397 bool merge_lib, string_filter const & sym_filter) in populate() argument
408 populate_for_image(pc, *it, sym_filter, 0); in populate()
422 recorder.process(total_count, threshold / 100.0, sym_filter); in populate()
Dcallgraph_container.h121 string_filter const & sym_filter);
/external/linux-tools-perf/
Dbuiltin-top.c113 static const char *sym_filter = NULL; variable
697 if (!top.sym_filter_entry && sym_filter && !strcmp(name, sym_filter)) { in symbol_filter()
700 sym_filter = NULL; in symbol_filter()
1051 OPT_STRING('s', "sym-annotate", &sym_filter, "symbol name",