Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmaps.h24 struct map_list_node { struct
29 static inline struct map_list_node *map_list_node__new(void) in map_list_node__new() argument
31 return malloc(sizeof(struct map_list_node)); in map_list_node__new()
H A Dmaps.c654 struct map_list_node *m = map_list_node__new(); in maps__merge_in()
699 struct map_list_node *old_node; in maps__merge_in()
701 old_node = list_entry(merged.next, struct map_list_node, node); in maps__merge_in()
H A Dsymbol.c1222 struct map_list_node *list_node = map_list_node__new(); in kcore_mapfn()
1310 struct map_list_node *new_node; in dso__load_kcore()
1333 replacement_map = list_entry(md.maps.next, struct map_list_node, node)->map; in dso__load_kcore()
1337 struct map_list_node *new_node = list_entry(md.maps.next, struct map_list_node, node); in dso__load_kcore()
1406 struct map_list_node *list_node; in dso__load_kcore()
1408 list_node = list_entry(md.maps.next, struct map_list_node, node); in dso__load_kcore()