Home
last modified time | relevance | path

Searched refs:short_name_allocated (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/perf/util/
Ddso.h225 u8 short_name_allocated:1; in DECLARE_RC_STRUCT() local
542 return RC_CHK_ACCESS(dso)->short_name_allocated; in dso__short_name_allocated()
547 RC_CHK_ACCESS(dso)->short_name_allocated = allocated; in dso__set_short_name_allocated()
Ddso.c1490 if (RC_CHK_ACCESS(dso)->short_name_allocated) { in dso__delete()
1492 RC_CHK_ACCESS(dso)->short_name_allocated = false; in dso__delete()