Searched refs:sym_filter (Results 1 – 3 of 3) sorted by relevance
/external/oprofile/libpp/ |
D | callgraph_container.cpp | 344 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()
|
D | callgraph_container.h | 121 string_filter const & sym_filter);
|
/external/linux-tools-perf/ |
D | builtin-top.c | 113 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",
|