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

/illumos-gate/usr/src/cmd/sgs/prof/common/
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))

Completed in 59 milliseconds