Home
last modified time | relevance | path

Searched refs:hists__init (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/tools/perf/tests/
Dbuiltin-test.c690 int ret = hists__init(); in cmd_test()
/Linux-v4.19/tools/perf/
Dbuiltin-annotate.c557 ret = hists__init(); in cmd_annotate()
Dbuiltin-diff.c1332 int ret = hists__init(); in cmd_diff()
Dbuiltin-report.c1136 int ret = hists__init(); in cmd_report()
Dbuiltin-top.c1384 int status = hists__init(); in cmd_top()
/Linux-v4.19/tools/perf/util/
Dhist.h229 int hists__init(void);
Dhist.c2633 int hists__init(void) in hists__init() function