Home
last modified time | relevance | path

Searched defs:hists (Results 1 – 7 of 7) sorted by relevance

/external/linux-tools-perf/util/
Dhist.h51 struct hists { struct
61 struct hist_entry *__hists__add_entry(struct hists *self, argument
Dhist.c597 struct hists *hists, struct hists *pair_hists, in hist_entry__snprintf()
712 int hist_entry__fprintf(struct hist_entry *self, struct hists *hists, in hist_entry__fprintf()
724 struct hists *hists, FILE *fp, in hist_entry__fprintf_callchain()
Devsel.h65 struct hists hists; member
Dsession.h51 struct hists hists; member
/external/linux-tools-perf/
Dbuiltin-report.c231 struct hists *hists = &pos->hists; in perf_evlist__tty_browse_hists() local
315 struct hists *hists = &pos->hists; in __cmd_report() local
Dbuiltin-annotate.c205 struct hists *hists = &pos->hists; in __cmd_annotate() local
/external/linux-tools-perf/util/ui/browsers/
Dhists.c24 struct hists *hists; member
756 static struct hist_browser *hist_browser__new(struct hists *hists) in hist_browser__new()