Home
last modified time | relevance | path

Searched refs:perf_event__fprintf_switch (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Devent.h355 size_t perf_event__fprintf_switch(union perf_event *event, FILE *fp);
H A Devent.c471 size_t perf_event__fprintf_switch(union perf_event *event, FILE *fp) in perf_event__fprintf_switch() function
586 ret += perf_event__fprintf_switch(event, fp); in perf_event__fprintf()
H A Dmachine.c679 perf_event__fprintf_switch(event, stdout); in machine__process_switch_event()