Searched refs:read_proc_modules (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dsymbol.c1095 static int read_proc_modules(const char *filename, struct rb_root *modules) function
1116 if (read_proc_modules(from, &from_modules))
1119 if (read_proc_modules(to, &to_modules))
1172 err = read_proc_modules(filename, &modules);

Completed in 215 milliseconds