Home
last modified time | relevance | path

Searched refs:PathTree (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DPathTree.cc62 PathTree::construct (DbeView *_dbev, int _indxtype, PathTreeType _pathTreeType) in construct()
91 PathTree::~PathTree () in ~PathTree()
100 PathTree::init () in init()
149 PathTree::fini () in fini()
201 PathTree::reset () in reset()
208 ptree_internal = new PathTree (dbev, indxtype, PATHTREE_INTERNAL_OMP); in reset()
233 PathTree::allocate_slot (int id, ValueTag vtype) in allocate_slot()
262 PathTree::allocate_slots (Slot *new_slots, int new_nslots) in allocate_slots()
307 PathTree::find_slot (int id) in find_slot()
315 PathTree::NodeIdx
[all …]
H A DPathTree.h37 class PathTree
41 PathTree (DbeView *_dbev, int _indxtype = -1)
46 ~PathTree ();
199 PathTree *ptree_internal;
200 PathTree *ftree_internal; // function-based pathtree
212 PathTree (DbeView *_dbev, int _indxtype, PathTreeType _pathTreeType) in PathTree() function
389 void ftree_build (PathTree *mstr);
390 void ftree_build (PathTree *mstr, NodeIdx mstr_node_idx, NodeIdx local_node_idx);
400 void print (FILE *, PathTree::Node*, int);
402 int dbg_nodes (PathTree::Node*);
H A DDbeView.h73 class PathTree; variable
533 PathTree *
566 PathTree::PtreeComputeOption flag = PathTree::COMPUTEOPT_NONE
573 PathTree::PtreeComputeOption flag = PathTree::COMPUTEOPT_NONE
817 PathTree *ptree;
818 Vector<PathTree *> *indxspaces;
H A DDbeView.cc52 ptree = new PathTree (this); in DbeView()
107 indxspaces = new Vector<PathTree*>(sz); in DbeView()
112 PathTree *is = new PathTree (this, i); in DbeView()
138 ptree = new PathTree (this); in DbeView()
192 indxspaces = new Vector<PathTree*>(sz); in DbeView()
197 PathTree *is = new PathTree (this, i); in DbeView()
1569 PathTree::PtreeComputeOption flag) in get_hist_data()
1587 PathTree::PtreeComputeOption flag) in get_hist_data()
1788 PathTree *is = new PathTree (this, subtype); in addIndexSpace()
3065 PathTree *pathTree = NULL; in convert_line_to_func()
H A DMakefile.am71 PathTree.cc \
H A DHist_data.h45 friend class PathTree; variable
H A DMakefile.in175 PRBTree.lo PathTree.lo PreviewExp.lo Print.lo \
501 PathTree.cc \
H A DDbe.cc4440 PathTree * ptree = dbev->get_path_tree (); in dbeGetFuncCallerInfoById()
4613 PathTree * ptree = dbev->get_path_tree (); in dbeGetFuncCalleeInfoById()
5466 PathTree::PtreeComputeOption flag = PathTree::COMPUTEOPT_NONE; in dbeGetTableDataV2()
5469 flag = PathTree::COMPUTEOPT_OMP_CALLEE; in dbeGetTableDataV2()
5679 PathTree * ptree = dbev->get_path_tree (); in dbeGetCallTreeNumLevels()
5691 PathTree * ptree = dbev->get_path_tree (); in dbeGetCallTreeLevel()
5708 PathTree * ptree = dbev->get_path_tree (); in dbeGetCallTreeLevels()
5730 PathTree * ptree = dbev->get_path_tree (); in dbeGetCallTreeLevelFuncs()
5783 PathTree * ptree = dbev->get_path_tree (); in dbeGetCallTreeFuncs()
5822 PathTree * ptree = dbev->get_path_tree (); in dbeGetCallTreeChildren()
[all …]
H A Dgp-display-text.cc2775 PathTree *p = dbev->get_path_tree (); in dump_proc_warnings()
H A DDbeSession.cc.144 #include "PathTree.h"
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DPathTree.cc62 PathTree::construct (DbeView *_dbev, int _indxtype, PathTreeType _pathTreeType) in construct()
91 PathTree::~PathTree () in ~PathTree()
100 PathTree::init () in init()
149 PathTree::fini () in fini()
201 PathTree::reset () in reset()
208 ptree_internal = new PathTree (dbev, indxtype, PATHTREE_INTERNAL_OMP); in reset()
233 PathTree::allocate_slot (int id, ValueTag vtype) in allocate_slot()
262 PathTree::allocate_slots (Slot *new_slots, int new_nslots) in allocate_slots()
307 PathTree::find_slot (int id) in find_slot()
315 PathTree::NodeIdx
[all …]
H A DPathTree.h37 class PathTree
41 PathTree (DbeView *_dbev, int _indxtype = -1)
46 ~PathTree ();
199 PathTree *ptree_internal;
200 PathTree *ftree_internal; // function-based pathtree
212 PathTree (DbeView *_dbev, int _indxtype, PathTreeType _pathTreeType) in PathTree() function
389 void ftree_build (PathTree *mstr);
390 void ftree_build (PathTree *mstr, NodeIdx mstr_node_idx, NodeIdx local_node_idx);
400 void print (FILE *, PathTree::Node*, int);
402 int dbg_nodes (PathTree::Node*);
H A DDbeView.h73 class PathTree; variable
533 PathTree *
566 PathTree::PtreeComputeOption flag = PathTree::COMPUTEOPT_NONE
573 PathTree::PtreeComputeOption flag = PathTree::COMPUTEOPT_NONE
817 PathTree *ptree;
818 Vector<PathTree *> *indxspaces;
H A DDbeView.cc52 ptree = new PathTree (this); in DbeView()
107 indxspaces = new Vector<PathTree*>(sz); in DbeView()
112 PathTree *is = new PathTree (this, i); in DbeView()
138 ptree = new PathTree (this); in DbeView()
192 indxspaces = new Vector<PathTree*>(sz); in DbeView()
197 PathTree *is = new PathTree (this, i); in DbeView()
1569 PathTree::PtreeComputeOption flag) in get_hist_data()
1587 PathTree::PtreeComputeOption flag) in get_hist_data()
1788 PathTree *is = new PathTree (this, subtype); in addIndexSpace()
3065 PathTree *pathTree = NULL; in convert_line_to_func()
H A DMakefile.am71 PathTree.cc \
H A DHist_data.h45 friend class PathTree; variable
H A DMakefile.in175 PRBTree.lo PathTree.lo PreviewExp.lo Print.lo \
497 PathTree.cc \
H A DDbe.cc4440 PathTree * ptree = dbev->get_path_tree (); in dbeGetFuncCallerInfoById()
4613 PathTree * ptree = dbev->get_path_tree (); in dbeGetFuncCalleeInfoById()
5466 PathTree::PtreeComputeOption flag = PathTree::COMPUTEOPT_NONE; in dbeGetTableDataV2()
5469 flag = PathTree::COMPUTEOPT_OMP_CALLEE; in dbeGetTableDataV2()
5679 PathTree * ptree = dbev->get_path_tree (); in dbeGetCallTreeNumLevels()
5691 PathTree * ptree = dbev->get_path_tree (); in dbeGetCallTreeLevel()
5708 PathTree * ptree = dbev->get_path_tree (); in dbeGetCallTreeLevels()
5730 PathTree * ptree = dbev->get_path_tree (); in dbeGetCallTreeLevelFuncs()
5783 PathTree * ptree = dbev->get_path_tree (); in dbeGetCallTreeFuncs()
5822 PathTree * ptree = dbev->get_path_tree (); in dbeGetCallTreeChildren()
[all …]
H A Dgp-display-text.cc2780 PathTree *p = dbev->get_path_tree (); in dump_proc_warnings()
/netbsd-src/external/gpl3/binutils.old/dist/
H A Dsha256.sum15246 2ef51cd2c5851bde443fb58c7df14ba77f0ecfdfad0ce900209248358eca29cf gprofng/src/PathTree.cc
15247 827fc302febc89f5b4800920ba46c98a8f85d8984001cf12a09abc3d8ea686ee gprofng/src/PathTree.h
/netbsd-src/external/gpl3/binutils/dist/
H A Dsha256.sum16601 b3e55bc180a388d2c1c13a04fd272b50e4fd39d73d4915d24ff5d4fc35640502 gprofng/src/PathTree.cc
16602 f700f70b30049133ee716e3ee1d0ec20b98390b60355815a69ea94734de73417 gprofng/src/PathTree.h