/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Table.cc | 1189 DataView * 1192 return new DataView (this); in createView() 1195 DataView * 1198 return new DataView (this, DataView::DV_IMMUTABLE); in createImmutableView() 1201 DataView * 1204 return new DataView (this, DataView::DV_EXT_MANAGED); in createExtManagedView() 1284 DataView::DataView (DataDescriptor *_ddscr) in DataView() function in DataView 1289 DataView::DataView (DataDescriptor *_ddscr, DataViewType _type) in DataView() function in DataView 1295 DataView::init (DataDescriptor *_ddscr, DataViewType _type) in init() 1316 DataView::~DataView () in ~DataView() [all …]
|
H A D | Table.h | 34 class DataView; variable 467 DataView *createView (); 468 DataView *createImmutableView (); 469 DataView *createExtManagedView (); 524 DataView *tmpView; 529 class DataView 552 DataView (DataDescriptor*); 553 DataView (DataDescriptor*, DataViewType); 554 virtual ~DataView ();
|
H A D | Exp_Layout.h | 76 class DataView; variable 77 extern void *getStack (VMode, DataView*, long); 78 extern int stackSize (VMode, DataView*, long); 79 extern Histable *getStackPC (int, VMode, DataView*, long); 80 extern Vector<Histable*> *getStackPCs (VMode, DataView*, long);
|
H A D | Stats_data.h | 30 class DataView; variable 43 Stats_data (DataView *packets); 56 DataView *packets;
|
H A D | Expression.h | 27 class DataView; variable 39 Context (DbeView *_dbev, Experiment *_exp, DataView *_dview, long _eventId); 44 put (DataView *d, long id) in put() 57 DataView *dview;
|
H A D | Ovw_data.h | 30 class DataView; variable 71 Ovw_data (DataView *, hrtime_t exp_start); 99 DataView *packets;
|
H A D | Experiment.h | 281 DataView *create_derived_data_view (int data_id, DataView *dview); 316 DataView * 557 DataView *openMPdata; // OMP fork events 632 DataView *create_heapsz_data_view (DataView *heap_dview); 633 void compute_heapsz_data_view (DataView *heapsz_dview);
|
H A D | DataSpace.h | 34 class DataView; variable 50 Histable *get_hist_obj (Histable::Type, DataView*, long);
|
H A D | MemorySpace.h | 36 class DataView; variable 95 MemObj *lookupMemObject (Experiment *exp, DataView*, long);
|
H A D | DbeView.cc | 64 dataViews = new Vector<Vector<DataView*>*>; in DbeView() 149 dataViews = new Vector<Vector<DataView*>*>; in DbeView() 228 Vector<DataView*> *expDataViewList = dataViews->fetch (exp_id); in ~DbeView() 361 Vector<DataView*> *expDataViewList = dataViews->fetch (exp_id); in reset() 753 Vector<DataView*> *expDataViewList = new Vector<DataView*>; in add_subexperiment() 775 Vector<DataView*> *expDataViewList = new Vector<DataView*>; in add_experiment() 806 Vector<DataView*> *expDataViewList = dataViews->remove (index); in drop_experiment() 1863 DataView *packets = get_filtered_events (index, DATA_SAMPLE); in get_stats_data() 1872 DataView *packets = get_filtered_events (index, DATA_SAMPLE); in get_ovw_data() 2271 DataView *packets = get_filtered_events (idx, DATA_CLOCK); in dump_profile() [all …]
|
H A D | DbeView.h | 62 class DataView; variable 586 DataView *get_filtered_events (int idx, int data_id); 587 DataView *get_filtered_events (int idx, int data_id, 829 Vector<Vector<DataView*>*> *dataViews; //outer idx is exp_id, inner is data_id
|
H A D | Exp_Layout.cc | 394 getStack (VMode view_mode, DataView *dview, long idx) in getStack() 407 stackSize (VMode view_mode, DataView *dview, long idx) in stackSize() 413 getStackPC (int n, VMode view_mode, DataView *dview, long idx) in getStackPC() 419 getStackPCs (VMode view_mode, DataView *dview, long idx) in getStackPCs()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Table.cc | 1189 DataView * 1192 return new DataView (this); in createView() 1195 DataView * 1198 return new DataView (this, DataView::DV_IMMUTABLE); in createImmutableView() 1201 DataView * 1204 return new DataView (this, DataView::DV_EXT_MANAGED); in createExtManagedView() 1284 DataView::DataView (DataDescriptor *_ddscr) in DataView() function in DataView 1289 DataView::DataView (DataDescriptor *_ddscr, DataViewType _type) in DataView() function in DataView 1295 DataView::init (DataDescriptor *_ddscr, DataViewType _type) in init() 1316 DataView::~DataView () in ~DataView() [all …]
|
H A D | Table.h | 34 class DataView; variable 467 DataView *createView (); 468 DataView *createImmutableView (); 469 DataView *createExtManagedView (); 524 DataView *tmpView; 529 class DataView 552 DataView (DataDescriptor*); 553 DataView (DataDescriptor*, DataViewType); 554 virtual ~DataView ();
|
H A D | Exp_Layout.h | 76 class DataView; variable 77 extern void *getStack (VMode, DataView*, long); 78 extern int stackSize (VMode, DataView*, long); 79 extern Histable *getStackPC (int, VMode, DataView*, long); 80 extern Vector<Histable*> *getStackPCs (VMode, DataView*, long);
|
H A D | Stats_data.h | 30 class DataView; variable 43 Stats_data (DataView *packets); 56 DataView *packets;
|
H A D | Expression.h | 27 class DataView; variable 39 Context (DbeView *_dbev, Experiment *_exp, DataView *_dview, long _eventId); 44 put (DataView *d, long id) in put() 57 DataView *dview;
|
H A D | Ovw_data.h | 30 class DataView; variable 71 Ovw_data (DataView *, hrtime_t exp_start); 99 DataView *packets;
|
H A D | Experiment.h | 281 DataView *create_derived_data_view (int data_id, DataView *dview); 316 DataView * 556 DataView *openMPdata; // OMP fork events 631 DataView *create_heapsz_data_view (DataView *heap_dview); 632 void compute_heapsz_data_view (DataView *heapsz_dview);
|
H A D | DataSpace.h | 34 class DataView; variable 50 Histable *get_hist_obj (Histable::Type, DataView*, long);
|
H A D | MemorySpace.h | 36 class DataView; variable 95 MemObj *lookupMemObject (Experiment *exp, DataView*, long);
|
H A D | DbeView.cc | 64 dataViews = new Vector<Vector<DataView*>*>; in DbeView() 149 dataViews = new Vector<Vector<DataView*>*>; in DbeView() 228 Vector<DataView*> *expDataViewList = dataViews->fetch (exp_id); in ~DbeView() 361 Vector<DataView*> *expDataViewList = dataViews->fetch (exp_id); in reset() 753 Vector<DataView*> *expDataViewList = new Vector<DataView*>; in add_subexperiment() 775 Vector<DataView*> *expDataViewList = new Vector<DataView*>; in add_experiment() 806 Vector<DataView*> *expDataViewList = dataViews->remove (index); in drop_experiment() 1863 DataView *packets = get_filtered_events (index, DATA_SAMPLE); in get_stats_data() 1872 DataView *packets = get_filtered_events (index, DATA_SAMPLE); in get_ovw_data() 2271 DataView *packets = get_filtered_events (idx, DATA_CLOCK); in dump_profile() [all …]
|
H A D | DbeView.h | 62 class DataView; variable 586 DataView *get_filtered_events (int idx, int data_id); 587 DataView *get_filtered_events (int idx, int data_id, 829 Vector<Vector<DataView*>*> *dataViews; //outer idx is exp_id, inner is data_id
|
H A D | Exp_Layout.cc | 394 getStack (VMode view_mode, DataView *dview, long idx) in getStack() 407 stackSize (VMode view_mode, DataView *dview, long idx) in stackSize() 413 getStackPC (int n, VMode view_mode, DataView *dview, long idx) in getStackPC() 419 getStackPCs (VMode view_mode, DataView *dview, long idx) in getStackPCs()
|
H A D | PathTree.h | 208 PtreePhaseStatus process_packets (Experiment*, DataView*, int); 209 DataView *get_filtered_events (int exp_index, int data_type); 368 NodeIdx find_path (Experiment*, DataView*, long);
|