Home
last modified time | relevance | path

Searched refs:TLOG (Results 1 – 5 of 5) sorted by relevance

/trusty/user/base/include/user/
Dtrusty_log.h56 #define TLOG(fmt, ...) \ macro
65 TLOG(x); \
73 TLOG(x); \
81 TLOG(x); \
89 TLOG(x); \
97 TLOG(x); \
/trusty/user/base/app/crash-test/crasher/data-funcs/
Dcrasher_funcs.c23 TLOG("function in rodata ran\n"); in crasher_rodata_func()
27 TLOG("function in data ran\n"); in crasher_data_func()
/trusty/user/base/app/cfi-test/cfi-crasher/
Dcfi-crasher.c59 TLOG("function with int return type and 1 int arg ran\n"); in crasher_int_func()
64 TLOG("function with float return type and 1 float arg ran\n"); in crasher_float_func()
77 TLOG("crasher_not_entry_func ran, logging from crasher_void\n"); in crasher_void()
157 TLOG("crasher_call_exclude_float_func ran, calling crasher_float_func\n"); in crasher_call_exclude_float_func()
169 TLOG("crasher_call_exclude_not_entry_func ran, entering crasher_not_entry_func partway\n"); in crasher_call_exclude_not_entry_func()
/trusty/user/base/lib/scudo/test/srv/
Dscudo_app.cpp100 TLOG("arr = %s\n", arr); in touch_and_print()
198 TLOG("arr = %s\n", arr); in scudo_on_message()
219 TLOG("arr = %s\n", arr); in scudo_on_message()
226 TLOG("secondary %d\n", i); in scudo_on_message()
238 TLOG("*foo = %d\n", *foo); in scudo_on_message()
/trusty/kernel/include/
Dtrusty_log.h28 #define TLOG(fmt, x...) _tlog(ALWAYS, "%s: %d: " fmt, TLOG_TAG, __LINE__, ##x) macro