Home
last modified time | relevance | path

Searched refs:max_lbr (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
A Dmachine.c2507 unsigned int max_lbr, in has_stitched_lbr() argument
2523 cur_base = max_lbr - cur_stack->nr + cur_stack->hw_idx + 1; in has_stitched_lbr()
2526 (max_lbr + prev_stack->hw_idx - cur_base); in has_stitched_lbr()
2576 static bool alloc_lbr_stitch(struct thread *thread, unsigned int max_lbr) in alloc_lbr_stitch() argument
2585 thread->lbr_stitch->prev_lbr_cursor = calloc(max_lbr + 1, sizeof(struct callchain_cursor_node)); in alloc_lbr_stitch()
2615 unsigned int max_lbr) in resolve_lbr_callchain_sample() argument
2635 (max_lbr > 0) && alloc_lbr_stitch(thread, max_lbr)) { in resolve_lbr_callchain_sample()
2640 max_lbr, callee); in resolve_lbr_callchain_sample()

Completed in 9 milliseconds