Searched refs:isThread (Results 1 – 8 of 8) sorted by relevance
834 private getCurrentPercent(node: ChartStruct, isThread: boolean): string {835 const parentNode = this.findCurrentNode(node, isThread);842 private findCurrentNode(node: ChartStruct, isThread: boolean): ChartStruct | null {844 if ((isThread && node.parent.isThread) || (!isThread && node.parent.isProcess)) {
407 threadCallChain.isThread = true;1041 isThread: boolean = false; property in PerfCallChain1151 if (callChain.isThread && !currentNode.isThread) {1152 currentNode.isThread = callChain.isThread;
858 threadCallChain.isThread = true;1070 if (callChain.isThread && !currentNode.isThread) {1071 currentNode.isThread = callChain.isThread;
32 isThread: boolean = false; property in ChartStruct616 isThread: boolean = false;
775 threadMerageData.isThread = true;
64 isThread: boolean = false; property in ChartStruct
145 std::string ReadThreadName(pid_t tid, bool isThread);
80 std::string VirtualRuntime::ReadThreadName(pid_t tid, bool isThread) in ReadThreadName() argument87 } else if (isThread) { in ReadThreadName()