Searched refs:pt_info (Results 1 – 3 of 3) sorted by relevance
54 struct sync_pt_info *pt_info = NULL; in sync_thread() local57 while ((pt_info = sync_pt_info(info, pt_info))) { in sync_thread()58 int ts_sec = pt_info->timestamp_ns / 1000000000LL; in sync_thread()59 int ts_usec = (pt_info->timestamp_ns % 1000000000LL) / 1000LL; in sync_thread()60 printf(" pt %s %s %d %d.%06d", pt_info->obj_name, in sync_thread()61 pt_info->driver_name, pt_info->status, in sync_thread()63 if (!strcmp(pt_info->driver_name, "sw_sync")) in sync_thread()64 printf(" val=%d\n", *(uint32_t *)pt_info->driver_data); in sync_thread()
76 itr = (struct sync_pt_info *) info->pt_info; in sync_pt_info()
32 uint8_t pt_info[0]; member