Searched refs:maps__new (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/util/
H A Dmaps.h23 struct maps *maps__new(struct machine *machine);
H A Dthread.c27 thread__set_maps(thread, maps__new(machine));
H A Dmaps.c255 struct maps *maps__new(struct machine *machine) function
H A Dmachine.c84 machine->kmaps = maps__new(machine);
481 thread__set_maps(leader, maps__new(machine));
/linux-master/tools/perf/tests/
H A Dmaps.c103 struct maps *maps = maps__new(NULL);

Completed in 214 milliseconds