Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dmaps.c88 struct maps *maps = maps__new(NULL); in test__maps__merge_in()
/openbmc/linux/tools/perf/util/
H A Dmaps.h69 struct maps *maps__new(struct machine *machine);
H A Dthread.c27 thread__set_maps(thread, maps__new(machine)); in thread__init_maps()
H A Dmaps.c163 struct maps *maps__new(struct machine *machine) in maps__new() function
H A Dmachine.c117 machine->kmaps = maps__new(machine); in machine__init()
535 thread__set_maps(leader, maps__new(machine)); in machine__update_thread_pid()