Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 43) sorted by relevance

12

/developtools/hiperf/test/unittest/common/native/
Dreport_test.cpp99 ReportItemCallFrame a("a", 0x0, "aa", 0, 0); variable
126 ReportItemCallFrame a("a", 0x0, "aa", 0, 0); variable
175 ReportItem a(1, 2, "comm", "dso", "func", 0x123, 1000); variable
238 ReportItem a(123, 4, "comm", "dso", "func", 0x123, 123); variable
263 ReportItem a(123, 456, "comm", "dso", "func", 0x123, 123); variable
287 ReportItem a(123, 456, "comm", "dso", "func", 0x123, 123); variable
311 ReportItem a(123, 4, "comm", "dso", "func", 0x123, 123); variable
335 ReportItem a(123, 4, "comm", "dso", "func", 0x123, 123); variable
358 ReportItem a(123, 4, "comm", "dso", "func", 0x123, 123); variable
385 ReportItem a(123, 4, "comm", "dso", "func", 0x123, 123); variable
[all …]
Dperf_file_format_test.cpp108 void PerfFileFormatTest::CompareVecSymFile(const std::vector<SymbolFileStruct> &a, in CompareVecSymFile()
218 void PerfFileFormatTest::CompareEventDesc(const std::vector<AttrWithId> &a, in CompareEventDesc()
/developtools/hiperf/include/
Dreport.h62 static int CompareSortingEventCount(const ReportItemCallFrame &a, const ReportItemCallFrame &b) in CompareSortingEventCount()
174 static int CompareEventCount(const ReportItem &a, const ReportItem &b) in CompareEventCount()
183 static int CompareSortingEventCount(const ReportItem &a, const ReportItem &b) in CompareSortingEventCount()
188 static const std::string GetEventCount(const ReportItem &a, size_t len, in GetEventCount()
195 static int ComparePid(const ReportItem &a, const ReportItem &b) in ComparePid()
203 static const std::string GetPid(const ReportItem &a, size_t len, const std::string &format) in GetPid()
209 static int CompareTid(const ReportItem &a, const ReportItem &b) in CompareTid()
217 static const std::string GetTid(const ReportItem &a, size_t len, const std::string &format) in GetTid()
223 static int CompareComm(const ReportItem &a, const ReportItem &b) in CompareComm()
228 static const std::string GetComm(const ReportItem &a, size_t len, const std::string &format) in GetComm()
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/cpu/
DTabPaneCpuByThread.test.ts59 let a = { rightNs: 1, cpus: [11, 12, 13] }; variable
66 let a = { rightNs: 1, cpus: [11, 12, 13] }; variable
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/process/
DTabPaneCounter.test.ts89 let a = { rightNs: 1, trackIds: [11, 12, 13] }; variable
96 let a = { rightNs: 1, trackIds: [11, 12, 13] }; variable
DTabPaneThreadStates.test.ts79 let a = { rightNs: 1, leftNs: 0, threadIds: [11, 12, 13], processIds: [11, 12, 13] }; variable
87 let a = { rightNs: 1, leftNs: 0, threadIds: [11, 12, 13], processIds: [11, 12, 13] }; variable
DTabPaneThreadUsage.test.ts76 let a = { variable
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/fps/
DTabPaneFps.test.ts36 let a = { rightNs: 1, leftNs: 1 }; variable
43 let a = { rightNs: 1, leftNs: 1 }; variable
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dkernel_symbols_parser.cpp46 bool KernelSymbolsParser::IsValidTextSymbol(const KernelSymbol& a) in IsValidTextSymbol()
60 bool KernelSymbolsParser::CompareSymbolInfo(const KernelSymbol& a, const KernelSymbol& b) in CompareSymbolInfo()
/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-return-exports-plugin.js35 .replace(/webpack:\/\/\/[A-Z]:/g, function(a) { argument
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerHiPerfThread.test.ts144 let a = { variable
/developtools/hiperf/src/
Dreport.cpp217 int Report::MultiLevelCompare(const ReportItem &a, const ReportItem &b) in MultiLevelCompare()
240 bool Report::MultiLevelSame(const ReportItem &a, const ReportItem &b) in MultiLevelSame()
301 bool Report::MultiLevelSorting(const ReportItem &a, const ReportItem &b) in MultiLevelSorting()
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/sdk/
DTabPaneSdkCounter.test.ts40 let a = new Map(); variable
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_cpu_data_parser.cpp53 …auto cmp = [](const std::unique_ptr<TsCpuData>& a, const std::unique_ptr<TsCpuData>& b) { return a… in Finish()
Dhtrace_disk_io_parser.cpp57 auto cmp = [](const TsDiskIOData& a, const TsDiskIOData& b) { return a.ts < b.ts; }; in Finish()
Dhtrace_process_parser.cpp70 …auto cmp = [](const std::unique_ptr<TsLiveProcessData>& a, const std::unique_ptr<TsLiveProcessData… in Finish()
Dhtrace_network_parser.cpp51 auto cmp = [](const TsNetworkData& a, const TsNetworkData& b) { return a.ts < b.ts; }; in Finish()
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dftrace_data_reader_test.cpp52 int RandomInt(int a, int b) in RandomInt()
Dprintk_formats_parser_test.cpp109 int RandomInt(int a, int b) in RandomInt()
Dkernel_symbols_parser_test.cpp41 int RandomInt(int a, int b) in RandomInt()
/developtools/smartperf_host/ide/test/trace/component/
DSpSystemTrace.test.ts264 let a = { variable
/developtools/global_resource_tool/src/
Di_resource_compiler.cpp65 sort(fileInfos.begin(), fileInfos.end(), [](const auto &a, const auto &b) { in Compile()
/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp750 sort(symbols_.begin(), symbols_.end(), [](const DfxSymbol& a, const DfxSymbol& b) { in AdjustSymbols()
759 …auto last = std::unique(symbols_.begin(), symbols_.end(), [](const DfxSymbol &a, const DfxSymbol &… in AdjustSymbols()
789 … sort(matchedSymbols_.begin(), matchedSymbols_.end(), [](const DfxSymbol* a, const DfxSymbol* b) { in SortMatchedSymbols()
/developtools/profiler/proto_encoder/test/unittest/
Dvarint_encode_unittest.cpp223 bool CompareBytes(const uint8_t* a, const uint8_t* b, size_t size) in CompareBytes()
/developtools/smartperf_host/trace_streamer/src/parser/bytrace_parser/
Dbytrace_hilog_parser.cpp134 auto cmp = [](const std::unique_ptr<HilogLine>& a, const std::unique_ptr<HilogLine>& b) { in FilterAllHilogData()

12