Searched refs:pstate (Results 1 - 3 of 3) sorted by relevance
/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
|
/base/hiviewdfx/hitrace/tools/hitrace_converter/ |
H A D | parse_functions.py | 77 pstate = parse_int_field(one_event, "pstate", True)
95 prev_state = pstate_map.get(pstate, '?')
105 pstate = parse_int_field(one_event, "pstate", True)
111 prev_state = pstate_map.get(pstate, '?')
128 pstate = pstate_map.get(prev_state & 0xff, 'R')
130 pstate += '+'
133 % (prev_comm, prev_pid, prev_prio, pstate, next_comm, next_pid, next_prio, expeller_type)
730 PRINT_FMT_SCHED_SWITCH_HM = '"prev_comm=%s prev_pid=%d prev_prio=%d prev_state=%s" " ==> next_comm=%s next_pid=%d next_prio=%d", REC->pname, REC->prev_tid, REC->pprio, hm_trace_tcb_state2str(REC->pstate), RE [all...] |
Completed in 2 milliseconds