Searched refs:perf_counter (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/mips/kernel/ |
H A D | pm-cps.c | 245 unsigned perf_counter, perf_event; in cps_gen_flush_fsb() local 254 perf_counter = 1; in cps_gen_flush_fsb() 278 uasm_i_mfc0(pp, t2, 25, (perf_counter * 2) + 0); /* PerfCtlN */ in cps_gen_flush_fsb() 279 uasm_i_mfc0(pp, t3, 25, (perf_counter * 2) + 1); /* PerfCntN */ in cps_gen_flush_fsb() 283 uasm_i_mtc0(pp, t0, 25, (perf_counter * 2) + 0); /* PerfCtlN */ in cps_gen_flush_fsb() 285 uasm_i_mtc0(pp, zero, 25, (perf_counter * 2) + 1); /* PerfCntN */ in cps_gen_flush_fsb() 314 uasm_i_mfc0(pp, t1, 25, (perf_counter * 2) + 1); /* PerfCntN */ in cps_gen_flush_fsb() 321 uasm_i_mtc0(pp, t2, 25, (perf_counter * 2) + 0); /* PerfCtlN */ in cps_gen_flush_fsb() 323 uasm_i_mtc0(pp, t3, 25, (perf_counter * 2) + 1); /* PerfCntN */ in cps_gen_flush_fsb()
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-hashclient | 94 start_time = time.perf_counter() 96 elapsed = time.perf_counter() - start_time 112 start_time = time.perf_counter() 120 total_elapsed = time.perf_counter() - start_time 248 start_time = time.perf_counter() 250 elapsed = time.perf_counter() - start_time
|
/openbmc/openbmc/poky/scripts/ |
H A D | gen-lockedsig-cache | 79 start_time = time.perf_counter() 94 elapsed = time.perf_counter() - start_time
|
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | server.py | 58 self.start_time = time.perf_counter() 61 self.sample.add(time.perf_counter() - self.start_time)
|
/openbmc/linux/Documentation/userspace-api/ioctl/ |
H A D | ioctl-number.rst | 95 '$' 00-0F linux/perf_counter.h, linux/perf_event.h
|