Home
last modified time | relevance | path

Searched refs:trace_init (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dtrace.h102 int trace_init(void *buff, size_t buff_size);
/openbmc/qemu/include/qemu/
H A Dmodule.h57 #define trace_init(function) module_init(function, MODULE_INIT_TRACE) macro
/openbmc/u-boot/lib/
H A Dtrace.c278 int __attribute__((no_instrument_function)) trace_init(void *buff, in trace_init() function
/openbmc/u-boot/common/
H A Dboard_r.c90 trace_init(gd->trace_buff, CONFIG_TRACE_BUFFER_SIZE); in initr_trace()