Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dmaps.h51 struct maps *maps__new(struct machine *machine);
Dmaps.c116 struct maps *maps__new(struct machine *machine) in maps__new() function
Dthread.c27 thread->maps = maps__new(machine); in thread__init_maps()
Dmachine.c100 machine->kmaps = maps__new(machine); in machine__init()
527 leader->maps = maps__new(machine); in machine__update_thread_pid()
/linux-5.19.10/tools/perf/tests/
Dmaps.c65 struct maps *maps = maps__new(NULL); in test__maps__merge_in()