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

/linux-master/tools/perf/util/
H A Dmachine.c2425 unsigned int max_lbr,
2441 cur_base = max_lbr - cur_stack->nr + cur_stack->hw_idx + 1;
2444 (max_lbr + prev_stack->hw_idx - cur_base);
2494 static bool alloc_lbr_stitch(struct thread *thread, unsigned int max_lbr) argument
2504 calloc(max_lbr + 1, sizeof(struct callchain_cursor_node));
2535 unsigned int max_lbr)
2555 (max_lbr > 0) && alloc_lbr_stitch(thread, max_lbr)) {
2560 max_lbr, callee);
2422 has_stitched_lbr(struct thread *thread, struct perf_sample *cur, struct perf_sample *prev, unsigned int max_lbr, bool callee) argument
2529 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) argument

Completed in 197 milliseconds