Home
last modified time | relevance | path

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

/spdk/app/trace/
H A Dtrace.cpp122 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()
/spdk/include/spdk/
H A Dtrace_parser.h85 uint64_t object_index; member
/spdk/lib/trace_parser/
H A Dtrace.cpp187 pe->object_index = stats->index[entry->object_id]; in next_entry()
190 pe->object_index = UINT64_MAX; in next_entry()
/spdk/scripts/bpf/
H A Dtrace.py399 if pe.object_index != TRACE_INVALID_OBJECT:
400 object_id = '{}{}'.format(self._objects[tpoint.object_type], pe.object_index)