|
Linux Perf
|
#include "ui/browser.h"

Go to the source code of this file.
Classes | |
| struct | hist_browser |
Functions | |
| struct hist_browser * | hist_browser__new (struct hists *hists) |
| void | hist_browser__delete (struct hist_browser *browser) |
| int | hist_browser__run (struct hist_browser *browser, const char *help, bool warn_lost_event) |
| void | hist_browser__init (struct hist_browser *browser, struct hists *hists) |
| void hist_browser__delete | ( | struct hist_browser * | browser | ) |
| void hist_browser__init | ( | struct hist_browser * | browser, |
| struct hists * | hists | ||
| ) |
| struct hist_browser* hist_browser__new | ( | struct hists * | hists | ) |
| int hist_browser__run | ( | struct hist_browser * | browser, |
| const char * | help, | ||
| bool | warn_lost_event | ||
| ) |