OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dso_list
(Results
1 - 6
of
6
) sorted by null
/external/linux-tools-perf/
builtin-diff.c
228
sort_entry__setup_elide(&sort_dso, symbol_conf.
dso_list
, "dso", NULL);
builtin-report.c
525
sort_entry__setup_elide(&sort_dso, symbol_conf.
dso_list
, "dso", stdout);
/external/linux-tools-perf/util/
symbol.h
118
struct strlist *
dso_list
,
member in struct:symbol_conf
event.c
813
if (symbol_conf.
dso_list
&&
815
!(strlist__has_entry(symbol_conf.
dso_list
,
818
strlist__has_entry(symbol_conf.
dso_list
,
symbol.c
[
all
...]
hist.c
58
!symbol_conf.
dso_list
)
Completed in 41 milliseconds