Home
last modified time | relevance | path

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

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DStats_data.cc118 Sample* sample = (Sample*) packets->getObjValue (PROP_SMPLOBJ, index); in fetchPrUsage()
H A DOvw_data.cc161 Sample *sample = (Sample*) packets->getObjValue (PROP_SMPLOBJ, index); in Ovw_data()
H A DTable.h120 PROP_SMPLOBJ, // Sample* enumerator
H A DDbeSession.cc153 propNames_name_store (PROP_SMPLOBJ, NTXT ("SMPLOBJ")); in DbeSession()
H A DDbe.cc7901 Sample *sample = (Sample*) packets->getObjValue (PROP_SMPLOBJ, index); in dbeGetSamples()
9558 if (packets->getProp (PROP_SMPLOBJ)) in dbeGetTLDataRepVals()
9597 Sample* sample = (Sample*) packets->getObjValue (PROP_SMPLOBJ, packetIdx); in dbeGetTLDataRepVals()
H A DExperiment.cc4038 tmp_propDscr = new PropDescr (PROP_SMPLOBJ, NTXT ("SMPLOBJ")); in get_sample_events()
4064 dDscr->setObjValue (PROP_SMPLOBJ, recn, sample); in get_sample_events()
H A DDbeSession.cc.1143 propNames_name_store (PROP_SMPLOBJ, NTXT ("SMPLOBJ"));