Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dbuild-id.c920 char *allocated_name = NULL; in dso__cache_build_id() local
934 ret = asprintf(&allocated_name, "%s/%s", root_dir, name); in dso__cache_build_id()
938 name = allocated_name; in dso__cache_build_id()
953 free(allocated_name); in dso__cache_build_id()