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 397 fix_escape_fprintf(fp, &buf, "\t\"Unit\": \"%S\"", pmu_name); in json_print_event() 401 fix_escape_fprintf(fp, &buf, "%s\t\"Topic\": \"%S\"", in json_print_event() 407 fix_escape_fprintf(fp, &buf, "%s\t\"EventName\": \"%S\"", in json_print_event() 413 fix_escape_fprintf(fp, &buf, "%s\t\"EventAlias\": \"%S\"", in json_print_event() 419 fix_escape_fprintf(fp, &buf, "%s\t\"ScaleUnit\": \"%S\"", in json_print_event() 425 fix_escape_fprintf(fp, &buf, "%s\t\"EventType\": \"%S\"", in json_print_event() 431 fix_escape_fprintf(fp, &buf, "%s\t\"Deprecated\": \"%S\"", in json_print_event() 437 fix_escape_fprintf(fp, &buf, "%s\t\"BriefDescription\": \"%S\"", in json_print_event() 443 fix_escape_fprintf(fp, &buf, "%s\t\"PublicDescription\": \"%S\"", in json_print_event() [all …]
|