Searched refs:comma_fprintf (Results 1 – 1 of 1) sorted by relevance
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | evsel.c | 1809 static int comma_fprintf(FILE *fp, bool *first, const char *fmt, ...) in comma_fprintf() function 1832 return comma_fprintf(fp, first, " %s: %" PRIu64, field, value); in __if_fprintf() 1845 int i = 0, printed = comma_fprintf(fp, first, " %s: ", field); in bits__fprintf() 1912 printed += comma_fprintf(fp, &first, " sample_freq=%" PRIu64, in perf_evsel__fprintf()
|