Home
last modified time | relevance | path

Searched refs:get_hist_obj (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DPathTree.cc1326 PathTree::get_hist_obj (Node *node, Histable* context) in get_hist_obj() function in PathTree
1400 Histable *cur_obj = get_hist_obj (node); in get_metrics()
1485 cur_obj = get_hist_obj (node); in get_clr_metrics()
1509 hi = hist_data->append_hist_item (get_hist_obj (node_list[dpth - nobj])); in get_clr_metrics()
1517 hi_adj = hist_data->append_hist_item (get_hist_obj ( in get_clr_metrics()
1571 Histable *cur_obj = get_hist_obj (node); in get_cle_metrics()
1628 Histable *cur_obj = get_hist_obj (node); in get_cle_metrics()
2036 if (NULL == objs || objs->fetch (0) == get_hist_obj (NODE_IDX (root_idx))) in get_cle_metrics()
2059 Histable *h_obj = get_hist_obj (node, context); in get_metrics()
2068 if (h_obj == get_hist_obj (anc, context)) in get_metrics()
[all …]
H A DDataSpace.h50 Histable *get_hist_obj (Histable::Type, DataView*, long);
H A DDataSpace.cc100 DataSpace::get_hist_obj (Histable::Type type, DataView *dview, long i) in get_hist_obj() function in DataSpace
287 Histable *obj = get_hist_obj (type, dview, i); in compute_metrics()
H A DPathTree.h371 Histable *get_hist_obj (Node *, Histable* = NULL);
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DPathTree.cc1326 PathTree::get_hist_obj (Node *node, Histable* context) in get_hist_obj() function in PathTree
1400 Histable *cur_obj = get_hist_obj (node); in get_metrics()
1485 cur_obj = get_hist_obj (node); in get_clr_metrics()
1509 hi = hist_data->append_hist_item (get_hist_obj (node_list[dpth - nobj])); in get_clr_metrics()
1517 hi_adj = hist_data->append_hist_item (get_hist_obj ( in get_clr_metrics()
1571 Histable *cur_obj = get_hist_obj (node); in get_cle_metrics()
1628 Histable *cur_obj = get_hist_obj (node); in get_cle_metrics()
2036 if (NULL == objs || objs->fetch (0) == get_hist_obj (NODE_IDX (root_idx))) in get_cle_metrics()
2059 Histable *h_obj = get_hist_obj (node, context); in get_metrics()
2068 if (h_obj == get_hist_obj (anc, context)) in get_metrics()
[all …]
H A DDataSpace.h50 Histable *get_hist_obj (Histable::Type, DataView*, long);
H A DDataSpace.cc100 DataSpace::get_hist_obj (Histable::Type type, DataView *dview, long i) in get_hist_obj() function in DataSpace
287 Histable *obj = get_hist_obj (type, dview, i); in compute_metrics()
H A DPathTree.h371 Histable *get_hist_obj (Node *, Histable* = NULL);