Home
last modified time | relevance | path

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

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