Searched refs:pstate (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/common/ |
H A D | unwind_arm64_define.h | 83 uint64_t pstate; member
|
H A D | unwind_riscv64_define.h | 91 uint64_t pstate; member
|
/ohos5.0/base/hiviewdfx/hitrace/tools/hitrace_converter/ |
H A D | parse_functions.py | 76 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 D | wifi_wpa_hal.c | 690 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()
|