Searched refs:intel_pt_log (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-log.h | 33 #define intel_pt_log(fmt, ...) \ macro 63 intel_pt_log("%s at " x64_fmt "\n", msg, u); in intel_pt_log_at() 68 intel_pt_log("%s to " x64_fmt "\n", msg, u); in intel_pt_log_to() 71 #define intel_pt_log_var(var, fmt) intel_pt_log("%s: " #var " " fmt "\n", __func__, var)
|
D | intel-pt-decoder.c | 266 intel_pt_log("%s\n", buf); in p_log() 369 intel_pt_log("timestamp: mtc_shift %u\n", decoder->mtc_shift); in intel_pt_decoder_new() 370 intel_pt_log("timestamp: tsc_ctc_ratio_n %u\n", decoder->tsc_ctc_ratio_n); in intel_pt_decoder_new() 371 intel_pt_log("timestamp: tsc_ctc_ratio_d %u\n", decoder->tsc_ctc_ratio_d); in intel_pt_decoder_new() 372 intel_pt_log("timestamp: tsc_ctc_mult %u\n", decoder->tsc_ctc_mult); in intel_pt_decoder_new() 373 intel_pt_log("timestamp: tsc_slip %#x\n", decoder->tsc_slip); in intel_pt_decoder_new() 376 intel_pt_log("Hop mode: decoding FUP and TIPs, but not TNT\n"); in intel_pt_decoder_new() 568 intel_pt_log("ERROR: Internal error\n"); in intel_pt_bug() 613 intel_pt_log("ERROR: Bad packet\n"); in intel_pt_bad_packet() 641 intel_pt_log("Getting more data\n"); in intel_pt_get_data() [all …]
|
/linux-6.1.9/tools/perf/util/ |
D | intel-pt.c | 732 intel_pt_log("Emulated ptwrite signature found\n"); in intel_pt_emulated_ptwrite() 735 intel_pt_log("Emulated ptwrite signature not found\n"); in intel_pt_emulated_ptwrite() 768 intel_pt_log("ERROR: guest sideband but no guest machine\n"); in intel_pt_walk_next_insn() 773 intel_pt_log("ERROR: no guest machine\n"); in intel_pt_walk_next_insn() 780 intel_pt_log("ERROR: no guest thread\n"); in intel_pt_walk_next_insn() 789 intel_pt_log("ERROR: no thread\n"); in intel_pt_walk_next_insn() 799 intel_pt_log("ERROR: thread has no dso for %#" PRIx64 "\n", *ip); in intel_pt_walk_next_insn() 801 intel_pt_log("ERROR: thread has no map for %#" PRIx64 "\n", *ip); in intel_pt_walk_next_insn() 845 intel_pt_log("ERROR: failed to read at offset %#" PRIx64 " ", in intel_pt_walk_next_insn() 938 …intel_pt_log("TIP.PGD ip %#"PRIx64" offset %#"PRIx64" in %s hit filter: %s offset %#"PRIx64" size … in intel_pt_match_pgd_ip() [all …]
|