Home | History | Annotate | Download | only in util

Lines Matching defs:module

543 	 * map__split_kallsyms, when we have split the maps per module
580 char *module;
585 module = strchr(pos->name, '\t');
586 if (module) {
590 *module++ = '\0';
592 if (strcmp(curr_map->dso->short_name, module)) {
597 * We assume all symbols of a module are
599 * points to a module and all its
608 map->type, module);
612 "for \"%s\" module!\n",
613 machine->root_dir, module);
1640 * kernel module short names are of the form "[module]" and
1641 * we need just "module" here.
1646 "%s/sys/module/%.*s/notes/.note.gnu.build-id",
2347 pr_debug("Problems creating module maps, continuing anyway...\n");