Home
last modified time | relevance | path

Searched refs:dso__set_short_name (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/util/
Ddso.c880 dso__set_short_name(dso, short_name, false); in machine__findnew_kernel()
975 void dso__set_short_name(struct dso *dso, const char *name, bool name_allocated) in dso__set_short_name() function
1011 dso__set_short_name(dso, base, true); in dso__set_basename()
1047 dso__set_short_name(dso, dso->name, false); in dso__new()
Ddso.h210 void dso__set_short_name(struct dso *dso, const char *name, bool name_allocated);
Dmachine.c529 dso__set_short_name(dso, strdup(m->name), true); in machine__findnew_module_dso()
1230 dso__set_short_name(kernel, "[kernel.vmlinux]", false); in machine__process_kernel_mmap_event()