Searched refs:se_stack (Results 1 – 1 of 1) sorted by relevance
160 struct stack se_stack; member167 if (a->se_stack.depth > b->se_stack.depth) in stackentry_compare()169 if (a->se_stack.depth < b->se_stack.depth) in stackentry_compare()171 for (int i = 0; i < a->se_stack.depth; i++) { in stackentry_compare()172 if (a->se_stack.pcs[i] > b->se_stack.pcs[i]) in stackentry_compare()174 if (a->se_stack.pcs[i] < b->se_stack.pcs[i]) in stackentry_compare()198 stack_save(&se.se_stack); in epoch_trace_report()206 bcopy(&se.se_stack, &new->se_stack, sizeof(struct stack)); in epoch_trace_report()219 stack_print_ddb(&se.se_stack); in epoch_trace_report()