Home
last modified time | relevance | path

Searched refs:DSO__DELETED (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/util/
H A Dmap.c342 #define DSO__DELETED "(deleted)" macro
368 const size_t real_len = len - sizeof(DSO__DELETED); in map__load()
370 if (len > sizeof(DSO__DELETED) && in map__load()
371 strcmp(name + real_len + 1, DSO__DELETED) == 0) { in map__load()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmap.c318 #define DSO__DELETED "(deleted)" macro
343 const size_t real_len = len - sizeof(DSO__DELETED); in map__load()
345 if (len > sizeof(DSO__DELETED) && in map__load()
346 strcmp(name + real_len + 1, DSO__DELETED) == 0) { in map__load()

Completed in 3 milliseconds