Home
last modified time | relevance | path

Searched refs:caps (Results 1 - 3 of 3) sorted by relevance

/developtools/profiler/device/services/profiler_service/test/unittest/
H A Dprofiler_capability_manager_test.cpp61 std::vector<ProfilerPluginCapability> caps = ProfilerCapabilityManager::GetInstance().GetCapabilities(); in HWTEST_F() local
62 EXPECT_EQ(caps.size(), 0); in HWTEST_F()
70 caps = ProfilerCapabilityManager::GetInstance().GetCapabilities(); in HWTEST_F()
71 EXPECT_EQ(caps.size(), i + 1); in HWTEST_F()
117 std::vector<ProfilerPluginCapability> caps = ProfilerCapabilityManager::GetInstance().GetCapabilities(); in HWTEST_F() local
118 ASSERT_EQ(caps.size(), 1); in HWTEST_F()
119 EXPECT_EQ(caps[0].path(), cap2.path()); in HWTEST_F()
130 std::vector<ProfilerPluginCapability> caps; in HWTEST_F() local
136 caps = ProfilerCapabilityManager::GetInstance().GetCapabilities(); in HWTEST_F()
137 EXPECT_EQ(caps in HWTEST_F()
[all...]
/developtools/profiler/tools/smaps_show/src/
H A Dmain.rs245 let caps = regex_head.captures(&file_context[vm[0]..vm[1]]).unwrap(); in read_smaps()
246 let start = u64::from_str_radix(caps.name("start").unwrap().as_str(), 16).unwrap(); in read_smaps()
247 let end = u64::from_str_radix(caps.name("end").unwrap().as_str(), 16).unwrap(); in read_smaps()
248 let off = u64::from_str_radix(caps.name("off").unwrap().as_str(), 16).unwrap(); in read_smaps()
249 let perm = caps.name("perm").unwrap().as_str(); in read_smaps()
250 let dev = caps.name("dev").unwrap().as_str(); in read_smaps()
251 let inode = u64::from_str_radix(caps.name("inode").unwrap().as_str(), 10).unwrap(); in read_smaps()
254 if caps.name("name").unwrap().as_str() != "" { in read_smaps()
255 name = caps.name("name").unwrap().as_str().to_string(); in read_smaps()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h44397 unsigned int caps; member
58305 struct aa_caps caps; global() member
58489 kernel_cap_t caps; global() member
67386 const struct mvebu_sei_caps *caps; global() member
109122 u8 caps; global() member
109179 u8 caps; global() member
132290 struct usb_ep_caps caps; global() member
132960 struct ehci_caps *caps; global() member
138856 u32 caps; global() member
159289 struct ncsi_channel_cap caps[6]; global() member
[all...]

Completed in 435 milliseconds