Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dsyscalltbl.c23 static int last_table_machine = EM_NONE; in find_table() local
29 if (last_table_machine == e_machine && last_table != NULL) in find_table()
39 last_table_machine = e_machine; in find_table()