Home
last modified time | relevance | path

Searched refs:map_rb_node (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dmaps.c122 struct map_rb_node *rb_node; in maps__remove()
216 struct map_rb_node *pos; in maps__find_symbol_by_name()
259 struct map_rb_node *pos; in maps__fprintf()
294 struct map_rb_node *pos = rb_entry(next, struct map_rb_node, rb_node); in maps__fixup_overlappings()
307 struct map_rb_node *pos = rb_entry(next, struct map_rb_node, rb_node); in maps__fixup_overlappings()
390 struct map_rb_node *rb_node; in maps__clone()
421 struct map_rb_node *rb_node; in maps__find_node()
433 struct map_rb_node *m; in maps__find()
464 struct map_rb_node *map_rb_node__next(struct map_rb_node *node) in map_rb_node__next()
514 struct map_rb_node *rb_node; in map__groups__sort_by_name_from_rbtree()
[all …]
H A Dmaps.h19 struct map_rb_node { struct
34 struct map_rb_node *maps__first(struct maps *maps); argument
35 struct map_rb_node *map_rb_node__next(struct map_rb_node *node);
36 struct map_rb_node *maps__find_node(struct maps *maps, struct map *map);
H A Dvdso.c147 struct map_rb_node *rb_node; in machine__thread_dso_type()
H A Dthread.c353 struct map_rb_node *rb_node; in __thread__prepare_access()
H A Dunwind-libunwind-local.c309 struct map_rb_node *map_node; in read_unwind_spec_eh_frame()
H A Dmachine.c1296 struct map_rb_node *rb_node; in machine__map_x86_64_entry_trampolines()
1754 struct map_rb_node *rb_node = maps__find_node(machine__kernel_maps(machine), in machine__create_kernel_maps()
1756 struct map_rb_node *next = map_rb_node__next(rb_node); in machine__create_kernel_maps()
3407 struct map_rb_node *pos; in machine__for_each_kernel_map()
H A Dsymbol.c1121 struct map_rb_node *old_node; in do_validate_kcore_modules()
1247 struct map_rb_node *old_node, *next; in dso__load_kcore()
H A Dsynthetic-events.c672 struct map_rb_node *pos; in perf_event__synthesize_modules()
H A Dprobe-event.c156 struct map_rb_node *pos; in kernel_get_module_map()
/openbmc/linux/tools/perf/arch/x86/util/
H A Devent.c22 struct map_rb_node *pos; in perf_event__synthesize_extra_kmaps()
/openbmc/linux/tools/perf/tests/
H A Dmaps.c19 struct map_rb_node *rb_node; in check_maps()
H A Dvmlinux-kallsyms.c122 struct map_rb_node *rb_node; in test__vmlinux_matches_kallsyms()
/openbmc/linux/tools/perf/
H A Dbuiltin-report.c849 struct map_rb_node *rb_node; in maps__fprintf_task()