Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Ddso.c219 COMP_ID__NONE = 0, enumerator
227 [COMP_ID__NONE] = { .fmt = NULL, },
245 return COMP_ID__NONE; in is_supported_compression()
289 if (dso->comp == COMP_ID__NONE) in decompress_kmodule()
401 if (m->comp > COMP_ID__NONE) in __kmod_path__parse()
1270 dso->comp = COMP_ID__NONE; in dso__new_id()