Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/
Dmap.h108 struct map *map__new(struct list_head *dsos__list, u64 start, u64 len,
Dmap.c36 struct map *map__new(struct list_head *dsos__list, u64 start, u64 len, in map__new() argument
54 dso = __dsos__findnew(dsos__list, filename); in map__new()