Searched refs:intel_pt_log (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-log.h | 32 #define intel_pt_log(fmt, ...) \ macro 62 intel_pt_log("%s at " x64_fmt "\n", msg, u); in intel_pt_log_at() 67 intel_pt_log("%s to " x64_fmt "\n", msg, u); in intel_pt_log_to()
|
D | intel-pt-decoder.c | 279 intel_pt_log("timestamp: mtc_shift %u\n", decoder->mtc_shift); in intel_pt_decoder_new() 280 intel_pt_log("timestamp: tsc_ctc_ratio_n %u\n", decoder->tsc_ctc_ratio_n); in intel_pt_decoder_new() 281 intel_pt_log("timestamp: tsc_ctc_ratio_d %u\n", decoder->tsc_ctc_ratio_d); in intel_pt_decoder_new() 282 intel_pt_log("timestamp: tsc_ctc_mult %u\n", decoder->tsc_ctc_mult); in intel_pt_decoder_new() 283 intel_pt_log("timestamp: tsc_slip %#x\n", decoder->tsc_slip); in intel_pt_decoder_new() 286 intel_pt_log("Hop mode: decoding FUP and TIPs, but not TNT\n"); in intel_pt_decoder_new() 469 intel_pt_log("ERROR: Internal error\n"); in intel_pt_bug() 492 intel_pt_log("ERROR: Bad packet\n"); in intel_pt_bad_packet() 519 intel_pt_log("Getting more data\n"); in intel_pt_get_data() 526 intel_pt_log("No more data\n"); in intel_pt_get_data() [all …]
|
/Linux-v5.10/tools/perf/util/ |
D | intel-pt.c | 709 …intel_pt_log("TIP.PGD ip %#"PRIx64" offset %#"PRIx64" in %s hit filter: %s offset %#"PRIx64" size … in intel_pt_match_pgd_ip() 721 intel_pt_log("TIP.PGD ip %#"PRIx64" offset %#"PRIx64" in %s is not in a filter region\n", in intel_pt_match_pgd_ip() 1206 intel_pt_log("queue %u getting timestamp\n", queue_nr); in intel_pt_setup_queue() 1207 intel_pt_log("queue %u decoding cpu %d pid %d tid %d\n", in intel_pt_setup_queue() 1221 intel_pt_log("queue %u has no timestamp\n", in intel_pt_setup_queue() 1232 intel_pt_log("queue %u timestamp 0x%" PRIx64 "\n", in intel_pt_setup_queue() 1933 intel_pt_log("switch: cpu %d tid %d\n", ptq->cpu, tid); in intel_pt_next_tid() 2239 intel_pt_log("switch_ip: %"PRIx64" ptss_ip: %"PRIx64"\n", in intel_pt_run_decoder() 2246 intel_pt_log("queue %u decoding cpu %d pid %d tid %d\n", in intel_pt_run_decoder() 2278 intel_pt_log("TSC %"PRIx64" est. TSC %"PRIx64"\n", in intel_pt_run_decoder() [all …]
|