Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/common/
H A Dunwind_arm64_define.h83 uint64_t pstate; member
H A Dunwind_riscv64_define.h91 uint64_t pstate; member
/ohos5.0/base/hiviewdfx/hitrace/tools/hitrace_converter/
H A Dparse_functions.py76 pstate = parse_int_field(one_event, "pstate", True)
82 prev_state = pstate_map.get(pstate, '?')
99 pstate = pstate_map.get(prev_state & 0xff, 'R')
101 pstate += '+'
104 % (prev_comm, prev_pid, prev_prio, pstate, next_comm, next_pid, next_prio, expeller_type)
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/
H A Dwifi_wpa_hal.c690 char *pstate = strstr(p, "state="); in WpaCallBackFuncTwo() local
691 if (pstate != NULL) { in WpaCallBackFuncTwo()
692 pstate += strlen("state="); in WpaCallBackFuncTwo()
693 WifiHalCbNotifyWpaStateChange(atoi(pstate)); in WpaCallBackFuncTwo()