Searched refs:dso__set_short_name (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | dso.c | 491 dso__set_short_name(dso, strdup(m->name), true); in dso__set_module_info() 1435 dso__set_short_name(dso, short_name, false); in machine__findnew_kernel() 1569 void dso__set_short_name(struct dso *dso, const char *name, bool name_allocated) in dso__set_short_name() function 1629 dso__set_short_name(res, dso->name, false); in dso__new_id()
|
| H A D | dsos.c | 313 dso__set_short_name(dso, base, allocated); in dso__set_basename()
|
| H A D | dso.h | 748 void dso__set_short_name(struct dso *dso, const char *name, bool name_allocated);
|
| H A D | machine.c | 1692 dso__set_short_name(kernel, "[kernel.vmlinux]", false); in machine__process_kernel_mmap_event()
|