Lines Matching refs:UINT32
19 RESULT: {type: UINT32, desc: result of plugin loading}
20 DURATION: {type: UINT32, desc: loading duration }
25 RESULT: {type: UINT32, desc: result of plugin unloading}
26 DURATION: {type: UINT32, desc: unloading duration } # Not supported, default value 0.
31 AVG_TIME: {type: UINT32, desc: average time spent}
32 TOP_K_TIME: {type: UINT32, arrsize: 3, desc: K times that took the most time}
34 TOTAL: {type: UINT32, desc: total events}
45 USAGE: {type: UINT32, desc: usage duration}
47 TOTAL_START_NUM: {type: UINT32, desc: total start number}
58 MAX_TOTAL_COUNT: {type: UINT32, desc: maximum total count}
59 MAX_TOTAL_SIZE: {type: UINT32, desc: maximum total size}
61 DOMAIN_DETAIL: {type: UINT32, arrsize: 100, desc: domain detail}
62 TOTAL_COUNT: {type: UINT32, desc: total count}
63 TOTAL_SIZE: {type: UINT32, desc: total size}
66 MIN_SPEED: {type: UINT32, desc: minimum speed}
67 MAX_SPEED: {type: UINT32, desc: maximum speed}
68 REAL_COUNT: {type: UINT32, arrsize: 10, desc: real time cost distribution}
69 PROCESS_COUNT: {type: UINT32, arrsize: 10, desc: process time cost distribution}
70 WAIT_COUNT: {type: UINT32, arrsize: 10, desc: wait count cost distribution}
71 FINISHED_COUNT: {type: UINT32, desc: finished count}
72 OVER_REAL_COUNT: {type: UINT32, desc: over real time benchmark count}
73 OVER_REAL_PCT: {type: UINT32, desc: over real time benchmark percentage}
74 OVER_PROC_COUNT: {type: UINT32, desc: over process time cost benchmark count}
75 OVER_PROC_PCT: {type: UINT32, desc: over process time cost percentage}
79 TOTAL_COUNT: {type: UINT32, desc: total count}
80 TOTAL_SIZE: {type: UINT32, desc: total size}
81 REAL_SPEED: {type: UINT32, desc: real time of handle hisysevent each second}
82 PROC_SPEED: {type: UINT32, desc: process time of handle hisysevent each second}
87 TOP_EVENT_COUNT: {type: UINT32, arrsize: 3, desc: count of topN events}
89 TOP_DOMAIN_COUNT: {type: UINT32, arrsize: 3, desc: count of topN domains}
113 PID: {type: UINT32, desc: target process id}
114 RESULT: {type: UINT32, desc: result code}
116 REQUEST_TIME: {type: UINT32, desc: the time when calling dumpcatcher}
117 OVERALL_TIME: {type: UINT32, desc: overall time of dumpcatacher}
118 SIGNAL_TIME: {type: UINT32, desc: from faultloggerd request to target signal handler}
119 DUMPER_START_TIME: {type: UINT32, desc: from signal handler to the entry of processdump}
120 UNWIND_TIME: {type: UINT32, desc: from signal handler to the entry of processdump}