Lines Matching defs:tsc
18 entry_key(uint16_t _lcore, uint64_t _tsc) : lcore(_lcore), tsc(_tsc) {}
20 uint64_t tsc;
28 if (first.tsc == second.tsc) {
31 return first.tsc < second.tsc;
139 buffer->tsc != entry->tsc)) {
182 stats->start[entry->object_id] = entry->tsc;
237 while (e[num_entries_filled - 1].tsc == 0) {
244 if (e[i].tsc < e[first].tsc) {
247 if (e[i].tsc > e[last].tsc) {
263 if (e[first].tsc > _tsc_offset && overflowed) {
264 _tsc_offset = e[first].tsc;
270 _entries[entry_key(lcore, e[i].tsc)] = &e[i];
348 if (history == NULL || history->num_entries == 0 || history->entries[0].tsc == 0) {
354 if (history->entries[entry_num].tsc == 0) {
367 if (history == NULL || history->num_entries == 0 || history->entries[0].tsc == 0) {
379 if (history->num_entries > 0 && history->entries[0].tsc != 0) {