Searched refs:fix_escape_fprintf (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/ |
H A D | builtin-list.c | 308 static void fix_escape_fprintf(FILE *fp, struct strbuf *buf, const char *fmt, ...) in fix_escape_fprintf() function 380 fix_escape_fprintf(fp, &buf, "\t\"Unit\": \"%S\"", pmu_name); in json_print_event() 384 fix_escape_fprintf(fp, &buf, "%s\t\"Topic\": \"%S\"", in json_print_event() 390 fix_escape_fprintf(fp, &buf, "%s\t\"EventName\": \"%S\"", in json_print_event() 396 fix_escape_fprintf(fp, &buf, "%s\t\"EventAlias\": \"%S\"", in json_print_event() 402 fix_escape_fprintf(fp, &buf, "%s\t\"ScaleUnit\": \"%S\"", in json_print_event() 408 fix_escape_fprintf(fp, &buf, "%s\t\"EventType\": \"%S\"", in json_print_event() 414 fix_escape_fprintf(fp, &buf, "%s\t\"Deprecated\": \"%S\"", in json_print_event() 420 fix_escape_fprintf(fp, &buf, "%s\t\"BriefDescription\": \"%S\"", in json_print_event() 426 fix_escape_fprintf(f in json_print_event() [all...] |