Home
last modified time | relevance | path

Searched refs:last_table (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dsyscalltbl.c22 static const struct syscalltbl *last_table; in find_table() local
29 if (last_table_machine == e_machine && last_table != NULL) in find_table()
30 return last_table; in find_table()
38 last_table = entry; in find_table()
/linux-6.15/arch/arc/kernel/
H A Dunwind.c365 static struct unwind_table *last_table; variable
394 if (last_table) in unwind_add_table()
395 last_table->link = table; in unwind_add_table()
398 last_table = table; in unwind_add_table()
425 last_table = prev; in unlink_table()
442 if (init_only && table == last_table) { in unwind_remove_table()