| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | cpu_filter.h | 63 … uint64_t RemberInternalTidInStateTable(uint32_t uid, uint64_t row, uint64_t state = TASK_INVALID); 64 uint64_t RowOfInternalTidInStateTable(uint32_t uid) const; 65 void ClearInternalTidInStateTable(uint32_t uid); 66 uint64_t StateOfInternalTidInStateTable(uint32_t uid) const;
|
| D | cpu_filter.cpp | 206 uint64_t CpuFilter::RemberInternalTidInStateTable(uint32_t uid, uint64_t row, uint64_t state) in RemberInternalTidInStateTable() argument 208 if (internalTidToRowThreadState_.find(uid) != internalTidToRowThreadState_.end()) { in RemberInternalTidInStateTable() 209 internalTidToRowThreadState_.at(uid) = TPthread{row, state}; in RemberInternalTidInStateTable() 211 internalTidToRowThreadState_.insert(std::make_pair(uid, TPthread{row, state})); in RemberInternalTidInStateTable() 215 uint64_t CpuFilter::RowOfInternalTidInStateTable(uint32_t uid) const in RowOfInternalTidInStateTable() 217 auto row = internalTidToRowThreadState_.find(uid); in RowOfInternalTidInStateTable() 223 void CpuFilter::ClearInternalTidInStateTable(uint32_t uid) in ClearInternalTidInStateTable() argument 225 auto row = internalTidToRowThreadState_.find(uid); in ClearInternalTidInStateTable() 230 uint64_t CpuFilter::StateOfInternalTidInStateTable(uint32_t uid) const in StateOfInternalTidInStateTable() 232 auto row = internalTidToRowThreadState_.find(uid); in StateOfInternalTidInStateTable()
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | cpu_filter.h | 63 … uint64_t RemberInternalTidInStateTable(uint32_t uid, uint64_t row, uint64_t state = TASK_INVALID); 64 uint64_t RowOfInternalTidInStateTable(uint32_t uid) const; 65 void ClearInternalTidInStateTable(uint32_t uid); 66 uint64_t StateOfInternalTidInStateTable(uint32_t uid) const;
|
| D | cpu_filter.cpp | 206 uint64_t CpuFilter::RemberInternalTidInStateTable(uint32_t uid, uint64_t row, uint64_t state) in RemberInternalTidInStateTable() argument 208 if (internalTidToRowThreadState_.find(uid) != internalTidToRowThreadState_.end()) { in RemberInternalTidInStateTable() 209 internalTidToRowThreadState_.at(uid) = TPthread{row, state}; in RemberInternalTidInStateTable() 211 internalTidToRowThreadState_.insert(std::make_pair(uid, TPthread{row, state})); in RemberInternalTidInStateTable() 215 uint64_t CpuFilter::RowOfInternalTidInStateTable(uint32_t uid) const in RowOfInternalTidInStateTable() 217 auto row = internalTidToRowThreadState_.find(uid); in RowOfInternalTidInStateTable() 223 void CpuFilter::ClearInternalTidInStateTable(uint32_t uid) in ClearInternalTidInStateTable() argument 225 auto row = internalTidToRowThreadState_.find(uid); in ClearInternalTidInStateTable() 230 uint64_t CpuFilter::StateOfInternalTidInStateTable(uint32_t uid) const in StateOfInternalTidInStateTable() 232 auto row = internalTidToRowThreadState_.find(uid); in StateOfInternalTidInStateTable()
|
| /developtools/profiler/device/etc/ |
| D | hiprofiler_daemon.cfg | 8 "uid" : "hiprofiler", 16 "uid" : "hiprofiler",
|
| D | hiprofilerd.cfg | 7 "uid" : "hiprofiler", 15 "uid" : "hiprofiler",
|
| D | hiprofiler_plugins.cfg | 8 "uid" : "hiprofiler",
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | EnergyStruct.ts | 36 uid: number = 0; property in PowerDetailsEnergy 61 uid: number = -1; property in SystemDetailsEnergy
|
| /developtools/profiler/host/smartperf/ide/src/trace/bean/ |
| D | EnergyStruct.ts | 36 uid: number = 0; property in PowerDetailsEnergy 61 uid: number = -1; property in SystemDetailsEnergy
|
| /developtools/smartperf_host/ide/test/trace/bean/ |
| D | EnergyStruct.test.ts | 41 uid: expect.any(Number), 90 uid: expect.any(Number),
|
| /developtools/profiler/hiebpf/include/ |
| D | hiebpf_types.h | 28 __u32 uid; member 62 __u32 uid; member
|
| /developtools/hdc/src/daemon/etc/ |
| D | hdcd.cfg | 5 "uid" : "shell", 13 "uid" : "shell",
|
| D | hdcd.root.cfg | 5 "uid" : "root", 13 "uid" : "root",
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/energy/ |
| D | TabPaneSystemDetails.test.ts | 226 uid: 33, 251 uid: 11, 276 uid: 23, 300 uid: 337,
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_process_parser.h | 72 ProcessInfo(int32_t pid, const std::string& name, int32_t ppid, int32_t uid) in ProcessInfo() 73 : pid_(pid), name_(name), ppid_(ppid), uid_(uid) in ProcessInfo()
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_process_parser.h | 72 ProcessInfo(int32_t pid, const std::string& name, int32_t ppid, int32_t uid) in ProcessInfo() 73 : pid_(pid), name_(name), ppid_(ppid), uid_(uid) in ProcessInfo()
|
| /developtools/profiler/device/plugins/process_plugin/test/unittest/ |
| D | process_plugin_unittest.cpp | 64 int32_t uid; member 204 EXPECT_EQ(processesinfo.uid(), g_processStatus[i].uid); 326 EXPECT_EQ(processesinfo.uid(), g_processStatus[i].uid);
|
| /developtools/profiler/device/plugins/network_plugin/test/unittest/ |
| D | network_plugin_test.cpp | 45 int32_t uid; member 163 EXPECT_EQ(g_expectBegin.uid, plugin.GetUid(pidList[i])); 191 EXPECT_EQ(g_expectEnd.uid, plugin.GetUid(pidList[i]));
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/ |
| D | SystemEntity.ets | 28 uid: number;
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/energy/ |
| D | TabPanePowerBattery.ts | 53 uid: [],
|
| /developtools/profiler/protos/types/plugins/process_data/ |
| D | process_plugin_result.proto | 45 int32 uid = 4; field
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/energy/ |
| D | TabPanePowerBattery.ts | 53 uid: [],
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/process_data/ |
| D | process_plugin_result.proto | 45 int32 uid = 4; field
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/process_data/ |
| D | process_plugin_result.proto | 45 int32 uid = 4; field
|
| /developtools/hdc/src/common/ |
| D | channel.cpp | 356 uint32_t uid = 0; in GetChannelPseudoUid() local 358 uid = static_cast<uint32_t>(Base::GetRandom()); in GetChannelPseudoUid() 359 } while (AdminChannel(OP_QUERY, uid, nullptr) != nullptr); in GetChannelPseudoUid() 360 return uid; in GetChannelPseudoUid()
|