Searched refs:xenoprof_log_event (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/ |
A D | op_model_athlon.c | 246 xenoprof_log_event(v, regs, temp, mode, 0); in ibs_log_event() 249 xenoprof_log_event(v, regs, temp, mode, 0); in ibs_log_event() 265 xenoprof_log_event(v, regs, IBS_FETCH_CODE, mode, 0); in handle_ibs() 266 xenoprof_log_event(v, regs, val, mode, 0); in handle_ibs() 286 xenoprof_log_event(v, regs, IBS_OP_CODE, mode, 0); in handle_ibs() 287 xenoprof_log_event(v, regs, val, mode, 0); in handle_ibs() 337 xenoprof_log_event(current, regs, eip, mode, i); in athlon_check_ctrs()
|
A D | op_model_ppro.c | 147 xenoprof_log_event(current, regs, eip, mode, i); in ppro_check_ctrs()
|
A D | op_model_p4.c | 652 xenoprof_log_event(current, regs, eip, mode, i); in p4_check_ctrs()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | xenoprof.h | 83 void xenoprof_log_event(struct vcpu *, const struct cpu_user_regs *,
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | xenoprof.c | 546 void xenoprof_log_event(struct vcpu *vcpu, const struct cpu_user_regs *regs, in xenoprof_log_event() function
|
Completed in 10 milliseconds