Searched refs:intel_pt_log (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/perf/util/intel-pt-decoder/ |
H A 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)
|
H A D | intel-pt-decoder.c | 266 intel_pt_log("%s\n", buf); in p_log() 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() 648 intel_pt_log("No more data\n"); in intel_pt_get_data() 1616 intel_pt_log("Emulated ptwrite detected\n"); in intel_pt_emulated_ptwrite() 1858 intel_pt_log("ERROR: Buffer overflow\n"); in intel_pt_overflow() 2120 intel_pt_log("ERROR: Unexpected packet\n"); in intel_pt_walk_psbend() 3568 intel_pt_log("ERROR: Unexpected packet\n"); in intel_pt_walk_psb() 3801 intel_pt_log("Scanning for full IP\n"); in intel_pt_sync_ip() [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | intel-pt.c | 739 intel_pt_log("Emulated ptwrite signature found\n"); in intel_pt_emulated_ptwrite() 784 intel_pt_log("ERROR: no guest machine\n"); in intel_pt_walk_next_insn() 792 intel_pt_log("ERROR: no guest thread\n"); in intel_pt_walk_next_insn() 802 intel_pt_log("ERROR: no thread\n"); in intel_pt_walk_next_insn() 1627 intel_pt_log("queue %u has no timestamp\n", in intel_pt_setup_queue() 1638 intel_pt_log("queue %u timestamp 0x%" PRIx64 "\n", in intel_pt_setup_queue() 2969 intel_pt_log("TSC %"PRIx64" est. TSC %"PRIx64"\n", in intel_pt_run_decoder() 3092 intel_pt_log("queue %u cpu %d pid %d tid %d\n", in intel_pt_sample_set_pid_tid_cpu() 3332 intel_pt_log("context_switch event has no tid\n"); in intel_pt_context_switch() 4049 intel_pt_log("%s: %u range(s)\n", __func__, n); in intel_pt_setup_time_ranges() [all …]
|