Home
last modified time | relevance | path

Searched refs:trace_type (Results 1 – 3 of 3) sorted by relevance

/system/extras/ioshark/
Dcompile_ioshark.c123 get_tracetype(char *buf, char *trace_type) in get_tracetype() argument
127 *trace_type = '\0'; in get_tracetype()
137 if (sscanf(s, "%s", trace_type) != 1) { in get_tracetype()
143 if (strcmp(trace_type, "strace") != 0 && in get_tracetype()
144 strcmp(trace_type, "ftrace") != 0) { in get_tracetype()
537 char trace_type[64]; in main() local
571 get_tracetype(s, trace_type); in main()
572 if (strcmp(trace_type, "strace") == 0) { in main()
/system/extras/simpleperf/
Dtracing.cpp416 TraceType trace_type; in GetTracingData() local
417 trace_type.system = type->name.substr(0, pos); in GetTracingData()
418 trace_type.name = type->name.substr(pos + 1); in GetTracingData()
419 trace_types.push_back(trace_type); in GetTracingData()
/system/bt/stack/include/
Dbt_types.h941 typedef void(BT_LOG_FUNC)(int trace_type, const char* fmt_str, ...);