Lines Matching full:tsc

938 					  uint64_t tsc)  in event_enabled()  argument
962 if (!tsc) in event_enabled()
966 ptu_uint_eq(event.tsc, tsc); in event_enabled()
994 uint64_t tsc) in event_disabled() argument
1020 if (!tsc) in event_disabled()
1024 ptu_uint_eq(event.tsc, tsc); in event_disabled()
1051 enum pt_ip_compression ipc, uint64_t tsc) in event_async_disabled() argument
1083 if (!tsc) in event_async_disabled()
1087 ptu_uint_eq(event.tsc, tsc); in event_async_disabled()
1172 uint64_t tsc) in event_async_branch() argument
1204 if (!tsc) in event_async_branch()
1208 ptu_uint_eq(event.tsc, tsc); in event_async_branch()
1254 uint8_t flags, uint64_t tsc) in event_paging() argument
1272 if (!tsc) in event_paging()
1276 ptu_uint_eq(event.tsc, tsc); in event_paging()
1303 uint64_t tsc) in event_async_paging() argument
1324 if (!tsc) in event_async_paging()
1328 ptu_uint_eq(event.tsc, tsc); in event_async_paging()
1339 if (!tsc) in event_async_paging()
1343 ptu_uint_eq(event.tsc, tsc); in event_async_paging()
1351 uint64_t tsc) in event_async_paging_suppressed() argument
1371 if (!tsc) in event_async_paging_suppressed()
1375 ptu_uint_eq(event.tsc, tsc); in event_async_paging_suppressed()
1386 if (!tsc) in event_async_paging_suppressed()
1390 ptu_uint_eq(event.tsc, tsc); in event_async_paging_suppressed()
1418 uint64_t tsc) in event_overflow_fup() argument
1452 if (!tsc) in event_overflow_fup()
1456 ptu_uint_eq(event.tsc, tsc); in event_overflow_fup()
1466 enum pt_ip_compression ipc, uint64_t tsc) in event_overflow_tip_pge() argument
1490 if (!tsc) in event_overflow_tip_pge()
1494 ptu_uint_eq(event.tsc, tsc); in event_overflow_tip_pge()
1512 if (!tsc) in event_overflow_tip_pge()
1516 ptu_uint_eq(event.tsc, tsc); in event_overflow_tip_pge()
1544 uint64_t tsc) in event_stop() argument
1559 if (!tsc) in event_stop()
1563 ptu_uint_eq(event.tsc, tsc); in event_stop()
1571 enum pt_ip_compression ipc, uint64_t tsc) in event_exec_mode_tip() argument
1601 if (!tsc) in event_exec_mode_tip()
1605 ptu_uint_eq(event.tsc, tsc); in event_exec_mode_tip()
1641 enum pt_ip_compression ipc, uint64_t tsc) in event_exec_mode_tip_pge() argument
1670 if (!tsc) in event_exec_mode_tip_pge()
1674 ptu_uint_eq(event.tsc, tsc); in event_exec_mode_tip_pge()
1683 if (!tsc) in event_exec_mode_tip_pge()
1687 ptu_uint_eq(event.tsc, tsc); in event_exec_mode_tip_pge()
1735 uint8_t flags, uint64_t tsc) in event_tsx_fup() argument
1771 if (!tsc) in event_tsx_fup()
1775 ptu_uint_eq(event.tsc, tsc); in event_tsx_fup()
2015 ptu_uint_eq(event.tsc, 0x1000); in sync_ovf_event()
2032 ptu_uint_eq(event.tsc, 0x1000); in sync_ovf_event()
2061 uint64_t tsc; in time_null_fail() local
2070 errcode = pt_qry_time(NULL, &tsc, NULL, NULL); in time_null_fail()
2079 uint64_t tsc; in time_initial() local
2082 errcode = pt_qry_time(decoder, &tsc, NULL, NULL); in time_initial()
2091 uint64_t tsc, exp; in time() local
2097 decoder->last_time.tsc = exp; in time()
2099 errcode = pt_qry_time(decoder, &tsc, NULL, NULL); in time()
2101 ptu_uint_eq(tsc, exp); in time()