Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dsymbol.c955 struct module_info *from_m, *to_m; in compare_proc_modules() local
971 to_m = rb_entry(to_node, struct module_info, rb_node); in compare_proc_modules()
973 if (from_m->start != to_m->start || in compare_proc_modules()
974 strcmp(from_m->name, to_m->name)) in compare_proc_modules()