Home
last modified time | relevance | path

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

/linux/arch/x86/events/
H A Dutils.c87 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/tools/perf/util/
H A Dbranch.h89 const char *get_branch_type(struct branch_entry *e);
H A Dbranch.c101 const char *get_branch_type(struct branch_entry *e) in get_branch_type() function