Searched refs:dso__set_short_name (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | dso.c | 437 dso__set_short_name(dso, strdup(m->name), true); in dso__set_module_info() 1165 dso__set_short_name(dso, short_name, false); in machine__findnew_kernel() 1205 void dso__set_short_name(struct dso *dso, const char *name, bool name_allocated) in dso__set_short_name() function 1252 dso__set_short_name(dso, dso->name, false); in dso__new_id()
|
H A D | dso.h | 236 void dso__set_short_name(struct dso *dso, const char *name, bool name_allocated);
|
H A D | dsos.c | 254 dso__set_short_name(dso, base, true); in dso__set_basename()
|
H A D | machine.c | 1689 dso__set_short_name(kernel, "[kernel.vmlinux]", false); in machine__process_kernel_mmap_event()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | dso.c | 480 dso__set_short_name(dso, strdup(m->name), true); in dso__set_module_info() 1235 dso__set_short_name(dso, short_name, false); in machine__findnew_kernel() 1275 void dso__set_short_name(struct dso *dso, const char *name, bool name_allocated) in dso__set_short_name() function 1322 dso__set_short_name(dso, dso->name, false); in dso__new_id()
|
H A D | dso.h | 247 void dso__set_short_name(struct dso *dso, const char *name, bool name_allocated);
|
H A D | dsos.c | 266 dso__set_short_name(dso, base, true); in dso__set_basename()
|
H A D | machine.c | 1890 dso__set_short_name(kernel, "[kernel.vmlinux]", false); in machine__process_kernel_mmap_event()
|
Completed in 17 milliseconds