Searched refs:sort_flag (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.h74 extern unsigned char sort_flag;
H A Dprofv.c42 unsigned char sort_flag; variable
144 switch (sort_flag) {
156 sort_flag |= BY_ADDRESS;
174 if ((flags & F_VERBOSE) && (sort_flag == BY_NAME)) {
217 if ((flags & F_VERBOSE) && (sort_flag == BY_ADDRESS)) {
903 if ((flags & F_VERBOSE) && (sort_flag != BY_NAME))
H A Dprof.c261 extern unsigned char sort_flag; /* what type of sort ? */
384 sort_flag |= BY_NAME;
389 sort_flag |= BY_TIME;
394 sort_flag |= BY_NCALLS;
400 sort_flag |= BY_ADDRESS;

Completed in 61 milliseconds