/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | PathTree.cc | 62 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 D | PathTree.h | 37 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 D | DbeView.h | 73 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 D | DbeView.cc | 52 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 D | Makefile.am | 71 PathTree.cc \
|
H A D | Hist_data.h | 45 friend class PathTree; variable
|
H A D | Makefile.in | 175 PRBTree.lo PathTree.lo PreviewExp.lo Print.lo \ 501 PathTree.cc \
|
H A D | Dbe.cc | 4440 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 D | gp-display-text.cc | 2775 PathTree *p = dbev->get_path_tree (); in dump_proc_warnings()
|
H A D | DbeSession.cc.1 | 44 #include "PathTree.h"
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | PathTree.cc | 62 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 D | PathTree.h | 37 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 D | DbeView.h | 73 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 D | DbeView.cc | 52 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 D | Makefile.am | 71 PathTree.cc \
|
H A D | Hist_data.h | 45 friend class PathTree; variable
|
H A D | Makefile.in | 175 PRBTree.lo PathTree.lo PreviewExp.lo Print.lo \ 497 PathTree.cc \
|
H A D | Dbe.cc | 4440 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 D | gp-display-text.cc | 2780 PathTree *p = dbev->get_path_tree (); in dump_proc_warnings()
|
/netbsd-src/external/gpl3/binutils.old/dist/ |
H A D | sha256.sum | 15246 2ef51cd2c5851bde443fb58c7df14ba77f0ecfdfad0ce900209248358eca29cf gprofng/src/PathTree.cc 15247 827fc302febc89f5b4800920ba46c98a8f85d8984001cf12a09abc3d8ea686ee gprofng/src/PathTree.h
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | sha256.sum | 16601 b3e55bc180a388d2c1c13a04fd272b50e4fd39d73d4915d24ff5d4fc35640502 gprofng/src/PathTree.cc 16602 f700f70b30049133ee716e3ee1d0ec20b98390b60355815a69ea94734de73417 gprofng/src/PathTree.h
|