hit_cycles 1047 tools/perf/util/annotate.c notes->hit_cycles += ch->cycles; hit_cycles 1062 tools/perf/util/annotate.c notes->hit_cycles = 0; hit_cycles 2796 tools/perf/util/annotate.c if (notes->hit_cycles) hit_cycles 2797 tools/perf/util/annotate.c ipc = notes->hit_insn / ((double)notes->hit_cycles); hit_cycles 274 tools/perf/util/annotate.h u64 hit_cycles; hit_cycles 458 tools/perf/util/sort.c if (notes->hit_cycles) hit_cycles 459 tools/perf/util/sort.c ipc = notes->hit_insn / ((double)notes->hit_cycles);