dso__set_short_name
dso__set_short_name(dso, short_name, false);
dso__set_short_name(res, dso->name, false);
dso__set_short_name(dso, strdup(m->name), true);
void dso__set_short_name(struct dso *dso, const char *name, bool name_allocated);
dso__set_short_name(dso, base, allocated);
dso__set_short_name(kernel, "[kernel.vmlinux]", false);