Home
last modified time | relevance | path

Searched refs:mShowId (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DDpTrace.c182 if (mShowId) { in DumpAllTrace()
243 if (mShowId) { in DumpAllTrace()
322 if (mShowId) { in DumpRawTrace()
357 if (mShowId) { in DumpRawTrace()
568 if (mShowId) { in ProcessHandles()
610 if (mShowId) { in ProcessHandles()
674 if (mShowId) { in ProcessPeims()
702 if (mShowId) { in ProcessPeims()
761 if (mShowId) { in ProcessGlobal()
792 if (mShowId) { in ProcessGlobal()
DDpInternal.h32 extern BOOLEAN mShowId;
DDp.c65 BOOLEAN mShowId = FALSE; variable
355 mShowId = ShellCommandLineGetFlag (ParamPackage, StringDpOptionLi); in InitializeDp()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DDpTrace.c182 if (mShowId) { in DumpAllTrace()
243 if (mShowId) { in DumpAllTrace()
323 if (mShowId) { in DumpRawTrace()
358 if (mShowId) { in DumpRawTrace()
569 if (mShowId) { in ProcessHandles()
611 if (mShowId) { in ProcessHandles()
673 if (mShowId) { in ProcessPeims()
701 if (mShowId) { in ProcessPeims()
760 if (mShowId) { in ProcessGlobal()
791 if (mShowId) { in ProcessGlobal()
DDpInternal.h31 extern BOOLEAN mShowId;
DDp.c53 BOOLEAN mShowId = FALSE; variable
221 mShowId = ShellCommandLineGetFlag (ParamPackage, L"-i"); in ShellCommandRunDp()