Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol.c1005 struct rb_node *from_node, *to_node; in compare_proc_modules() local
1015 from_node = rb_first(&from_modules); in compare_proc_modules()
1017 while (from_node) { in compare_proc_modules()
1021 from_m = rb_entry(from_node, struct module_info, rb_node); in compare_proc_modules()
1028 from_node = rb_next(from_node); in compare_proc_modules()
1032 if (!from_node && !to_node) in compare_proc_modules()