Searched refs:br_stack_pos (Results 1 – 1 of 1) sorted by relevance
85 * @br_stack_pos: current position in @br_stack_rb104 unsigned int br_stack_pos; member 345 ts->br_stack_pos = 0; in __thread_stack__flush() 388 if (!ts->br_stack_pos) in thread_stack__update_br_stack() 389 ts->br_stack_pos = ts->br_stack_sz; in thread_stack__update_br_stack() 391 ts->br_stack_pos -= 1; in thread_stack__update_br_stack() 393 be = &bs->entries[ts->br_stack_pos]; in thread_stack__update_br_stack() 638 nr = min(ts->br_stack_sz - ts->br_stack_pos, (unsigned int)dst->nr); in thread_stack__br_sample() 639 memcpy(be, &src->entries[ts->br_stack_pos], bsz * nr); in thread_stack__br_sample() 644 nr = min(ts->br_stack_pos, s in thread_stack__br_sample() [all...]