OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sym_filter
(Results
1 - 3
of
3
) sorted by null
/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/
builtin-top.c
113
static const char *
sym_filter
= NULL;
variable
697
if (!top.sym_filter_entry &&
sym_filter
&& !strcmp(name,
sym_filter
)) {
700
sym_filter
= NULL;
1051
OPT_STRING('s', "sym-annotate", &
sym_filter
, "symbol name",
Completed in 440 milliseconds