build_id__mark_dso_hit
build_id__mark_dso_hit_ops.sample = build_id__mark_dso_hit;
build_id__mark_dso_hit(tool, event_sw, &sample_sw, evsel, machine);
build_id__mark_dso_hit(tool, event, sample, evsel, machine);
return build_id__mark_dso_hit(tool, event, sample, evsel, machine);
int build_id__mark_dso_hit(const struct perf_tool *tool, union perf_event *event,
build_id__mark_dso_hit(tool, event, &sample, NULL, jd->machine);