Searched refs:execObjDump (Results 1 – 7 of 7) sorted by relevance
/developtools/smartperf_host/ide/test/command/ |
D | Cmd.test.ts | 21 expect(Cmd.execObjDump('', '')).toBeUndefined();
|
/developtools/smartperf_host/ide/src/command/ |
D | Cmd.ts | 48 static execObjDump(command: string, addr: string, callback: Function) { method in Cmd
|
/developtools/profiler/host/smartperf/ide/src/command/ |
D | Cmd.ts | 48 static execObjDump(command: string, addr: string, callback: Function) { method in Cmd
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/ |
D | TabPerfSampleList.ts | 161 Cmd.execObjDump(cmd, perfSampleListAddrHex, (result: any) => {
|
D | TabPerfProfile.ts | 245 Cmd.execObjDump(cmd, perfProfilerAddrHex, (result: any) => {
|
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/hiperf/ |
D | TabPerfSampleList.ts | 161 Cmd.execObjDump(cmd, perfSampleListAddrHex, (result: any) => {
|
D | TabPerfProfile.ts | 245 Cmd.execObjDump(cmd, perfProfilerAddrHex, (result: any) => {
|