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

/linux-master/tools/perf/
H A Dbuiltin-report.c178 if (sort__mode == SORT_MODE__BRANCH) {
306 if (sort__mode == SORT_MODE__BRANCH) {
415 if (sort__mode == SORT_MODE__BRANCH) {
597 if (sort__mode == SORT_MODE__BRANCH)
1615 sort__mode = SORT_MODE__BRANCH;
1628 if (sort__mode == SORT_MODE__BRANCH) {
1676 if (sort__mode != SORT_MODE__BRANCH)
1703 if (sort__mode == SORT_MODE__BRANCH) {
H A Dbuiltin-annotate.c959 * Set SORT_MODE__BRANCH so that annotate display IPC/Cycle
963 sort__mode = SORT_MODE__BRANCH;
/linux-master/tools/perf/util/
H A Dsort.h213 SORT_MODE__BRANCH, enumerator in enum:sort_mode
H A Dsort.c3426 if (sort__mode != SORT_MODE__BRANCH)
3690 if (sort__mode != SORT_MODE__BRANCH)
3774 if (sort__mode != SORT_MODE__BRANCH)
H A Dintel-pt.c1785 * SORT_MODE__BRANCH so make a dummy one.
1787 if (pt->synth_opts.last_branch && sort__mode == SORT_MODE__BRANCH) {
/linux-master/tools/perf/ui/browsers/
H A Dhists.c3094 if (sort__mode == SORT_MODE__BRANCH) {
3283 if (sort__mode == SORT_MODE__BRANCH) {

Completed in 271 milliseconds