Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/arch/x86/util/
Diostat.c310 char *iostat_cmd = calloc(len_template, 1); in iostat_event_group() local
312 if (!iostat_cmd) in iostat_event_group()
316 sprintf(iostat_cmd, iostat_cmd_template, in iostat_event_group()
319 ret = parse_event(evl, iostat_cmd); in iostat_event_group()
330 free(iostat_cmd); in iostat_event_group()