• Home
  • Raw
  • Download

Lines Matching refs:LEVEL1

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()
338 PrintIndent(LEVEL1, "inherit_stat %u, enable_on_exec %u, task %u, use_clockid %u\n", in DumpPrintEventAttr()
341 PrintIndent(LEVEL1, "watermark %u, precise_ip %u, mmap_data %u, clockid %d\n", attr.watermark, in DumpPrintEventAttr()
344 PrintIndent(LEVEL1, "sample_id_all %u, exclude_host %u, exclude_guest %u\n", attr.sample_id_all, in DumpPrintEventAttr()
346 PrintIndent(LEVEL1, "branch_sample_type 0x%llx\n", attr.branch_sample_type); in DumpPrintEventAttr()
347 PrintIndent(LEVEL1, "exclude_callchain_kernel %u, exclude_callchain_user %u\n", in DumpPrintEventAttr()
349 PrintIndent(LEVEL1, "sample_regs_user 0x%llx\n", attr.sample_regs_user); in DumpPrintEventAttr()
350 PrintIndent(LEVEL1, "sample_stack_user 0x%x\n", attr.sample_stack_user); in DumpPrintEventAttr()
420 indent += LEVEL1; in DumpCallChain()
501 PrintIndent(LEVEL1, "feature %d:%s\n", feature, in DumpFeaturePortion()
511 PrintIndent(LEVEL1, "feature %d:%s content: \n", featureSection.get()->featureId_, in DumpFeaturePortion()