Searched refs:getProp (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DExpression.cc158 PropDescr *propDscr = ctx->dview->getProp (propId);
219 if (ctx->dview && ctx->dview->getProp (PROP_NTICK))
229 if (ctx->dview && ctx->dview->getProp (PROP_TSTAMP))
245 if (!(ctx->dview && ctx->dview->getProp (PROP_TSTAMP)))
253 if (ctx->dview->getProp (PROP_EVT_TIME))
277 else if (ctx->dview->getProp (PROP_TSTAMP2))
304 if (!ctx->dview->getProp (propId))
307 if (!ctx->dview->getProp (propId))
319 if (ctx->dview->getProp (PROP_SAMPLE))
336 if (ctx->dview->getProp (PROP_GCEVEN
[all...]
H A DTable.h452 PropDescr *getProp (int prop_id); // packet property
557 PropDescr *getProp (int prop_id);
H A DTable.cc1080 DataDescriptor::getProp (int prop_id) function in class:DataDescriptor
1106 PropDescr *oldProp = getProp (propDscr->propID);
1352 DataView::getProp (int prop_id) function in class:DataView
1354 return ddscr->getProp (prop_id);
H A DIndexObject.cc90 if (ctx->dview && ctx->dview->getProp (PROP_JTHREAD))
H A DDataSpace.cc256 if (ddscr->getProp (PROP_HWCDOBJ) == NULL)
H A DExperiment.cc337 PropDescr *prop = dd->getProp (PROP_HTYPE);
349 PropDescr *prop = dd->getProp (PROP_IOTYPE);
3162 PropDescr *tmp_propDscr = dDscr->getProp (PROP_EVT_TIME);
3201 PropDescr *prop = dDscr->getProp (PROP_HWCTAG);
3283 PropDescr *tmp_propDscr = dDscr->getProp (PROP_EVT_TIME);
5244 prop = dDscr->getProp (PROP_CPRID);
5256 prop = dDscr->getProp (PROP_TSKID);
H A DDbe.cc8994 const bool hasDuration = packets->getProp (PROP_EVT_TIME) ? true : false;
9128 PropDescr *propDscr = packets->getProp (lookup_prop_id);
9552 if (packets->getProp (PROP_FRINFO))
9555 if (packets->getProp (PROP_MSTATE))
9558 if (packets->getProp (PROP_SMPLOBJ))
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DExpression.cc158 PropDescr *propDscr = ctx->dview->getProp (propId);
219 if (ctx->dview && ctx->dview->getProp (PROP_NTICK))
229 if (ctx->dview && ctx->dview->getProp (PROP_TSTAMP))
245 if (!(ctx->dview && ctx->dview->getProp (PROP_TSTAMP)))
253 if (ctx->dview->getProp (PROP_EVT_TIME))
277 else if (ctx->dview->getProp (PROP_TSTAMP2))
304 if (!ctx->dview->getProp (propId))
307 if (!ctx->dview->getProp (propId))
319 if (ctx->dview->getProp (PROP_SAMPLE))
336 if (ctx->dview->getProp (PROP_GCEVEN
[all...]
H A DTable.h452 PropDescr *getProp (int prop_id); // packet property
557 PropDescr *getProp (int prop_id);
H A DTable.cc1080 DataDescriptor::getProp (int prop_id) function in class:DataDescriptor
1106 PropDescr *oldProp = getProp (propDscr->propID);
1352 DataView::getProp (int prop_id) function in class:DataView
1354 return ddscr->getProp (prop_id);
H A DIndexObject.cc90 if (ctx->dview && ctx->dview->getProp (PROP_JTHREAD))
H A DDataSpace.cc256 if (ddscr->getProp (PROP_HWCDOBJ) == NULL)
H A DExperiment.cc337 PropDescr *prop = dd->getProp (PROP_HTYPE);
349 PropDescr *prop = dd->getProp (PROP_IOTYPE);
3164 PropDescr *tmp_propDscr = dDscr->getProp (PROP_EVT_TIME);
3203 PropDescr *prop = dDscr->getProp (PROP_HWCTAG);
3285 PropDescr *tmp_propDscr = dDscr->getProp (PROP_EVT_TIME);
5246 prop = dDscr->getProp (PROP_CPRID);
5258 prop = dDscr->getProp (PROP_TSKID);
H A DDbe.cc8994 const bool hasDuration = packets->getProp (PROP_EVT_TIME) ? true : false;
9128 PropDescr *propDscr = packets->getProp (lookup_prop_id);
9552 if (packets->getProp (PROP_FRINFO))
9555 if (packets->getProp (PROP_MSTATE))
9558 if (packets->getProp (PROP_SMPLOBJ))

Completed in 361 milliseconds