Lines Matching defs:name

104 const char * __weak arch__normalize_symbol_name(const char *name)  in arch__normalize_symbol_name()
283 struct symbol *symbol__new(u64 start, u64 len, u8 binding, u8 type, const char *name) in symbol__new()
340 const char *name = sym->name; in __symbols__insert() local
456 int symbol__match_symbol_name(const char *name, const char *str, in symbol__match_symbol_name()
474 const char *name, in symbols__find_by_name()
578 struct symbol *dso__find_symbol_by_name(struct dso *dso, const char *name) in dso__find_symbol_by_name()
609 int (*process_module)(void *arg, const char *name, in modules__parse()
622 char name[PATH_MAX]; in modules__parse() local
674 static bool symbol__is_idle(const char *name) in symbol__is_idle()
712 static int map__process_kallsym_symbol(void *arg, const char *name, in map__process_kallsym_symbol()
965 char *name; member
1001 static struct module_info *find_module(const char *name, in find_module()
1023 static int __read_proc_modules(void *arg, const char *name, u64 start, in __read_proc_modules()
1137 char *name; in filename_from_kallsyms_filename() local
1771 char *name; in dso__load() local
1961 static int map__strcmp_name(const void *name, const void *b) in map__strcmp_name()
1991 static struct map *__maps__find_by_name(struct maps *maps, const char *name) in __maps__find_by_name()
2005 struct map *maps__find_by_name(struct maps *maps, const char *name) in maps__find_by_name()
2101 static bool visible_dir_filter(const char *name, struct dirent *d) in visible_dir_filter()