Searched refs:queryPerfSampleCallChain (Results 1 – 3 of 3) sorted by relevance
68 let perfSampleCallChain = sqlite.queryPerfSampleCallChain;
27 queryPerfSampleCallChain,106 queryPerfSampleCallChain(sample.sampleId).then((result) => {
108 export const queryPerfSampleCallChain = (sampleId: number): Promise<Array<PerfStack>> => constant