Searched refs:intel_pt_log (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/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 | 232 intel_pt_log("timestamp: mtc_shift %u\n", decoder->mtc_shift); in intel_pt_decoder_new() 233 intel_pt_log("timestamp: tsc_ctc_ratio_n %u\n", decoder->tsc_ctc_ratio_n); in intel_pt_decoder_new() 234 intel_pt_log("timestamp: tsc_ctc_ratio_d %u\n", decoder->tsc_ctc_ratio_d); in intel_pt_decoder_new() 235 intel_pt_log("timestamp: tsc_ctc_mult %u\n", decoder->tsc_ctc_mult); in intel_pt_decoder_new() 236 intel_pt_log("timestamp: tsc_slip %#x\n", decoder->tsc_slip); in intel_pt_decoder_new() 413 intel_pt_log("ERROR: Internal error\n"); in intel_pt_bug() 436 intel_pt_log("ERROR: Bad packet\n"); in intel_pt_bad_packet() 449 intel_pt_log("Getting more data\n"); in intel_pt_get_data() 456 intel_pt_log("No more data\n"); in intel_pt_get_data() 466 intel_pt_log("Reference timestamp 0x%" PRIx64 "\n", in intel_pt_get_data() [all …]
|
/linux-4.4.14/tools/perf/util/ |
D | intel-pt.c | 212 intel_pt_log("queue %u cpu %d pid %d tid %d\n", in intel_pt_use_buffer_pid_tid() 856 intel_pt_log("queue %u getting timestamp\n", queue_nr); in intel_pt_setup_queue() 857 intel_pt_log("queue %u decoding cpu %d pid %d tid %d\n", in intel_pt_setup_queue() 863 intel_pt_log("queue %u has no timestamp\n", in intel_pt_setup_queue() 874 intel_pt_log("queue %u timestamp 0x%" PRIx64 "\n", in intel_pt_setup_queue() 1165 intel_pt_log("switch: cpu %d tid %d\n", ptq->cpu, tid); in intel_pt_next_tid() 1326 intel_pt_log("switch_ip: %"PRIx64" ptss_ip: %"PRIx64"\n", in intel_pt_run_decoder() 1333 intel_pt_log("queue %u decoding cpu %d pid %d tid %d\n", in intel_pt_run_decoder() 1368 intel_pt_log("TSC %"PRIx64" est. TSC %"PRIx64"\n", in intel_pt_run_decoder() 1376 intel_pt_log("TSC %"PRIx64" est. TSC %"PRIx64"\n", in intel_pt_run_decoder() [all …]
|