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

/external/linux-tools-perf/util/ui/browsers/
H A Dhists.c392 char ipstr[BITS_PER_LONG / 4 + 1], *alloc_str; local
408 alloc_str = NULL;
413 if (asprintf(&alloc_str, "%2.2f%% %s", percent, str) < 0)
416 str = alloc_str;
432 free(alloc_str);

Completed in 67 milliseconds