Home | History | Annotate | Download | only in DxePerformanceLib

Lines Matching refs:mPerformanceEx

34 PERFORMANCE_EX_PROTOCOL     *mPerformanceEx = NULL;

54 if (mPerformanceEx != NULL || mPerformance != NULL) {
64 mPerformanceEx = PerformanceEx;
120 if (mPerformanceEx != NULL) {
121 Status = mPerformanceEx->StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
172 if (mPerformanceEx != NULL) {
173 Status = mPerformanceEx->EndGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
253 if (mPerformanceEx != NULL) {
254 Status = mPerformanceEx->GetGaugeEx (LogEntryKey++, &GaugeData);
281 if (mPerformanceEx != NULL) {