Lines Matching refs:host
1103 TP_PROTO(int vcpu_id, u32 msr, u64 data, bool host),
1104 TP_ARGS(vcpu_id, msr, data, host),
1110 __field(bool, host)
1117 __entry->host = host
1121 __entry->vcpu_id, __entry->msr, __entry->data, __entry->host)
1128 TP_PROTO(int vcpu_id, int timer_index, u64 config, bool host),
1129 TP_ARGS(vcpu_id, timer_index, config, host),
1135 __field(bool, host)
1142 __entry->host = host;
1147 __entry->host)
1154 TP_PROTO(int vcpu_id, int timer_index, u64 count, bool host),
1155 TP_ARGS(vcpu_id, timer_index, count, host),
1161 __field(bool, host)
1168 __entry->host = host;
1173 __entry->host)