Lines Matching defs:lcore_history
46 struct spdk_trace_history *lcore_history;
58 lcore_history = spdk_get_per_lcore_history(g_trace_file, lcore);
60 lcore_history = t_ut_lcore_history;
69 lcore_history->tpoint_count[tpoint_id]++;
79 next_entry = get_trace_entry(lcore_history, lcore_history->next_entry);
129 lcore_history,
130 lcore_history->next_entry + num_entries);
158 lcore_history->next_entry += num_entries;
325 struct spdk_trace_history *lcore_history;
336 lcore_history = spdk_get_per_lcore_history(g_trace_file, i);
337 lcore_history->lcore = i;
338 lcore_history->num_entries = num_entries;
370 struct spdk_trace_history *lcore_history;
384 lcore_history = spdk_get_per_lcore_history(g_trace_file, i);
385 if (lcore_history == NULL) {
388 unlink = lcore_history->entries[0].tsc == 0;