OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sym_filter
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
top.h
38
const char *
sym_filter
;
member in struct:perf_top
/external/oprofile/libpp/
callgraph_container.h
113
* @param
sym_filter
symbol filter
121
string_filter const &
sym_filter
);
callgraph_container.cpp
344
string_filter const &
sym_filter
)
358
if (!
sym_filter
.match(symbol_names.demangle(sym.name)))
397
bool merge_lib, string_filter const &
sym_filter
)
408
populate_for_image(pc, *it,
sym_filter
, 0);
422
recorder.process(total_count, threshold / 100.0,
sym_filter
);
/external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-top.c
1099
OPT_STRING(0, "sym-annotate", &top.
sym_filter
, "symbol name",
Completed in 30 milliseconds