Searched refs:event_format__fprintf (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | trace-event-parse.c | 116 void event_format__fprintf(struct event_format *event, in event_format__fprintf() function 136 return event_format__fprintf(event, cpu, data, size, stdout); in event_format__print()
|
D | trace-event.h | 31 void event_format__fprintf(struct event_format *event,
|
/Linux-v4.19/tools/perf/ |
D | builtin-script.c | 1662 event_format__fprintf(evsel->tp_format, sample->cpu, in process_event()
|
D | builtin-trace.c | 2052 event_format__fprintf(evsel->tp_format, sample->cpu, in trace__event_handler()
|