Home
last modified time | relevance | path

Searched refs:outfp (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/pmu-events/
Djevents.c334 FILE *outfp; member
349 FILE *outfp = pd->outfp; in print_events_table_entry() local
356 fprintf(outfp, "{\n"); in print_events_table_entry()
359 fprintf(outfp, "\t.name = \"%s\",\n", je->name); in print_events_table_entry()
361 fprintf(outfp, "\t.event = \"%s\",\n", je->event); in print_events_table_entry()
362 fprintf(outfp, "\t.desc = \"%s\",\n", je->desc); in print_events_table_entry()
363 fprintf(outfp, "\t.topic = \"%s\",\n", topic); in print_events_table_entry()
365 fprintf(outfp, "\t.long_desc = \"%s\",\n", je->long_desc); in print_events_table_entry()
367 fprintf(outfp, "\t.pmu = \"%s\",\n", je->pmu); in print_events_table_entry()
369 fprintf(outfp, "\t.unit = \"%s\",\n", je->unit); in print_events_table_entry()
[all …]
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0010_linux_tools.patch127 fprintf(outfp, "\t.unit = \"%s\",\n", je->unit);
129 fprintf(outfp, "\t.perpkg = \"%s\",\n", je->perpkg);
131 + fprintf(outfp, "\t.socname = \"%s\",\n", je->socname);
133 fprintf(outfp, "\t.aggr_mode = \"%d\",\n", convert(je->aggr_mode));