Searched refs:notrace (Results 1 – 9 of 9) sorted by relevance
23 ulong notrace get_tbclk(void) in get_tbclk()30 unsigned long notrace timer_read_counter(void) in timer_read_counter()60 ulong notrace get_tbclk(void) in get_tbclk()77 uint64_t notrace get_ticks(void) in get_ticks()103 uint64_t __weak notrace get_ticks(void) in get_ticks()117 static uint64_t notrace tick_to_time(uint64_t tick) in tick_to_time()137 unsigned long __weak notrace timer_get_us(void) in timer_get_us()
73 #define inline inline __attribute__((always_inline)) notrace74 #define __inline__ __inline__ __attribute__((always_inline)) notrace75 #define __inline __inline __attribute__((always_inline)) notrace78 #define inline inline notrace79 #define __inline__ __inline__ notrace80 #define __inline __inline notrace103 #define __naked __attribute__((naked)) noinline __noclone notrace
60 #define notrace __attribute__((hotpatch(0,0))) macro62 #define notrace __attribute__((no_instrument_function)) macro
22 u64 notrace timer_early_get_count(void) in timer_early_get_count()27 unsigned long notrace timer_early_get_rate(void) in timer_early_get_rate()32 static notrace int sandbox_timer_get_count(struct udevice *dev, u64 *count) in sandbox_timer_get_count()
26 int notrace timer_get_count(struct udevice *dev, u64 *count) in timer_get_count()36 unsigned long notrace timer_get_rate(struct udevice *dev) in timer_get_rate()85 int notrace dm_timer_init(void) in dm_timer_init()
291 unsigned notrace long get_tbclk_mhz(void) in get_tbclk_mhz()306 ulong notrace timer_get_us(void) in timer_get_us()390 unsigned long notrace timer_early_get_rate(void) in timer_early_get_rate()402 u64 notrace timer_early_get_count(void) in timer_early_get_count()
10 unsigned long notrace timer_read_counter(void) in timer_read_counter()15 ulong notrace get_tbclk(void) in get_tbclk()
36 #define notrace macro
345 The `__schedule` function is marked as `notrace`, and the best place to evaluate the above conditio…