Searched refs:fix_escape_printf (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/tools/perf/ |
D | builtin-list.c | 272 static void fix_escape_printf(struct strbuf *buf, const char *fmt, ...) in fix_escape_printf() function 339 fix_escape_printf(&buf, "\t\"Unit\": \"%S\"", pmu_name); in json_print_event() 343 fix_escape_printf(&buf, "%s\t\"Topic\": \"%S\"", need_sep ? ",\n" : "", topic); in json_print_event() 347 fix_escape_printf(&buf, "%s\t\"EventName\": \"%S\"", need_sep ? ",\n" : "", in json_print_event() 352 fix_escape_printf(&buf, "%s\t\"EventAlias\": \"%S\"", need_sep ? ",\n" : "", in json_print_event() 357 fix_escape_printf(&buf, "%s\t\"ScaleUnit\": \"%S\"", need_sep ? ",\n" : "", in json_print_event() 362 fix_escape_printf(&buf, "%s\t\"EventType\": \"%S\"", need_sep ? ",\n" : "", in json_print_event() 367 fix_escape_printf(&buf, "%s\t\"Deprecated\": \"%S\"", need_sep ? ",\n" : "", in json_print_event() 372 fix_escape_printf(&buf, "%s\t\"BriefDescription\": \"%S\"", need_sep ? ",\n" : "", in json_print_event() 377 fix_escape_printf(&buf, "%s\t\"PublicDescription\": \"%S\"", need_sep ? ",\n" : "", in json_print_event() [all …]
|