Lines Matching defs:stats
165 object_stats *stats;
178 stats = &_stats[tpoint->object_type];
181 stats->index[entry->object_id] = stats->counter++;
182 stats->start[entry->object_id] = entry->tsc;
186 if (spdk_likely(stats->start.find(entry->object_id) != stats->start.end())) {
187 pe->object_index = stats->index[entry->object_id];
188 pe->object_start = stats->start[entry->object_id];
209 stats = &_stats[tpoint->related_objects[i].object_type];
210 related_kv = stats->index.find(reinterpret_cast<uint64_t>
214 if (related_kv != stats->index.end()) {