Searched refs:LEVEL1 (Results 1 – 1 of 1) sorted by relevance
| /developtools/hiperf/src/ |
| D | subcommand_dump.cpp | 36 #define LEVEL1 (indent + 1) macro 309 PrintIndent(LEVEL1, "sample_type names: %s\n", names.c_str()); in DumpSampleType() 316 PrintIndent(LEVEL1, "type %u, size %u, config %llu\n", attr.type, attr.size, attr.config); in DumpPrintEventAttr() 319 PrintIndent(LEVEL1, "sample_freq %llu\n", attr.sample_freq); in DumpPrintEventAttr() 321 PrintIndent(LEVEL1, "sample_period %llu\n", attr.sample_period); in DumpPrintEventAttr() 324 PrintIndent(LEVEL1, "sample_type (0x%llx) \n", attr.sample_type); in DumpPrintEventAttr() 327 PrintIndent(LEVEL1, "read_format (0x%llx) \n", attr.read_format); in DumpPrintEventAttr() 329 PrintIndent(LEVEL1, "disabled %u, inherit %u, pinned %u, exclusive %u\n", attr.disabled, in DumpPrintEventAttr() 332 PrintIndent(LEVEL1, "exclude_user %u, exclude_kernel %u, exclude_hv %u, exclude_idle %u\n", in DumpPrintEventAttr() 335 PrintIndent(LEVEL1, "mmap %u, mmap2 %u, comm %u, comm_exec %u, freq %u\n", attr.mmap, in DumpPrintEventAttr() [all …]
|