Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/
Danalyze_suspend.py1014 def diffStamp(stamp1, stamp2): argument
1015 if 'host' in stamp1 and 'host' in stamp2:
1016 if stamp1['host'] != stamp2['host']:
1018 if 'kernel' in stamp1 and 'kernel' in stamp2:
1019 if stamp1['kernel'] != stamp2['kernel']:
1021 if 'mode' in stamp1 and 'mode' in stamp2:
1022 if stamp1['mode'] != stamp2['mode']: