OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sort_sym
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/util/
sort.h
45
extern struct sort_entry
sort_sym
;
88
SORT_SYM
,
sort.c
53
struct sort_entry
sort_sym
= {
variable in typeref:struct:sort_entry
84
{ .name = "symbol", .entry = &
sort_sym
, },
305
sort__first_dimension =
SORT_SYM
;
/external/linux-tools-perf/
builtin-diff.c
230
sort_entry__setup_elide(&
sort_sym
, symbol_conf.sym_list, "symbol", NULL);
builtin-report.c
527
sort_entry__setup_elide(&
sort_sym
, symbol_conf.sym_list, "symbol", stdout);
Completed in 55 milliseconds