Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/x86/util/
H A Diostat.c311 char *iostat_cmd = calloc(len_template, 1); in iostat_event_group() local
313 if (!iostat_cmd) in iostat_event_group()
317 sprintf(iostat_cmd, iostat_cmd_template, in iostat_event_group()
320 ret = parse_event(evl, iostat_cmd); in iostat_event_group()
331 free(iostat_cmd); in iostat_event_group()