Searched refs:owner_id (Results 1 – 4 of 4) sorted by relevance
/spdk/lib/trace/ |
H A D | trace_flags.c | 274 _owner_set_description(uint16_t owner_id, const char *description, bool append) in _owner_set_description() argument 280 owner = spdk_get_trace_owner(g_trace_file, owner_id); in _owner_set_description() 294 uint32_t owner_id; in spdk_trace_register_owner() local 311 owner_id = g_owner_ids.ring[g_owner_ids.head]; in spdk_trace_register_owner() 316 owner = spdk_get_trace_owner(g_trace_file, owner_id); in spdk_trace_register_owner() 319 _owner_set_description(owner_id, description, false); in spdk_trace_register_owner() 321 return owner_id; in spdk_trace_register_owner() 325 spdk_trace_unregister_owner(uint16_t owner_id) in spdk_trace_unregister_owner() argument 334 if (owner_id == 0) { in spdk_trace_unregister_owner() 342 g_owner_ids.ring[g_owner_ids.tail] = owner_id; in spdk_trace_unregister_owner() [all …]
|
H A D | trace.c | 43 _spdk_trace_record(uint64_t tsc, uint16_t tpoint_id, uint16_t owner_id, uint32_t size, in _spdk_trace_record() argument 82 next_entry->owner_id = owner_id; in _spdk_trace_record() 89 * (owner_id, size, etc.). in _spdk_trace_record()
|
/spdk/app/trace/ |
H A D | trace.cpp | 149 owner = spdk_get_trace_owner(g_file, e->owner_id); in print_event() 151 if (e->owner_id > 0 && owner->tsc < e->tsc) { in print_event() 213 e->owner_id); in print_event_json()
|
/spdk/scripts/bpf/ |
H A D | trace.py | 410 owner_id = '{}{:02}'.format(self._owners[tpoint.owner_type], entry.owner_id) 412 owner_id = None 421 object_ptr=entry.object_id, owner=owner_id, time=ts,
|