Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dhist.h79 size_t hists__fprintf_nr_events(struct hists *self, FILE *fp);
Dsession.c1195 ret += hists__fprintf_nr_events(&session->hists, fp); in perf_session__fprintf_nr_events()
1199 ret += hists__fprintf_nr_events(&pos->hists, fp); in perf_session__fprintf_nr_events()
Dhist.c987 size_t hists__fprintf_nr_events(struct hists *self, FILE *fp) in hists__fprintf_nr_events() function