Searched refs:INDENT_ONE_LEVEL (Results 1 – 3 of 3) sorted by relevance
| /developtools/hiperf/src/ |
| D | report_protobuf_file.cpp | 301 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/ |
| D | utilities.h | 301 #define INDENT_ONE_LEVEL (indent + 1) macro
|
| /developtools/hiperf/include/ |
| D | utilities.h | 313 #define INDENT_ONE_LEVEL (indent + 1) macro
|