OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sort_comm
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/util/
sort.h
43
extern struct sort_entry
sort_comm
;
86
SORT_COMM
,
sort.c
38
struct sort_entry
sort_comm
= {
variable in typeref:struct:sort_entry
82
{ .name = "comm", .entry = &
sort_comm
, },
301
sort__first_dimension =
SORT_COMM
;
/external/linux-tools-perf/
builtin-diff.c
229
sort_entry__setup_elide(&
sort_comm
, symbol_conf.comm_list, "comm", NULL);
builtin-report.c
526
sort_entry__setup_elide(&
sort_comm
, symbol_conf.comm_list, "comm", stdout);
Completed in 65 milliseconds