Home | History | Annotate | Download | only in source

Lines Matching defs:scan_type

3620 // qGetProfileData;scan_type:0xYYYYYYY
3629 DNBProfileDataScanType scan_type = eProfileAll;
3634 if (name.compare ("scan_type") == 0)
3640 scan_type = (DNBProfileDataScanType)int_value;
3645 std::string data = DNBProcessGetProfileData(pid, scan_type);
3656 // QSetEnableAsyncProfiling;enable:[0|1]:interval_usec:XXXXXX;scan_type:0xYYYYYYY
3667 DNBProfileDataScanType scan_type = eProfileAll;
3680 else if (name.compare ("scan_type") == 0)
3686 scan_type = (DNBProfileDataScanType)int_value;
3696 DNBProcessSetEnableAsyncProfiling(pid, enable, interval_usec, scan_type);