Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol.c947 struct rb_node *from_node, *to_node; in compare_proc_modules() local
957 from_node = rb_first(&from_modules); in compare_proc_modules()
959 while (from_node) { in compare_proc_modules()
963 from_m = rb_entry(from_node, struct module_info, rb_node); in compare_proc_modules()
970 from_node = rb_next(from_node); in compare_proc_modules()
974 if (!from_node && !to_node) in compare_proc_modules()