Home | History | Annotate | Download | only in SmmPerformanceLib

Lines Matching refs:mPerformanceEx

33 PERFORMANCE_EX_PROTOCOL     *mPerformanceEx = NULL;

76 if (mPerformanceEx != NULL || mPerformance != NULL) {
86 mPerformanceEx = PerformanceEx;
142 if (mPerformanceEx != NULL) {
143 Status = mPerformanceEx->StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
194 if (mPerformanceEx != NULL) {
195 Status = mPerformanceEx->EndGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
275 if (mPerformanceEx != NULL) {
276 Status = mPerformanceEx->GetGaugeEx (LogEntryKey++, &GaugeData);
303 if (mPerformanceEx != NULL) {