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

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
Dp.c 166 BOOLEAN ProfileMode;
180 ProfileMode = FALSE;
218 ProfileMode = ShellCommandLineGetFlag (ParamPackage, L"-P");
243 // If both TraceMode and ProfileMode are FALSE, set them both to TRUE
244 if ((! TraceMode) && (! ProfileMode)) {
247 ProfileMode = TRUE;
348 if (ProfileMode) {
359 if (ProfileMode) {
388 if (ProfileMode) {
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
Dp.c 219 BOOLEAN ProfileMode;
248 ProfileMode = FALSE;
352 ProfileMode = ShellCommandLineGetFlag (ParamPackage, StringDpOptionUp);
377 // If both TraceMode and ProfileMode are FALSE, set them both to TRUE
378 if ((! TraceMode) && (! ProfileMode)) {
381 ProfileMode = TRUE;
472 if (ProfileMode) {
483 if (ProfileMode) {
510 if (ProfileMode) {

Completed in 61 milliseconds