Lines Matching refs:get_pcpu_id
43 __func__, get_pcpu_id()); in profiling_initialize_vmsw()
46 __func__, get_pcpu_id()); in profiling_initialize_vmsw()
62 __func__, get_pcpu_id()); in profiling_initialize_pmi()
66 __func__, get_pcpu_id()); in profiling_initialize_pmi()
84 __func__, get_pcpu_id(), msrop->msr_id, msrop->value); in profiling_initialize_pmi()
92 __func__, get_pcpu_id()); in profiling_initialize_pmi()
108 __func__, get_pcpu_id()); in profiling_enable_pmu()
112 __func__, get_pcpu_id()); in profiling_enable_pmu()
128 struct acrn_vcpu *vcpu = get_ever_run_vcpu(get_pcpu_id()); in profiling_enable_pmu()
160 __func__, get_pcpu_id(), msrop->msr_id, msrop->value); in profiling_enable_pmu()
168 __func__, get_pcpu_id()); in profiling_enable_pmu()
183 __func__, get_pcpu_id()); in profiling_disable_pmu()
188 struct acrn_vcpu *vcpu = get_ever_run_vcpu(get_pcpu_id()); in profiling_disable_pmu()
207 __func__, get_pcpu_id(), msrop->msr_id, msrop->value); in profiling_disable_pmu()
221 __func__, get_pcpu_id()); in profiling_disable_pmu()
224 __func__, get_pcpu_id()); in profiling_disable_pmu()
319 __func__, get_pcpu_id()); in profiling_generate_data()
322 sbuf = per_cpu(sbuf, get_pcpu_id())[ACRN_SEP]; in profiling_generate_data()
327 __func__, get_pcpu_id()); in profiling_generate_data()
344 pkt_header.cpu_id = get_pcpu_id(); in profiling_generate_data()
364 __func__, type, get_pcpu_id()); in profiling_generate_data()
378 DATA_HEADER_SIZE + payload_size, get_pcpu_id()); in profiling_generate_data()
389 sbuf = per_cpu(sbuf, get_pcpu_id())[ACRN_SOCWATCH]; in profiling_generate_data()
411 pkt_header.cpu_id = get_pcpu_id(); in profiling_generate_data()
434 __func__, type, get_pcpu_id()); in profiling_generate_data()
445 __func__, get_pcpu_id()); in profiling_generate_data()
477 __func__, get_pcpu_id()); in profiling_handle_msrops()
482 __func__, get_pcpu_id()); in profiling_handle_msrops()
490 __func__, get_pcpu_id()); in profiling_handle_msrops()
501 __func__, get_pcpu_id(), my_msr_node->entries[i].msr_id, in profiling_handle_msrops()
509 __func__, get_pcpu_id(), my_msr_node->entries[i].msr_id, in profiling_handle_msrops()
518 __func__, get_pcpu_id(), my_msr_node->entries[i].msr_id, in profiling_handle_msrops()
524 get_pcpu_id()); in profiling_handle_msrops()
535 sw_msrop->cpu_id = get_pcpu_id(); in profiling_handle_msrops()
563 __func__, get_pcpu_id()); in profiling_handle_msrops()
581 __func__, get_pcpu_id()); in profiling_pmi_handler()
622 psample->csample.cpu_id = get_pcpu_id(); in profiling_pmi_handler()
638 psample->csample.cpu_id = get_pcpu_id(); in profiling_pmi_handler()
1285 __func__, get_cpu_var(profiling_info.ipi_cmd), get_pcpu_id()); in profiling_ipi_handler()
1388 cpu = get_pcpu_id(); in profiling_setup()