HomeSort by relevance Sort by last modified time
    Searched refs:trace_type (Results 1 - 11 of 11) sorted by null

  /system/nfc/halimpl/bcm2079x/include/
buildcfg.h 31 uint32_t trace_layer, uint32_t trace_type);
  /external/chromium-trace/catapult/systrace/profile_chrome/
profiler.py 89 trace_type = controller.GetTraceType()
94 (interval, trace_type)), eol='')
97 ui.PrintMessage('Capturing %s. Press Enter to stop...' % trace_type,
  /system/nfc/src/include/
buildcfg.h 62 uint32_t trace_layer, uint32_t trace_type);
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.h 67 Config::TraceMethodType trace_type);
BlinkGCPluginConsumer.cpp 526 Config::TraceMethodType trace_type = Config::GetTraceMethodType(method); local
527 if (trace_type == Config::TRACE_AFTER_DISPATCH_METHOD ||
528 trace_type == Config::TRACE_AFTER_DISPATCH_IMPL_METHOD ||
530 CheckTraceMethod(parent, method, trace_type);
538 Config::TraceMethodType trace_type) {
540 if (trace_type == Config::TRACE_METHOD) {
  /system/extras/ioshark/
compile_ioshark.c 123 get_tracetype(char *buf, char *trace_type)
127 *trace_type = '\0';
137 if (sscanf(s, "%s", trace_type) != 1) {
143 if (strcmp(trace_type, "strace") != 0 &&
144 strcmp(trace_type, "ftrace") != 0) {
537 char trace_type[64]; local
571 get_tracetype(s, trace_type);
572 if (strcmp(trace_type, "strace") == 0) {
  /system/nfc/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 36 uint32_t trace_type);
91 uint32_t trace_type) {
258 uint32_t trace_type = local
265 if (trace_type == TRACE_TYPE_ERROR) android_log_type = ANDROID_LOG_ERROR;
userial_linux.c 175 uint32_t trace_layer, uint32_t trace_type);
    [all...]
  /system/nfc/src/adaptation/
android_logmsg.cpp 37 uint32_t trace_type);
92 uint32_t trace_type) {
259 uint32_t trace_type = local
266 if (trace_type == TRACE_TYPE_ERROR) android_log_type = ANDROID_LOG_ERROR;
  /system/extras/simpleperf/
tracing.cpp 406 TraceType trace_type; local
407 trace_type.system = type->name.substr(0, pos);
408 trace_type.name = type->name.substr(pos + 1);
409 trace_types.push_back(trace_type);
  /system/bt/stack/include/
bt_types.h 859 /* TRACE_TYPE 0x000000^^*/
    [all...]

Completed in 396 milliseconds