Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dmaps.c103 struct maps *maps = maps__new(NULL); in test__maps__merge_in()
192 struct maps *maps = maps__new(NULL); in test__maps__fixup_overlap_and_insert()
/linux/tools/perf/util/
H A Dmaps.h23 struct maps *maps__new(struct machine *machine);
H A Dthread.c30 thread__set_maps(thread, maps__new(machine)); in thread__init_maps()
H A Dmaps.c266 struct maps *maps__new(struct machine *machine) in maps__new() function
H A Dmachine.c80 machine->kmaps = maps__new(machine); in machine__init()
493 thread__set_maps(leader, maps__new(machine)); in machine__update_thread_pid()