have_cycles      1082 tools/perf/util/annotate.c 			notes->have_cycles = true;
have_cycles      2826 tools/perf/util/annotate.c 		if (notes->have_cycles) {
have_cycles      2863 tools/perf/util/annotate.c 	if (notes->have_cycles) {
have_cycles       294 tools/perf/util/annotate.h 	bool			have_cycles;
have_cycles       300 tools/perf/util/annotate.h 	if (notes->have_cycles && notes->options->show_minmax_cycle)
have_cycles       303 tools/perf/util/annotate.h 	return notes->have_cycles ? ANNOTATION__IPC_WIDTH + ANNOTATION__CYCLES_WIDTH : 0;