HomeSort by relevance Sort by last modified time
    Searched refs:mPerformanceEx (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePerformanceLib/
DxePerformanceLib.c 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) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmPerformanceLib/
SmmPerformanceLib.c 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) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSmmPerformanceLib/
DxeSmmPerformanceLib.c 54 PERFORMANCE_EX_PROTOCOL *mPerformanceEx = NULL;
107 if (mPerformanceEx != NULL || mPerformance != NULL) {
117 mPerformanceEx = PerformanceEx;
333 if (mPerformanceEx != NULL) {
334 Status = mPerformanceEx->GetGaugeEx (LogEntryKey++, &GaugeData);
361 if (mPerformanceEx != NULL) {
    [all...]

Completed in 788 milliseconds