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

/linux-master/tools/perf/util/
H A Dsymbol.c260 const char *prev_mod; local
268 prev_mod = strchr(prev->name, '[');
272 if (!prev_mod != !curr_mod)
275 else if (prev_mod && strcmp(prev_mod, curr_mod))

Completed in 103 milliseconds