OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sort_dso
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/util/
sort.h
44
extern struct sort_entry
sort_dso
;
87
SORT_DSO
,
sort.c
46
struct sort_entry
sort_dso
= {
variable in typeref:struct:sort_entry
83
{ .name = "dso", .entry = &
sort_dso
, },
303
sort__first_dimension =
SORT_DSO
;
/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);
Completed in 50 milliseconds