Home
last modified time | relevance | path

Searched refs:_tid (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/migration-stress/guestperf/
H A Dplot.py153 if record._tid in threads:
155 threads[record._tid] = {
172 threads[record._tid]["xaxis"].append(record._timestamp - starttime)
173 threads[record._tid]["yaxis"].append(record._value)
174 threads[record._tid]["labels"].append(self._get_progress_label(progress))
268 if record._tid in threads:
270 threads[record._tid] = {
289 oldvalue = threads[record._tid]["absvalue"][-1]
290 oldtime = threads[record._tid]["abstime"][-1]
300 threads[record._tid]["absvalue"].append(record._value)
[all …]
H A Dtimings.py25 self._tid = tid
31 "tid": self._tid,
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2649 abi_int _tid; member
H A Dsyscall.c7588 #define sigev_notify_thread_id _sigev_un._tid
7611 host_sevp->sigev_notify_thread_id = tswap32(target_sevp->_sigev_un._tid); in target_to_host_sigevent()