Lines Matching full:tsc
153 // metadata records for TSC wraparound and CPU migration).
408 uint64_t TSC = 0;
413 // We want to get the TSC as early as possible, so that we can check whether
425 Result.TSC = __xray::readTSC(Result.CPU);
435 Result.TSC = TS.tv_sec * __xray::NanosecondsPerSecond + TS.tv_nsec;
494 auto &TSC = TC.TSC;
507 TLD.Controller->functionEnter(FuncId, TSC, CPU);
510 TLD.Controller->functionExit(FuncId, TSC, CPU);
513 TLD.Controller->functionTailExit(FuncId, TSC, CPU);
524 auto &TSC = TC.TSC;
537 TLD.Controller->functionEnterArg(FuncId, TSC, CPU, Arg);
540 TLD.Controller->functionExit(FuncId, TSC, CPU);
543 TLD.Controller->functionTailExit(FuncId, TSC, CPU);
554 auto &TSC = TC.TSC;
577 TLD.Controller->customEvent(TSC, CPU, Event, ReducedEventSize);
584 auto &TSC = TC.TSC;
607 TLD.Controller->typedEvent(TSC, CPU, static_cast<uint16_t>(EventType), Event,