cycle_start       144 tools/firewire/nosy-dump.h 		} cycle_start;
cycle_start       228 tools/perf/bench/mem-functions.c 	u64 cycle_start = 0ULL, cycle_end = 0ULL;
cycle_start       241 tools/perf/bench/mem-functions.c 	cycle_start = get_cycles();
cycle_start       246 tools/perf/bench/mem-functions.c 	return cycle_end - cycle_start;
cycle_start       305 tools/perf/bench/mem-functions.c 	u64 cycle_start = 0ULL, cycle_end = 0ULL;
cycle_start       315 tools/perf/bench/mem-functions.c 	cycle_start = get_cycles();
cycle_start       320 tools/perf/bench/mem-functions.c 	return cycle_end - cycle_start;