Searched refs:PrintIndent (Results 1 – 5 of 5) sorted by relevance
| /developtools/hiperf/src/ |
| D | subcommand_dump.cpp | 224 PrintIndent(indent, "magic: "); in PrintHeaderInfo() 226 PrintIndent(indent, "%c", header.magic[i]); in PrintHeaderInfo() 228 PrintIndent(indent, "\n"); in PrintHeaderInfo() 229 PrintIndent(indent, "header_size: %" PRId64 "\n", header.size); in PrintHeaderInfo() 233 PrintIndent(indent, "attr_size: %" PRId64 "\n", header.attrSize); in PrintHeaderInfo() 238 PrintIndent(indent, "attrs[file section]: offset %" PRId64 ", size %" PRId64 "\n", in PrintHeaderInfo() 241 PrintIndent(indent, "data[file section]: offset %" PRId64 ", size %" PRId64 "\n", in PrintHeaderInfo() 243 PrintIndent(indent, "event_types[file section]: offset %" PRId64 ", size %" PRId64 "\n", in PrintHeaderInfo() 246 PrintIndent(indent, in PrintHeaderInfo() 262 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 | 197 PrintIndent(indent, "\n"); in Dump() 198 PrintIndent(indent, "record %s: type %u, misc %u, size %zu\n", GetName().c_str(), GetType(), in Dump() 417 PrintIndent(indent, "sample_type: 0x%" PRIx64 "\n", sampleType_); in DumpData() 421 PrintIndent(indent, "ID %" PRIu64 "\n", static_cast<uint64_t>(data_.sample_id)); in DumpData() 424 PrintIndent(indent, "ip %llx\n", data_.ip); in DumpData() 427 PrintIndent(indent, "pid %u, tid %u\n", data_.pid, data_.tid); in DumpData() 430 PrintIndent(indent, "time %llu\n", data_.time); in DumpData() 433 PrintIndent(indent, "addr %p\n", reinterpret_cast<void *>(data_.addr)); in DumpData() 436 PrintIndent(indent, "stream_id %" PRIu64 "\n", static_cast<uint64_t>(data_.stream_id)); in DumpData() 439 PrintIndent(indent, "cpu %u, res %u\n", data_.cpu, data_.res); in DumpData() [all …]
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | utilities.h | 304 #define PrintIndent(indent, format, ...) \ macro
|
| /developtools/hiperf/include/ |
| D | utilities.h | 316 #define PrintIndent(indent, format, ...) \ macro
|