Lines Matching refs:with_hits
1308 bool __dsos__read_build_ids(struct list_head *head, bool with_hits)
1314 if (with_hits && !pos->hit)
2147 bool with_hits)
2153 if (with_hits && !pos->hit)
2162 bool with_hits)
2164 return __dsos__fprintf_buildid(&machine->kernel_dsos, fp, with_hits) +
2165 __dsos__fprintf_buildid(&machine->user_dsos, fp, with_hits);
2169 FILE *fp, bool with_hits)
2176 ret += machine__fprintf_dsos_buildid(pos, fp, with_hits);