Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dsymbol.c1115 struct module_info *from_m, *to_m; in compare_proc_modules() local
1131 to_m = rb_entry(to_node, struct module_info, rb_node); in compare_proc_modules()
1133 if (from_m->start != to_m->start || in compare_proc_modules()
1134 strcmp(from_m->name, to_m->name)) in compare_proc_modules()