Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Devent.h351 size_t perf_event__fprintf_switch(union perf_event *event, FILE *fp);
H A Devent.c451 size_t perf_event__fprintf_switch(union perf_event *event, FILE *fp) in perf_event__fprintf_switch() function
566 ret += perf_event__fprintf_switch(event, fp); in perf_event__fprintf()
H A Dmachine.c889 perf_event__fprintf_switch(event, stdout); in machine__process_switch_event()