OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
51
PERFORMANCE_EX_PROTOCOL *
mPerformanceEx
= NULL;
104
if (
mPerformanceEx
!= NULL || mPerformance != NULL) {
114
mPerformanceEx
= PerformanceEx;
330
if (
mPerformanceEx
!= NULL) {
331
Status =
mPerformanceEx
->GetGaugeEx (LogEntryKey++, &GaugeData);
358
if (
mPerformanceEx
!= NULL) {
Completed in 791 milliseconds