Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 192) sorted by relevance

12345678

/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dcgroup.proto41 int32 id = 2; field
49 int32 id = 2; field
57 int32 id = 2; field
66 int32 id = 2; field
75 int32 id = 2; field
90 int32 id = 2; field
98 int32 id = 2; field
123 int32 id = 2; field
Draw_syscalls.proto23 uint64 id = 1; field
29 uint64 id = 1; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dcgroup.proto41 int32 id = 2; field
49 int32 id = 2; field
57 int32 id = 2; field
66 int32 id = 2; field
75 int32 id = 2; field
90 int32 id = 2; field
98 int32 id = 2; field
123 int32 id = 2; field
Draw_syscalls.proto23 uint64 id = 1; field
29 uint64 id = 1; field
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dcgroup.proto41 int32 id = 2; field
49 int32 id = 2; field
57 int32 id = 2; field
66 int32 id = 2; field
75 int32 id = 2; field
90 int32 id = 2; field
98 int32 id = 2; field
123 int32 id = 2; field
Draw_syscalls.proto23 uint64 id = 1; field
29 uint64 id = 1; field
/developtools/hiperf/src/
Dperf_file_format.cpp166 PerfFileSectionString::PerfFileSectionString(FEATURE id, const char *buf, size_t size) in PerfFileSectionString()
175 PerfFileSectionString::PerfFileSectionString(FEATURE id, const std::string &charString) in PerfFileSectionString()
224 PerfFileSectionSymbolsFiles::PerfFileSectionSymbolsFiles(FEATURE id, const char *buf, size_t size) in PerfFileSectionSymbolsFiles()
304 PerfFileSectionNrCpus::PerfFileSectionNrCpus(FEATURE id, const char *buf, size_t size) in PerfFileSectionNrCpus()
313 PerfFileSectionNrCpus::PerfFileSectionNrCpus(FEATURE id, uint32_t nrCpusAvailable, in PerfFileSectionNrCpus()
342 PerfFileSectionU64::PerfFileSectionU64(FEATURE id, const char *buf, size_t size) in PerfFileSectionU64()
351 PerfFileSectionU64::PerfFileSectionU64(FEATURE id, uint64_t v) : PerfFileSection(id) in PerfFileSectionU64()
377 PerfFileSectionEventDesc::PerfFileSectionEventDesc(FEATURE id, in PerfFileSectionEventDesc()
384 PerfFileSectionEventDesc::PerfFileSectionEventDesc(FEATURE id, const char *buf, size_t size) in PerfFileSectionEventDesc()
Dreport_json_file.cpp65 ReportConfigItem &ReportJsonFile::GetConfig(uint64_t id) in GetConfig()
91 void ReportJsonFile::UpdateReportSample(uint64_t id, pid_t pid, pid_t tid, uint64_t eventCount) in UpdateReportSample()
168 uint32_t ReportJsonFile::GetConfigIndex(uint64_t id) in GetConfigIndex()
173 std::string ReportJsonFile::GetConfigName(uint64_t id) in GetConfigName()
190 void ReportJsonFile::UpdateReportCallStack(uint64_t id, pid_t pid, pid_t tid, uint64_t eventCount, in UpdateReportCallStack()
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/ark-ts/
DTabPaneSummary.test.ts75 id: 44, variable
110 id: 4, variable
171 id: -1, variable
206 id: -1, variable
241 id: -1, variable
DTabPaneComparison.test.ts80 id: 124, variable
115 id: 12, variable
152 id: 103, variable
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/protos/types/plugins/mock_data/
Dmock_plugin_result.proto20 int32 id = 1; field
25 int32 id = 1; field
32 int32 id = 1; field
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/protos/types/plugins/mock_data/
Dmock_plugin_result.proto20 int32 id = 1; field
25 int32 id = 1; field
34 int32 id = 1; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Draw_syscalls.proto23 uint64 id = 1; field
29 uint64 id = 1; field
Dcgroup.proto41 int32 id = 2; field
49 int32 id = 2; field
64 int32 id = 2; field
72 int32 id = 2; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
Draw_syscalls.proto23 uint64 id = 1; field
29 uint64 id = 1; field
Dcgroup.proto41 int32 id = 2; field
49 int32 id = 2; field
64 int32 id = 2; field
72 int32 id = 2; field
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/
DTabPerfProfile.test.ts44 let id = '1'; variable
75 let id = '2'; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignatureAlgorithm.java61 private int id; field in SignatureAlgorithm
70 int id, in SignatureAlgorithm()
102 public static SignatureAlgorithm findById(int id) { in findById()
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_field_parser.h37 size_t id, uint8_t data[], size_t size) in ParseVectorIntField()
59 …static T ParseIntField(const std::vector<FieldFormat>& fields, size_t id, uint8_t data[], size_t s… in ParseIntField()
70 …static std::string ParseStrField(const std::vector<FieldFormat>& fields, size_t id, uint8_t data[]… in ParseStrField()
/developtools/global_resource_tool/src/
Did_worker.cpp97 bool IdWorker::PushCache(ResType resType, const string &name, int32_t id) in PushCache()
119 void IdWorker::PushDelId(int32_t id) in PushDelId()
147 int32_t id = -1; in GenerateAppId() local
167 int32_t id = appId_; in GetCurId() local
321 int32_t id = strtol(idStr.c_str(), nullptr, 16); in ParseId() local
426 int32_t id = strtol(startId.asString().c_str(), nullptr, 16); in GetStartId() local
/developtools/smartperf_host/ide/test/trace/database/logic-worker/
DProcedureLogicWorkerJsCpuProfiler.test.ts78 id: '3b21cea8-3554-4aa6-8e4d-7d30672dedca', variable
97 id: '3b21cea8-3554-4aa6-8e4d-7d30672dedca', variable
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_native_hook_parser.cpp76 auto id = filePathMapReader.id(); in ParseFileEvent() local
83 auto id = symbolMapReader.id(); in ParseSymbolEvent() local
90 auto id = threadNameMapReader.id(); in ParseThreadEvent() local
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_native_hook_parser.cpp76 auto id = filePathMapReader.id(); in ParseFileEvent() local
83 auto id = symbolMapReader.id(); in ParseSymbolEvent() local
90 auto id = threadNameMapReader.id(); in ParseThreadEvent() local
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/native_hook/
Dnative_hook_result.proto71 uint32 id = 1; field
77 uint32 id = 1; field
88 uint32 id = 1; field
93 uint32 id = 1; field
98 uint32 id = 1; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/native_hook/
Dnative_hook_result.proto71 uint32 id = 1; field
77 uint32 id = 1; field
88 uint32 id = 1; field
93 uint32 id = 1; field
98 uint32 id = 1; field

12345678