Searched refs:PrintIndent (Results 1 – 5 of 5) sorted by relevance
| /developtools/hiperf/src/ |
| D | subcommand_dump.cpp | 220 PrintIndent(indent, "magic: "); in PrintHeaderInfo() 222 PrintIndent(indent, "%c", header.magic[i]); in PrintHeaderInfo() 224 PrintIndent(indent, "\n"); in PrintHeaderInfo() 225 PrintIndent(indent, "header_size: %" PRId64 "\n", header.size); in PrintHeaderInfo() 229 PrintIndent(indent, "attr_size: %" PRId64 "\n", header.attrSize); in PrintHeaderInfo() 234 PrintIndent(indent, "attrs[file section]: offset %" PRId64 ", size %" PRId64 "\n", in PrintHeaderInfo() 237 PrintIndent(indent, "data[file section]: offset %" PRId64 ", size %" PRId64 "\n", in PrintHeaderInfo() 239 PrintIndent(indent, "event_types[file section]: offset %" PRId64 ", size %" PRId64 "\n", in PrintHeaderInfo() 242 PrintIndent(indent, in PrintHeaderInfo() 258 PrintIndent(indent, "feature: %s\n", PerfFileSection::GetFeatureName(feature).c_str()); in DumpPrintFileHeader() [all …]
|
| D | report_protobuf_file.cpp | 264 PrintIndent(defaultIndent, "record length:%u (%x)\n", recordLength, recordLength); in Dump() 277 PrintIndent(defaultIndent, "\n"); in Dump() 299 PrintIndent(indent, "%s:\n", message.GetTypeName().c_str()); in Dump() 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() 310 PrintIndent(INDENT_TWO_LEVEL, "symbols_vaddr: 0x%" PRIx64 " \n", in Dump() 314 PrintIndent(INDENT_TWO_LEVEL, "symbols_file_id: %u\n", callframe.symbols_file_id()); in Dump() 317 PrintIndent(INDENT_TWO_LEVEL, "function_name_id: %d\n", callframe.function_name_id()); in Dump() 321 PrintIndent(INDENT_ONE_LEVEL, "event_count:%" PRIu64 "\n", message.event_count()); in Dump() [all …]
|
| D | perf_event_record.cpp | 151 PrintIndent(indent, "\n"); in Dump() 152 PrintIndent(indent, "record %s: type %u, misc %u, size %zu\n", GetName().c_str(), GetType(), in Dump() 339 PrintIndent(indent, "sample_type: 0x%" PRIx64 "\n", sampleType_); in DumpData() 343 PrintIndent(indent, "ID %" PRIu64 "\n", static_cast<uint64_t>(data_.sample_id)); in DumpData() 346 PrintIndent(indent, "ip %llx\n", data_.ip); in DumpData() 349 PrintIndent(indent, "pid %u, tid %u\n", data_.pid, data_.tid); in DumpData() 352 PrintIndent(indent, "time %llu\n", data_.time); in DumpData() 355 PrintIndent(indent, "addr %p\n", reinterpret_cast<void *>(data_.addr)); in DumpData() 358 PrintIndent(indent, "stream_id %" PRIu64 "\n", static_cast<uint64_t>(data_.stream_id)); in DumpData() 361 PrintIndent(indent, "cpu %u, res %u\n", data_.cpu, data_.res); in DumpData() [all …]
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | utilities.h | 289 #define PrintIndent(indent, format, ...) \ macro
|
| /developtools/hiperf/include/ |
| D | utilities.h | 313 #define PrintIndent(indent, format, ...) \ macro
|