Searched defs:csv_sep (Results 1 - 1 of 1) sorted by path

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-stat.c95 static const char *csv_sep = NULL; variable
384 sprintf(prefix, "%6lu.%09lu%s", rs.tv_sec, rs.tv_nsec, csv_sep);
587 fprintf(output, "%s%.2f%%", csv_sep, pct);
611 csv_sep,
614 csv_sep);
620 csv_sep,
623 csv_sep);
628 perf_evsel__cpus(evsel)->map[id], csv_sep);
643 fprintf(output, fmt, msecs, csv_sep, perf_evsel__name(evsel));
646 fprintf(output, "%s%s", csv_sep, evse
[all...]

Completed in 178 milliseconds