Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dbuild-id.c924 char *allocated_name = NULL; in dso__cache_build_id() local
938 ret = asprintf(&allocated_name, "%s/%s", root_dir, name); in dso__cache_build_id()
942 name = allocated_name; in dso__cache_build_id()
957 free(allocated_name); in dso__cache_build_id()

Completed in 4 milliseconds