Lines Matching defs:ts
179 * This function can be used to dump `ts` value for given `tid`.
182 void __pmf_dump_timestamp(unsigned int tid, unsigned long long ts)
184 printf("PMF:cpu %u tid %u ts %llu\n",
185 plat_my_core_pos(), tid, ts);
209 * This function stores the `ts` value to the storage identified by
216 unsigned long long ts)
220 *ts_addr = ts;
230 unsigned long long ts)
234 *ts_addr = ts;
239 * This function retrieves the `ts` value from the storage identified by