Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/ui/tui/
H A Dprogress.c17 char buf_cur[20]; in get_title() local
21 ret = unit_number__scnprintf(buf_cur, sizeof(buf_cur), p->curr); in get_title()
25 p->title, buf_cur, buf_tot); in get_title()