Lines Matching defs:max_lbr
2594 unsigned int max_lbr,
2610 cur_base = max_lbr - cur_stack->nr + cur_stack->hw_idx + 1;
2613 (max_lbr + prev_stack->hw_idx - cur_base);
2667 static bool alloc_lbr_stitch(struct thread *thread, unsigned int max_lbr)
2677 calloc(max_lbr + 1, sizeof(struct callchain_cursor_node));
2681 thread__lbr_stitch(thread)->prev_lbr_cursor_size = max_lbr + 1;
2710 unsigned int max_lbr,
2731 (max_lbr > 0) && alloc_lbr_stitch(thread, max_lbr)) {
2736 max_lbr, callee);