Searched refs:fix_escape_fprintf (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/perf/ |
D | builtin-list.c | 301 static void fix_escape_fprintf(FILE *fp, struct strbuf *buf, const char *fmt, ...) in fix_escape_fprintf() function 372 fix_escape_fprintf(fp, &buf, "\t\"Unit\": \"%S\"", pmu_name); in json_print_event() 376 fix_escape_fprintf(fp, &buf, "%s\t\"Topic\": \"%S\"", in json_print_event() 382 fix_escape_fprintf(fp, &buf, "%s\t\"EventName\": \"%S\"", in json_print_event() 388 fix_escape_fprintf(fp, &buf, "%s\t\"EventAlias\": \"%S\"", in json_print_event() 394 fix_escape_fprintf(fp, &buf, "%s\t\"ScaleUnit\": \"%S\"", in json_print_event() 400 fix_escape_fprintf(fp, &buf, "%s\t\"EventType\": \"%S\"", in json_print_event() 406 fix_escape_fprintf(fp, &buf, "%s\t\"Deprecated\": \"%S\"", in json_print_event() 412 fix_escape_fprintf(fp, &buf, "%s\t\"BriefDescription\": \"%S\"", in json_print_event() 418 fix_escape_fprintf(fp, &buf, "%s\t\"PublicDescription\": \"%S\"", in json_print_event() [all …]
|