Home
last modified time | relevance | path

Searched refs:PRINTF (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-profiler.c62 #define PRINTF(fmt, args...) cvmx_safe_printf(fmt, ##args) macro
64 #define PRINTF(fmt, args...) macro
160PRINTF("cfg_blk.events=%lu, sample_count=%ld\n", eccb.cfg_blk.events, eccb.cfg_blk.sample_count); in cvmx_read_config_blk()
207PRINTF("the core%d:pc 0x%016lx, sample_count=%ld\n", cpu, sample->pc, cpu_buf->pcpu_blk_info.sampl… in cvmx_add_sample_to_buffer()
/f-stack/freebsd/mips/include/
H A Dasm.h252 #define PRINTF(msg) \ macro