Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dsymbol.c1075 struct module_info *from_m, *to_m; in compare_proc_modules() local
1090 from_m = rb_entry(from_node, struct module_info, rb_node); in compare_proc_modules()
1093 if (from_m->start != to_m->start || in compare_proc_modules()
1094 strcmp(from_m->name, to_m->name)) in compare_proc_modules()