Home
last modified time | relevance | path

Searched defs:pt_event (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h1161 struct pt_event { struct
1163 enum pt_event_type type; argument
1166 uint32_t ip_suppressed:1;
1169 uint32_t status_update:1;
1172 uint32_t has_tsc:1;
1178 uint64_t tsc;
1185 uint32_t lost_mtc;
1186 uint32_t lost_cyc;
1189 uint64_t reserved[2];
1192 union {
[all …]
H A Dintel-pt.h.in1161 struct pt_event { struct
1163 enum pt_event_type type; argument
1166 uint32_t ip_suppressed:1;
1169 uint32_t status_update:1;
1172 uint32_t has_tsc:1;
1178 uint64_t tsc;
1185 uint32_t lost_mtc;
1186 uint32_t lost_cyc;
1189 uint64_t reserved[2];
1192 union {
[all …]