Symbol: pr_debug_dtp
tools/perf/util/annotate-arch/annotate-powerpc.c
387
pr_debug_dtp("mov [%x] reg%d -> reg%d",
tools/perf/util/annotate-arch/annotate-x86.c
233
pr_debug_dtp("call [%x] %s\n", insn_offset, func->name);
tools/perf/util/annotate-arch/annotate-x86.c
249
pr_debug_dtp("call [%x] return -> reg%d",
tools/perf/util/annotate-arch/annotate-x86.c
296
pr_debug_dtp("add [%x] offset %#"PRIx64" to reg%d",
tools/perf/util/annotate-arch/annotate-x86.c
318
pr_debug_dtp("add [%x] percpu %#"PRIx64" -> reg%d",
tools/perf/util/annotate-arch/annotate-x86.c
344
pr_debug_dtp("sub [%x] offset %#"PRIx64" to reg%d",
tools/perf/util/annotate-arch/annotate-x86.c
385
pr_debug_dtp("lea [%x] address of -%#x(stack) -> reg%d",
tools/perf/util/annotate-arch/annotate-x86.c
388
pr_debug_dtp("lea [%x] address of %#x(reg%d) -> reg%d",
tools/perf/util/annotate-arch/annotate-x86.c
416
pr_debug_dtp("lea [%x] address of %s%#x(reg%d) -> reg%d",
tools/perf/util/annotate-arch/annotate-x86.c
434
pr_debug_dtp("%s [%x] invalidate reg%d\n",
tools/perf/util/annotate-arch/annotate-x86.c
443
pr_debug_dtp("xor [%x] clear reg%d\n",
tools/perf/util/annotate-arch/annotate-x86.c
491
pr_debug_dtp("mov [%x] stack canary -> reg%d\n",
tools/perf/util/annotate-arch/annotate-x86.c
508
pr_debug_dtp("mov [%x] this-cpu addr=%#"PRIx64" -> reg%d",
tools/perf/util/annotate-arch/annotate-x86.c
520
pr_debug_dtp("mov [%x] imm=%#x -> reg%d\n",
tools/perf/util/annotate-arch/annotate-x86.c
541
pr_debug_dtp("mov [%x] reg%d -> reg%d",
tools/perf/util/annotate-arch/annotate-x86.c
583
pr_debug_dtp("mov [%x] -%#x(stack) -> reg%d",
tools/perf/util/annotate-arch/annotate-x86.c
586
pr_debug_dtp("mov [%x] %#x(reg%d) -> reg%d",
tools/perf/util/annotate-arch/annotate-x86.c
601
pr_debug_dtp("mov [%x] %#x(reg%d) -> reg%d",
tools/perf/util/annotate-arch/annotate-x86.c
615
pr_debug_dtp("mov [%x] addr %#x(reg%d) -> reg%d",
tools/perf/util/annotate-arch/annotate-x86.c
640
pr_debug_dtp("mov [%x] global addr=%"PRIx64" -> reg%d",
tools/perf/util/annotate-arch/annotate-x86.c
673
pr_debug_dtp("mov [%x] percpu %#x(reg%d,reg%d) -> reg%d",
tools/perf/util/annotate-arch/annotate-x86.c
677
pr_debug_dtp("mov [%x] percpu %#x(reg%d) -> reg%d",
tools/perf/util/annotate-arch/annotate-x86.c
695
pr_debug_dtp("mov [%x] pointer %#x(reg%d) -> reg%d",
tools/perf/util/annotate-arch/annotate-x86.c
718
pr_debug_dtp("mov [%x] percpu base reg%d\n",
tools/perf/util/annotate-arch/annotate-x86.c
758
pr_debug_dtp("mov [%x] reg%d -> -%#x(stack)",
tools/perf/util/annotate-arch/annotate-x86.c
761
pr_debug_dtp("mov [%x] reg%d -> %#x(reg%d)",
tools/perf/util/annotate-arch/annotate-x86.c
765
pr_debug_dtp(" reg%d offset %#x ->",
tools/perf/util/annotate-data.c
1105
pr_debug_dtp("chk [%x] reg%d offset=%s%#x ok=%d kind=%d ",
tools/perf/util/annotate-data.c
1118
pr_debug_dtp("(%s)", sb.buf);
tools/perf/util/annotate-data.c
1156
pr_debug_dtp("(ptr->%s)", sb.buf);
tools/perf/util/annotate-data.c
1176
pr_debug_dtp("percpu ptr");
tools/perf/util/annotate-data.c
1195
pr_debug_dtp("stack canary");
tools/perf/util/annotate-data.c
1211
pr_debug_dtp("percpu var");
tools/perf/util/annotate-data.c
1237
pr_debug_dtp("%s", reg == dloc->fbreg ? "fbreg" : "stack");
tools/perf/util/annotate-data.c
1242
pr_debug_dtp(" : retry\n");
tools/perf/util/annotate-data.c
1272
pr_debug_dtp("cfa");
tools/perf/util/annotate-data.c
1283
pr_debug_dtp(" : retry\n");
tools/perf/util/annotate-data.c
1315
pr_debug_dtp("this-cpu var");
tools/perf/util/annotate-data.c
1333
pr_debug_dtp("global var");
tools/perf/util/annotate-data.c
1365
pr_debug_dtp("bb: [%"PRIx64" - %"PRIx64"]\n",
tools/perf/util/annotate-data.c
1382
pr_debug_dtp(" : %s\n", match_result_str(ret));
tools/perf/util/annotate-data.c
1432
pr_debug_dtp("scope: [%d/%d] ", i + 1, nr_scopes);
tools/perf/util/annotate-data.c
1447
pr_debug_dtp("cannot find a basic block from %"PRIx64" to %"PRIx64"\n",
tools/perf/util/annotate-data.c
1477
pr_debug_dtp("found by insn track: %s%#x(%s) type-offset=%#x\n",
tools/perf/util/annotate-data.c
1525
pr_debug_dtp("-----------------------------------------------------------\n");
tools/perf/util/annotate-data.c
1526
pr_debug_dtp("find data type for %s%#x(%s) at %s+%#"PRIx64"\n",
tools/perf/util/annotate-data.c
1539
pr_debug_dtp("cannot find CU for address %"PRIx64"\n", pc);
tools/perf/util/annotate-data.c
1547
pr_debug_dtp("CU for %s (die:%#lx)\n",
tools/perf/util/annotate-data.c
1555
pr_debug_dtp("found by addr=%#"PRIx64" type_offset=%#x\n",
tools/perf/util/annotate-data.c
1587
pr_debug_dtp("frame base: cfa=%d fbreg=%d\n",
tools/perf/util/annotate-data.c
1613
pr_debug_dtp("found \"%s\" (die: %#lx) in scope=%d/%d (die: %#lx) ",
tools/perf/util/annotate-data.c
1621
pr_debug_dtp("addr=%#"PRIx64" type_offset=%#x\n",
tools/perf/util/annotate-data.c
1624
pr_debug_dtp("stack_offset=%#x type_offset=%#x\n",
tools/perf/util/annotate-data.c
1627
pr_debug_dtp("type_offset=%#x\n", type_offset);
tools/perf/util/annotate-data.c
1636
pr_debug_dtp("failed: %s\n", match_result_str(result));
tools/perf/util/annotate-data.c
1658
pr_debug_dtp("final result: ");
tools/perf/util/annotate-data.c
1666
pr_debug_dtp("%s\n", match_result_str(result));
tools/perf/util/annotate-data.c
1670
pr_debug_dtp("%s\n", match_result_str(result));
tools/perf/util/annotate-data.c
1674
pr_debug_dtp("%s\n", match_result_str(result));
tools/perf/util/annotate-data.c
1681
pr_debug_dtp("no variable found\n");
tools/perf/util/annotate-data.c
903
pr_debug_dtp("var [%"PRIx64"] %#x(reg%d)",
tools/perf/util/annotate-data.c
906
pr_debug_dtp("var [%"PRIx64"] -%#x(stack)",
tools/perf/util/annotate-data.c
931
pr_debug_dtp("var [%"PRIx64"] reg%d addr offset %x",
tools/perf/util/annotate-data.c
947
pr_debug_dtp("var [%"PRIx64"] reg%d offset %x",
tools/perf/util/annotate-data.c
969
pr_debug_dtp("var [%"PRIx64"] copyback reg%d",