Searched refs:trace_type (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | profiler.py | 72 trace_type = ' + '.join(map(str, controllers)) 77 (interval, trace_type), eol='') 81 trace_type, eol='')
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | add_point.py | 406 trace_type = trace.get('type') 408 if trace_type == 'scalar': 417 if trace_type == 'list_of_scalar_values': 438 if trace_type == 'histogram': 441 raise BadRequestError('Invalid value type in chart object: %r' % trace_type)
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | android_logmsg.cpp | 35 static void dumpbin (const char* data, int size, UINT32 trace_layer, UINT32 trace_type); 113 void dumpbin(const char* data, int size, UINT32 trace_layer, UINT32 trace_type) in dumpbin() argument 310 UINT32 trace_type = trace_set_mask & 0x07; //lower 3 bits contain trace type in LogMsg() local 316 if (trace_type == TRACE_TYPE_ERROR) in LogMsg()
|
D | userial_linux.c | 169 … UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32 trace_layer, UINT32 trace_type);
|
/external/libnfc-nci/halimpl/bcm2079x/include/ |
D | buildcfg.h | 32 … UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32 trace_layer, UINT32 trace_type);
|
/external/libnfc-nci/src/include/ |
D | buildcfg.h | 80 … UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32 trace_layer, UINT32 trace_type);
|
D | bt_types.h | 707 typedef void (BT_LOG_FUNC) (int trace_type, const char *fmt_str, ...);
|