Home
last modified time | relevance | path

Searched refs:branch_spec_desc (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/tools/perf/util/
Dbranch.h93 const char *branch_spec_desc(int spec);
Dbranch.c216 const char *branch_spec_desc(int spec) in branch_spec_desc() function
Dsession.c889 e->flags.spec ? branch_spec_desc(e->flags.spec) : ""); in branch_stack__printf()
/linux-6.12.1/tools/perf/
Dbuiltin-script.c942 br->flags.spec ? branch_spec_desc(br->flags.spec) : "-"); in print_bstack_flags()