Lines Matching refs:build_id
706 const char *build_id, *dso_name;
708 build_id = skip_spaces(pos->s);
709 dso_name = strchr(build_id, ' ');
721 if (!isxdigit(build_id[2 * ix]) ||
722 !isxdigit(build_id[2 * ix + 1])) {
738 const char *build_id, *dso_name;
740 build_id = skip_spaces(pos->s);
741 dso_name = strchr(build_id, ' ');
747 dso__bid(dso)->data[ix] = (hex(build_id[2 * ix]) << 4 |
748 hex(build_id[2 * ix + 1]));
778 pr_debug("no build_id found for %s\n", filename);
787 pr_err("Can't synthesize build_id event for %s\n", filename);
814 pr_debug("no build_id found for %s\n", filename);
827 pr_err("Can't synthesize build_id event for %s\n", filename);
872 const struct build_id null_bid = { .size = 0 };
873 const struct build_id *bid = dso ? dso__bid(dso) : &null_bid;
1434 gs->tool.build_id = perf_event__process_build_id;
2519 inject.tool.build_id = perf_event__repipe_op2_synth;