Searched refs:intel_pt_log (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/tools/perf/util/intel-pt-decoder/ |
| D | intel-pt-log.h | 40 #define intel_pt_log(fmt, ...) \ macro 70 intel_pt_log("%s at " x64_fmt "\n", msg, u); in intel_pt_log_at() 75 intel_pt_log("%s to " x64_fmt "\n", msg, u); in intel_pt_log_to()
|
| D | intel-pt-decoder.c | 267 intel_pt_log("timestamp: mtc_shift %u\n", decoder->mtc_shift); in intel_pt_decoder_new() 268 intel_pt_log("timestamp: tsc_ctc_ratio_n %u\n", decoder->tsc_ctc_ratio_n); in intel_pt_decoder_new() 269 intel_pt_log("timestamp: tsc_ctc_ratio_d %u\n", decoder->tsc_ctc_ratio_d); in intel_pt_decoder_new() 270 intel_pt_log("timestamp: tsc_ctc_mult %u\n", decoder->tsc_ctc_mult); in intel_pt_decoder_new() 271 intel_pt_log("timestamp: tsc_slip %#x\n", decoder->tsc_slip); in intel_pt_decoder_new() 454 intel_pt_log("ERROR: Internal error\n"); in intel_pt_bug() 477 intel_pt_log("ERROR: Bad packet\n"); in intel_pt_bad_packet() 490 intel_pt_log("Getting more data\n"); in intel_pt_get_data() 497 intel_pt_log("No more data\n"); in intel_pt_get_data() 507 intel_pt_log("Reference timestamp 0x%" PRIx64 "\n", in intel_pt_get_data() [all …]
|
| /Linux-v4.19/tools/perf/util/ |
| D | intel-pt.c | 563 …intel_pt_log("TIP.PGD ip %#"PRIx64" offset %#"PRIx64" in %s hit filter: %s offset %#"PRIx64" size … in intel_pt_match_pgd_ip() 575 intel_pt_log("TIP.PGD ip %#"PRIx64" offset %#"PRIx64" in %s is not in a filter region\n", in intel_pt_match_pgd_ip() 948 intel_pt_log("queue %u getting timestamp\n", queue_nr); in intel_pt_setup_queue() 949 intel_pt_log("queue %u decoding cpu %d pid %d tid %d\n", in intel_pt_setup_queue() 955 intel_pt_log("queue %u has no timestamp\n", in intel_pt_setup_queue() 966 intel_pt_log("queue %u timestamp 0x%" PRIx64 "\n", in intel_pt_setup_queue() 1421 intel_pt_log("switch: cpu %d tid %d\n", ptq->cpu, tid); in intel_pt_next_tid() 1634 intel_pt_log("switch_ip: %"PRIx64" ptss_ip: %"PRIx64"\n", in intel_pt_run_decoder() 1641 intel_pt_log("queue %u decoding cpu %d pid %d tid %d\n", in intel_pt_run_decoder() 1676 intel_pt_log("TSC %"PRIx64" est. TSC %"PRIx64"\n", in intel_pt_run_decoder() [all …]
|