Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dmachine.c2093 u64 branch_from) in add_callchain_ip()
2160 iter_cycles, branch_from, srcline); in add_callchain_ip()
2251 u64 branch_from, in lbr_callchain_add_kernel_ip()
2262 false, NULL, NULL, branch_from); in lbr_callchain_add_kernel_ip()
2272 false, NULL, NULL, branch_from); in lbr_callchain_add_kernel_ip()
2310 u64 *branch_from, in lbr_callchain_add_lbr_ip()
2340 *branch_from = entries[0].from; in lbr_callchain_add_lbr_ip()
2344 *branch_from); in lbr_callchain_add_lbr_ip()
2369 *branch_from); in lbr_callchain_add_lbr_ip()
2384 *branch_from); in lbr_callchain_add_lbr_ip()
2084 add_callchain_ip(struct thread *thread, struct callchain_cursor *cursor, struct symbol **parent, struct addr_location *root_al, u8 *cpumode, u64 ip, bool branch, struct branch_flags *flags, struct iterations *iter, u64 branch_from) add_callchain_ip() argument
2246 lbr_callchain_add_kernel_ip(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, u64 branch_from, bool callee, int end) lbr_callchain_add_kernel_ip() argument
2305 lbr_callchain_add_lbr_ip(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, u64 *branch_from, bool callee) lbr_callchain_add_lbr_ip() argument
2565 u64 branch_from = 0; resolve_lbr_callchain_sample() local
[all...]
H A Dcallchain.h152 u64 branch_from; member
208 int nr_loop_iter, u64 iter_cycles, u64 branch_from,
H A Dcallchain.c592 if (cursor_node->branch_from) { in fill_node()
594 * branch_from is set with value somewhere else in fill_node()
607 cursor_node->branch_from, in fill_node()
752 if (node->branch_from) { in match_chain()
766 node->branch_from, in match_chain()
1048 int nr_loop_iter, u64 iter_cycles, u64 branch_from, in callchain_cursor_append()
1074 node->branch_from = branch_from; in callchain_cursor_append()
1578 node->branch_from, node->srcline); in callchain_cursor__copy()
1045 callchain_cursor_append(struct callchain_cursor *cursor, u64 ip, struct map_symbol *ms, bool branch, struct branch_flags *flags, int nr_loop_iter, u64 iter_cycles, u64 branch_from, const char *srcline) callchain_cursor_append() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcallchain.h152 u64 branch_from; member
206 int nr_loop_iter, u64 iter_cycles, u64 branch_from,
H A Dmachine.c2323 u64 branch_from) in add_callchain_ip()
2392 iter_cycles, branch_from, srcline); in add_callchain_ip()
2488 u64 branch_from, in lbr_callchain_add_kernel_ip()
2499 false, NULL, NULL, branch_from); in lbr_callchain_add_kernel_ip()
2509 false, NULL, NULL, branch_from); in lbr_callchain_add_kernel_ip()
2547 u64 *branch_from, in lbr_callchain_add_lbr_ip()
2577 *branch_from = entries[0].from; in lbr_callchain_add_lbr_ip()
2581 *branch_from); in lbr_callchain_add_lbr_ip()
2606 *branch_from); in lbr_callchain_add_lbr_ip()
2621 *branch_from); in lbr_callchain_add_lbr_ip()
2314 add_callchain_ip(struct thread *thread, struct callchain_cursor *cursor, struct symbol **parent, struct addr_location *root_al, u8 *cpumode, u64 ip, bool branch, struct branch_flags *flags, struct iterations *iter, u64 branch_from) add_callchain_ip() argument
2483 lbr_callchain_add_kernel_ip(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, u64 branch_from, bool callee, int end) lbr_callchain_add_kernel_ip() argument
2542 lbr_callchain_add_lbr_ip(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, u64 *branch_from, bool callee) lbr_callchain_add_lbr_ip() argument
2804 u64 branch_from = 0; resolve_lbr_callchain_sample() local
[all...]
H A Dcallchain.c600 if (cursor_node->branch_from) { in fill_node()
602 * branch_from is set with value somewhere else in fill_node()
615 cursor_node->branch_from, in fill_node()
761 if (node->branch_from) { in match_chain()
775 node->branch_from, in match_chain()
1066 int nr_loop_iter, u64 iter_cycles, u64 branch_from, in callchain_cursor_append()
1094 node->branch_from = branch_from; in callchain_cursor_append()
1633 node->branch_from, node->srcline); in callchain_cursor__copy()
1063 callchain_cursor_append(struct callchain_cursor *cursor, u64 ip, struct map_symbol *ms, bool branch, struct branch_flags *flags, int nr_loop_iter, u64 iter_cycles, u64 branch_from, const char *srcline) callchain_cursor_append() argument

Completed in 14 milliseconds