Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dmachine.c2450 unsigned int max_lbr, in has_stitched_lbr()
2466 cur_base = max_lbr - cur_stack->nr + cur_stack->hw_idx + 1; in has_stitched_lbr()
2469 (max_lbr + prev_stack->hw_idx - cur_base); in has_stitched_lbr()
2519 static bool alloc_lbr_stitch(struct thread *thread, unsigned int max_lbr) in alloc_lbr_stitch() argument
2528 thread->lbr_stitch->prev_lbr_cursor = calloc(max_lbr + 1, sizeof(struct callchain_cursor_node)); in alloc_lbr_stitch()
2558 unsigned int max_lbr) in resolve_lbr_callchain_sample()
2578 (max_lbr > 0) && alloc_lbr_stitch(thread, max_lbr)) { in resolve_lbr_callchain_sample()
2583 max_lbr, callee); in resolve_lbr_callchain_sample()
2447 has_stitched_lbr(struct thread *thread, struct perf_sample *cur, struct perf_sample *prev, unsigned int max_lbr, bool callee) has_stitched_lbr() argument
2552 resolve_lbr_callchain_sample(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, int max_stack, unsigned int max_lbr) resolve_lbr_callchain_sample() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmachine.c2687 unsigned int max_lbr, in has_stitched_lbr()
2703 cur_base = max_lbr - cur_stack->nr + cur_stack->hw_idx + 1; in has_stitched_lbr()
2706 (max_lbr + prev_stack->hw_idx - cur_base); in has_stitched_lbr()
2756 static bool alloc_lbr_stitch(struct thread *thread, unsigned int max_lbr) in alloc_lbr_stitch() argument
2766 calloc(max_lbr + 1, sizeof(struct callchain_cursor_node)); in alloc_lbr_stitch()
2797 unsigned int max_lbr) in resolve_lbr_callchain_sample()
2817 (max_lbr > 0) && alloc_lbr_stitch(thread, max_lbr)) { in resolve_lbr_callchain_sample()
2822 max_lbr, callee); in resolve_lbr_callchain_sample()
2684 has_stitched_lbr(struct thread *thread, struct perf_sample *cur, struct perf_sample *prev, unsigned int max_lbr, bool callee) has_stitched_lbr() argument
2791 resolve_lbr_callchain_sample(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, int max_stack, unsigned int max_lbr) resolve_lbr_callchain_sample() argument

Completed in 9 milliseconds