Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dreport_protobuf_file.cpp301 PrintIndent(INDENT_ONE_LEVEL, "time:%" PRId64 "\n", message.time()); in Dump()
304 PrintIndent(INDENT_ONE_LEVEL, "tid:%u\n", message.tid()); in Dump()
307 PrintIndent(INDENT_ONE_LEVEL, "%d:\n", i); in Dump()
321 PrintIndent(INDENT_ONE_LEVEL, "event_count:%" PRIu64 "\n", message.event_count()); in Dump()
324 PrintIndent(INDENT_ONE_LEVEL, "config_name_id:%u\n", message.config_name_id()); in Dump()
333 PrintIndent(INDENT_ONE_LEVEL, "count:%" PRIu64 "\n", message.count()); in Dump()
336 PrintIndent(INDENT_ONE_LEVEL, "lost:%" PRIu64 "\n", message.lost()); in Dump()
345 PrintIndent(INDENT_ONE_LEVEL, "id: %u\n", message.id()); in Dump()
348 PrintIndent(INDENT_ONE_LEVEL, "path: %s\n", message.path().c_str()); in Dump()
359 PrintIndent(INDENT_ONE_LEVEL, "pid:%u\n", message.pid()); in Dump()
[all …]
/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h301 #define INDENT_ONE_LEVEL (indent + 1) macro
/developtools/hiperf/include/
Dutilities.h313 #define INDENT_ONE_LEVEL (indent + 1) macro