Searched refs:get_branch_type (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/x86/events/ |
D | utils.c | 87 static int get_branch_type(unsigned long from, unsigned long to, int abort, in get_branch_type() function 209 return get_branch_type(from, to, abort, false, NULL); in branch_type() 215 return get_branch_type(from, to, abort, true, offset); in branch_type_fused()
|
/linux-6.12.1/tools/perf/util/ |
D | branch.h | 89 const char *get_branch_type(struct branch_entry *e);
|
D | branch.c | 101 const char *get_branch_type(struct branch_entry *e) in get_branch_type() function
|
D | session.c | 888 get_branch_type(e), in branch_stack__printf()
|
/linux-6.12.1/tools/perf/ |
D | builtin-script.c | 941 get_branch_type(br), in print_bstack_flags()
|