Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H 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()
/openbmc/qemu/
H A Dblock.c6348 char *allocated_name = NULL; in bdrv_get_xdbg_block_graph() local
6352 name = allocated_name = blk_get_attached_dev_id(blk); in bdrv_get_xdbg_block_graph()
6356 g_free(allocated_name); in bdrv_get_xdbg_block_graph()