TPLA_SIZE
size = sizeof(struct cudbg_tp_la) + TPLA_SIZE * sizeof(u64);
len = sizeof(struct cudbg_tp_la) + TPLA_SIZE * sizeof(u64);
if (idx < (TPLA_SIZE / 2 - 1) || p[1] != ~0ULL)
if (idx < (TPLA_SIZE / 2 - 1) || p[1] != ~0ULL)
p = seq_open_tab(file, TPLA_SIZE / 2, 2 * sizeof(u64), 0,
p = seq_open_tab(file, TPLA_SIZE / 2, 2 * sizeof(u64), 0,
p = seq_open_tab(file, TPLA_SIZE, sizeof(u64), 0, tp_la_show);
for (i = 0; i < TPLA_SIZE; i++) {
la_buf[TPLA_SIZE - 1] = ~0ULL;