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

/linux-master/tools/perf/util/
H A Dsrcline.c843 dso->a2l_fails = 0;
848 if (dso->a2l_fails && ++dso->a2l_fails > A2L_FAIL_LIMIT) {
882 dso->a2l_fails = 0;
886 if (dso->a2l_fails && ++dso->a2l_fails > A2L_FAIL_LIMIT) {
H A Ddso.h165 unsigned int a2l_fails; member in struct:dso
H A Ddso.c1342 dso->a2l_fails = 1;

Completed in 278 milliseconds