Linux Perf
hists.h File Reference
#include "ui/browser.h"
Include dependency graph for hists.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hist_browser
 

Functions

struct hist_browserhist_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)
 

Function Documentation

◆ hist_browser__delete()

void hist_browser__delete ( struct hist_browser browser)

Definition at line 2193 of file hists.c.

Here is the call graph for this function:

◆ hist_browser__init()

void hist_browser__init ( struct hist_browser browser,
struct hists hists 
)

Definition at line 2134 of file hists.c.

Here is the call graph for this function:

◆ hist_browser__new()

struct hist_browser* hist_browser__new ( struct hists hists)

Definition at line 2166 of file hists.c.

Here is the call graph for this function:

◆ hist_browser__run()

int hist_browser__run ( struct hist_browser browser,
const char *  help,
bool  warn_lost_event 
)

Definition at line 614 of file hists.c.

Here is the call graph for this function: