Home
last modified time | relevance | path

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

/linux-3.3/tools/perf/util/
Dhist.h50 struct hists { struct
66 struct hist_entry *__hists__add_entry(struct hists *self, argument
Dhist.c26 u16 hists__col_len(struct hists *hists, enum hist_column col) in hists__col_len()
31 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__set_col_len()
36 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__new_col_len()
45 static void hists__reset_col_len(struct hists *hists) in hists__reset_col_len()
53 static void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len()
106 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry()
121 static void __hists__decay_entries(struct hists *hists, bool zap_user, in __hists__decay_entries()
150 void hists__decay_entries(struct hists *hists, bool zap_user, bool zap_kernel) in hists__decay_entries()
155 void hists__decay_entries_threaded(struct hists *hists, in hists__decay_entries_threaded()
182 static void hists__inc_nr_entries(struct hists *hists, struct hist_entry *h) in hists__inc_nr_entries()
[all …]
Dsession.h42 struct hists hists; member
Devsel.h57 struct hists hists; member
Devsel.c37 static void hists__init(struct hists *hists) in hists__init()
/linux-3.3/tools/perf/
Dbuiltin-report.c222 struct hists *hists = &pos->hists; in perf_evlist__tty_browse_hists() local
316 struct hists *hists = &pos->hists; in __cmd_report() local
Dbuiltin-annotate.c206 struct hists *hists = &pos->hists; in __cmd_annotate() local
/linux-3.3/tools/perf/util/ui/browsers/
Dhists.c23 struct hists *hists; member
800 static struct hist_browser *hist_browser__new(struct hists *hists) in hist_browser__new()