/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
D | timex.h | 18 static inline cycles_t get_cycles(void) in get_cycles() function 23 static inline u32 get_cycles(void) in get_cycles() function 27 #define get_cycles get_cycles macro 51 static inline cycles_t get_cycles(void) in get_cycles() function 55 #define get_cycles get_cycles macro
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
D | timex.h | 16 #define get_cycles get_cycles macro 22 static inline cycles_t get_cycles(void) in get_cycles() function 26 #define get_cycles get_cycles macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | timex.h | 18 static inline cycles_t get_cycles(void) in get_cycles() function 22 #define get_cycles get_cycles macro
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | timex.h | 16 static inline cycles_t get_cycles(void) in get_cycles() function 20 #define get_cycles get_cycles macro
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
D | timex.h | 25 static inline cycles_t get_cycles (void) in get_cycles() function 31 #define get_cycles get_cycles macro
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | timex.h | 35 get_cycles (void) in get_cycles() function 42 #define get_cycles get_cycles macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | timex.h | 72 static inline cycles_t get_cycles(void) in get_cycles() function 79 #define get_cycles get_cycles macro
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | tsc.h | 21 static inline cycles_t get_cycles(void) in get_cycles() function 28 #define get_cycles get_cycles macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | timex.h | 14 #define get_cycles() arch_timer_read_counter() macro
|
/kernel/linux/linux-5.10/include/asm-generic/ |
D | timex.h | 10 static inline cycles_t get_cycles(void) in get_cycles() function
|
/kernel/linux/linux-5.10/arch/nios2/include/asm/ |
D | timex.h | 11 #define get_cycles get_cycles macro
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | timex.h | 13 #define get_cycles() ({ cycles_t c; read_current_timer(&c) ? 0 : c; }) macro
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
D | timex_64.h | 16 #define get_cycles() tick_ops->get_tick() macro
|
/kernel/linux/linux-5.10/arch/c6x/include/asm/ |
D | timex.h | 18 static inline cycles_t get_cycles(void) in get_cycles() function
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
D | timex.h | 27 static inline cycles_t get_cycles(void) in get_cycles() function
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | timex.h | 171 static inline cycles_t get_cycles(void) in get_cycles() function 175 #define get_cycles get_cycles macro
|
/kernel/linux/linux-5.10/arch/nios2/kernel/ |
D | time.c | 108 cycles_t get_cycles(void) in get_cycles() function
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
D | mem-functions.c | 83 static u64 get_cycles(void) in get_cycles() function
|