Searched refs:blockedFunction (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/ui/src/frontend/ |
D | thread_state_panel.ts | 59 this.getBlockedFunctionContent(threadState.blockedFunction), 103 getBlockedFunctionContent(blockedFunction: string|undefined) { 104 if (blockedFunction === undefined) { 107 return m('tr', m('th', `Blocked Function`), m('td', blockedFunction));
|
D | globals.ts | 116 blockedFunction?: string; property
|
/external/perfetto/ui/src/controller/ |
D | selection_controller.ts | 345 blockedFunction: STR_NULL, 355 const blockedFunction = constant 356 row.blockedFunction === null ? undefined : row.blockedFunction; 358 {ts: timeFromStart, dur, state, utid, cpu, sliceId, blockedFunction};
|