Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Ddso.c222 COMP_ID__NONE = 0, enumerator
230 [COMP_ID__NONE] = { .fmt = NULL, },
248 return COMP_ID__NONE; in is_supported_compression()
332 if (dso->comp == COMP_ID__NONE) in decompress_kmodule()
411 if (m->comp > COMP_ID__NONE) in __kmod_path__parse()
1300 dso->comp = COMP_ID__NONE; in dso__new_id()