Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol.c1019 struct rb_node *from_node, *to_node; in compare_proc_modules() local
1030 to_node = rb_first(&to_modules); in compare_proc_modules()
1032 if (!to_node) in compare_proc_modules()
1036 to_m = rb_entry(to_node, struct module_info, rb_node); in compare_proc_modules()
1043 to_node = rb_next(to_node); in compare_proc_modules()
1046 if (!from_node && !to_node) in compare_proc_modules()