Home
last modified time | relevance | path

Searched refs:aStex (Results 1 – 12 of 12) sorted by relevance

/dports/benchmarks/polygraph/polygraph-4.13.0/src/loganalyzers/
H A DTmSzHistFig.cc39 void TmSzHistFig::stats(const Stex *aStex, const PhaseInfo *aPhase) { in stats() argument
40 HistStex *core = new TmSzHistStex(aStex, theUnit, extractHist(aStex, *aPhase)); in stats()
44 for (const Stex *stex = aStex->parent(); stex; stex = stex->parent()) { in stats()
H A DLoadStexes.cc32 TmSzLoadStex::TmSzLoadStex(const Stex *aStex): in TmSzLoadStex() argument
33 LoadStex(aStex->key(), aStex->name()), theStex(aStex) { in TmSzLoadStex()
H A DLoadTraceFig.cc25 void LoadTraceFig::stats(const Stex *aStex, const PhaseInfo *aPhase) { in stats() argument
26 theStex = aStex; in stats()
27 Assert(aStex); in stats()
H A DRptmTraceFig.h22 void stats(const Stex *aStex, const PhaseInfo *phase);
23 void moreStats(const Stex *aStex);
H A DRptmTraceFig.cc24 void RptmTraceFig::stats(const Stex *aStex, const PhaseInfo *aPhase) { in stats() argument
28 moreStats(aStex); in stats()
H A DHistogramFigure.cc21 void HistogramFigure::stats(const HistStex *aStex, const PhaseInfo *aPhase) { in stats() argument
22 theStex = aStex; in stats()
H A DLevelTraceFig.cc24 void LevelTraceFig::stats(const LevelStex *const aStex, const PhaseInfo *const aPhase) { in stats() argument
25 theStex = aStex; in stats()
H A DTmSzHistFig.h21 void stats(const Stex *aStex, const PhaseInfo *phase);
H A DHistogramFigure.h21 void stats(const HistStex *aStex, const PhaseInfo *phase);
H A DLevelTraceFig.h25 void stats(const LevelStex *const aStex, const PhaseInfo *const phase);
H A DLoadTraceFig.h25 void stats(const Stex *aStex, const PhaseInfo *phase);
H A DLoadStexes.h30 TmSzLoadStex(const Stex *aStex);