Searched refs:table_count (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/misc/cpu-trace/
H A Dintel-pt.c378 uint32_t table_count = (entry_count + IPT_TOPA_MAX_TABLE_ENTRIES - 1) /
393 per_trace->topas = calloc(table_count, sizeof(io_buffer_t));
397 for (uint32_t i = 0; i < table_count; ++i) {
407 assert(per_trace->num_tables == table_count);
377 uint32_t table_count = (entry_count + IPT_TOPA_MAX_TABLE_ENTRIES - 1) / local

Completed in 12 milliseconds