Searched refs:object_index (Results 1 – 4 of 4) sorted by relevance
122 entry->object_index, related_id); in print_object_id()163 if (entry->object_index != UINT64_MAX) { in print_event()225 entry->object_index); in print_event_json()228 if (entry->object_index != UINT64_MAX) { in print_event_json()231 entry->object_index); in print_event_json()
85 uint64_t object_index; member
187 pe->object_index = stats->index[entry->object_id]; in next_entry() 190 pe->object_index = UINT64_MAX; in next_entry()
399 if pe.object_index != TRACE_INVALID_OBJECT:400 object_id = '{}{}'.format(self._objects[tpoint.object_type], pe.object_index)