Home
last modified time | relevance | path

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

/tools/perf/util/
Dmachine.h219 enum map_type type, bool no_kcore);
Dsymbol.h256 bool no_kcore);
Dsymbol.c1315 struct map *map, bool no_kcore) in __dso__load_kallsyms() argument
1336 if (!no_kcore && !dso__load_kcore(dso, map, filename)) in __dso__load_kallsyms()
Dmachine.c1059 enum map_type type, bool no_kcore) in __machine__load_kallsyms() argument
1062 int ret = __dso__load_kallsyms(map->dso, filename, map, no_kcore); in __machine__load_kallsyms()