Home
last modified time | relevance | path

Searched refs:notrace (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/lib/
Dtime.c23 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()
/external/u-boot/include/linux/
Dcompiler-gcc.h73 #define inline inline __attribute__((always_inline)) notrace
74 #define __inline__ __inline__ __attribute__((always_inline)) notrace
75 #define __inline __inline __attribute__((always_inline)) notrace
78 #define inline inline notrace
79 #define __inline__ __inline__ notrace
80 #define __inline __inline notrace
103 #define __naked __attribute__((naked)) noinline __noclone notrace
Dcompiler.h60 #define notrace __attribute__((hotpatch(0,0))) macro
62 #define notrace __attribute__((no_instrument_function)) macro
/external/u-boot/drivers/timer/
Dsandbox_timer.c22 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()
Dtimer-uclass.c26 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()
Dtsc_timer.c291 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()
/external/u-boot/arch/mips/cpu/
Dtime.c10 unsigned long notrace timer_read_counter(void) in timer_read_counter()
15 ulong notrace get_tbclk(void) in get_tbclk()
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dmisc.h36 #define notrace macro
/external/bcc/docs/
Dtutorial.md345 The `__schedule` function is marked as `notrace`, and the best place to evaluate the above conditio…