HomeSort by: relevance | last modified time | path
    Searched defs:stackId (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
HeapActivity.cc 346 uint64_t stackId = (uint64_t) getStack (viewMode, heapPkts, i);
359 if (stackId != 0)
361 hData = hDataCalStkMap->get (stackId);
365 (unsigned long long) stackId);
367 hDataCalStkMap->put (stackId, hData);
368 hData->id = (int64_t) stackId;
IOActivity.cc 759 void *stackId = getStack (viewMode, ioPkts, i);
764 if (stackId != NULL && vFd > 0)
766 fData = fDataCalStkMap->get (stackId);
770 (unsigned long long) stackId);
772 fDataCalStkMap->put (stackId, fData);
773 fData->id = (int64_t) stackId;
HeapData.h 73 return stackId;
79 return stackId;
129 stackId = sId;
135 return stackId;
408 uint64_t stackId;
DbeView.cc 2763 void *stackId = dDscr->getObjValue (stack_prop, j);
2764 Vector<Histable*> *stack = (Vector<Histable*>*)CallStack::getStackPCs (stackId);
2844 CallStack::setHideStack (stackId, hstack);
PathTree.cc 376 void *stackId = dview->getObjValue (t_stack_prop, recIdx);
378 if (stackId != NULL)
381 node_idx = pathMap->get ((uint64_t) stackId);
385 Vector<Histable*> *stack = (Vector<Histable*>*)CallStack::getStackPCs (stackId, !showAll);
424 pathMap->put ((uint64_t) stackId, node_idx);
Print.cc 1339 long stackId;
1349 stackId = hData->id;
1375 Vector<Histable*> *instrs = CallStack::getStackPCs ((void *) stackId);
1571 long stackId;
1580 stackId = fData->id;
1622 Vector<Histable*> *instrs = CallStack::getStackPCs ((void *) stackId);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
HeapActivity.cc 346 uint64_t stackId = (uint64_t) getStack (viewMode, heapPkts, i);
359 if (stackId != 0)
361 hData = hDataCalStkMap->get (stackId);
365 (unsigned long long) stackId);
367 hDataCalStkMap->put (stackId, hData);
368 hData->id = (int64_t) stackId;
IOActivity.cc 759 void *stackId = getStack (viewMode, ioPkts, i);
764 if (stackId != NULL && vFd > 0)
766 fData = fDataCalStkMap->get (stackId);
770 (unsigned long long) stackId);
772 fDataCalStkMap->put (stackId, fData);
773 fData->id = (int64_t) stackId;
HeapData.h 73 return stackId;
79 return stackId;
129 stackId = sId;
135 return stackId;
408 uint64_t stackId;
DbeView.cc 2763 void *stackId = dDscr->getObjValue (stack_prop, j);
2764 Vector<Histable*> *stack = (Vector<Histable*>*)CallStack::getStackPCs (stackId);
2844 CallStack::setHideStack (stackId, hstack);
PathTree.cc 376 void *stackId = dview->getObjValue (t_stack_prop, recIdx);
378 if (stackId != NULL)
381 node_idx = pathMap->get ((uint64_t) stackId);
385 Vector<Histable*> *stack = (Vector<Histable*>*)CallStack::getStackPCs (stackId, !showAll);
424 pathMap->put ((uint64_t) stackId, node_idx);
Print.cc 1339 long stackId;
1349 stackId = hData->id;
1375 Vector<Histable*> *instrs = CallStack::getStackPCs ((void *) stackId);
1571 long stackId;
1580 stackId = fData->id;
1622 Vector<Histable*> *instrs = CallStack::getStackPCs ((void *) stackId);

Completed in 34 milliseconds