HomeSort by: relevance | last modified time | path
    Searched defs:hwc_mode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
hwprofile.c 120 static volatile hwc_mode_t hwc_mode = HWCMODE_OFF; variable
476 if (hwc_mode == HWCMODE_ACTIVE)
619 if (hwc_mode == HWCMODE_ACTIVE)
710 if (hwc_mode == HWCMODE_ABORT) /* HWC collection already aborted! */
728 hwc_mode_t old_mode = hwc_mode;
731 TprintfT (0, "hwprofile: start_data_collection (hwc_mode=%d)\n", old_mode);
763 hwc_mode_t old_mode = hwc_mode;
766 TprintfT (0, "hwprofile: stop_data_collection (hwc_mode=%d)\n", old_mode);
785 * but hwc_mode will prevent logging and counters will overflow once
802 hwc_mode = md
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
hwprofile.c 120 static volatile hwc_mode_t hwc_mode = HWCMODE_OFF; variable
476 if (hwc_mode == HWCMODE_ACTIVE)
619 if (hwc_mode == HWCMODE_ACTIVE)
710 if (hwc_mode == HWCMODE_ABORT) /* HWC collection already aborted! */
728 hwc_mode_t old_mode = hwc_mode;
731 TprintfT (0, "hwprofile: start_data_collection (hwc_mode=%d)\n", old_mode);
763 hwc_mode_t old_mode = hwc_mode;
766 TprintfT (0, "hwprofile: stop_data_collection (hwc_mode=%d)\n", old_mode);
785 * but hwc_mode will prevent logging and counters will overflow once
802 hwc_mode = md
    [all...]

Completed in 25 milliseconds