Home
last modified time | relevance | path

Searched refs:intel_pt_log (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-log.h3 * intel_pt_log.h: Intel Processor Trace support
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)
H A Dintel-pt-decoder.c266 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("Gettin in intel_pt_get_data()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-log.h3 * intel_pt_log.h: Intel Processor Trace support
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()
H A Dintel-pt-decoder.c299 intel_pt_log("timestamp: mtc_shift %u\n", decoder->mtc_shift); in intel_pt_decoder_new()
300 intel_pt_log("timestamp: tsc_ctc_ratio_n %u\n", decoder->tsc_ctc_ratio_n); in intel_pt_decoder_new()
301 intel_pt_log("timestamp: tsc_ctc_ratio_d %u\n", decoder->tsc_ctc_ratio_d); in intel_pt_decoder_new()
302 intel_pt_log("timestamp: tsc_ctc_mult %u\n", decoder->tsc_ctc_mult); in intel_pt_decoder_new()
303 intel_pt_log("timestamp: tsc_slip %#x\n", decoder->tsc_slip); in intel_pt_decoder_new()
306 intel_pt_log("Hop mode: decoding FUP and TIPs, but not TNT\n"); in intel_pt_decoder_new()
489 intel_pt_log("ERROR: Internal error\n"); in intel_pt_bug()
512 intel_pt_log("ERROR: Bad packet\n"); in intel_pt_bad_packet()
539 intel_pt_log("Getting more data\n"); in intel_pt_get_data()
546 intel_pt_log("N in intel_pt_get_data()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dintel-pt.c711 intel_pt_log("TIP.PGD ip %#"PRIx64" offset %#"PRIx64" in %s hit filter: %s offset %#"PRIx64" size %#"PRIx64"\n", in intel_pt_match_pgd_ip()
723 intel_pt_log("TIP.PGD ip %#"PRIx64" offset %#"PRIx64" in %s is not in a filter region\n", in intel_pt_match_pgd_ip()
1222 intel_pt_log("queue %u getting timestamp\n", queue_nr); in intel_pt_setup_queue()
1223 intel_pt_log("queue %u decoding cpu %d pid %d tid %d\n", in intel_pt_setup_queue()
1237 intel_pt_log("queue %u has no timestamp\n", in intel_pt_setup_queue()
1248 intel_pt_log("queue %u timestamp 0x%" PRIx64 "\n", in intel_pt_setup_queue()
1951 intel_pt_log("switch: cpu %d tid %d\n", ptq->cpu, tid); in intel_pt_next_tid()
2251 intel_pt_log("switch_ip: %"PRIx64" ptss_ip: %"PRIx64"\n", in intel_pt_run_decoder()
2258 intel_pt_log("queue %u decoding cpu %d pid %d tid %d\n", in intel_pt_run_decoder()
2291 intel_pt_log("TS in intel_pt_run_decoder()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dintel-pt.c739 intel_pt_log("Emulated ptwrite signature found\n"); in intel_pt_emulated_ptwrite()
742 intel_pt_log("Emulated ptwrite signature not found\n"); in intel_pt_emulated_ptwrite()
777 intel_pt_log("ERROR: guest sideband but no guest machine\n"); in intel_pt_walk_next_insn()
783 intel_pt_log("ERROR: no guest machine\n"); in intel_pt_walk_next_insn()
791 intel_pt_log("ERROR: no guest thread\n"); in intel_pt_walk_next_insn()
801 intel_pt_log("ERROR: no thread\n"); in intel_pt_walk_next_insn()
814 intel_pt_log("ERROR: thread has no dso for %#" PRIx64 "\n", *ip); in intel_pt_walk_next_insn()
816 intel_pt_log("ERROR: thread has no map for %#" PRIx64 "\n", *ip); in intel_pt_walk_next_insn()
864 intel_pt_log("ERROR: failed to read at offset %#" PRIx64 " ", in intel_pt_walk_next_insn()
963 intel_pt_log("TI in intel_pt_match_pgd_ip()
[all...]

Completed in 12 milliseconds