Home
last modified time | relevance | path

Searched refs:GetSubthreadIDs (Results 1 – 8 of 8) sorted by relevance

/developtools/hiperf/include/
Dutilities.h180 std::vector<pid_t> GetSubthreadIDs(const pid_t pid);
217 std::vector<pid_t> GetSubthreadIDs(const pid_t pid, std::map<pid_t, ThreadInfos> &thread_map);
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dutilities_test.cpp623 HWTEST_F(UtilitiesTest, GetSubthreadIDs, TestSize.Level1)
626 std::vector<pid_t> tids = GetSubthreadIDs(getpid());
/developtools/hiperf/test/unittest/common/native/
Dutilities_test.cpp618 HWTEST_F(UtilitiesTest, GetSubthreadIDs, TestSize.Level1)
621 std::vector<pid_t> tids = GetSubthreadIDs(getpid());
/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h178 std::vector<pid_t> GetSubthreadIDs(const pid_t pid);
/developtools/hiperf/src/
Dutilities.cpp493 std::vector<pid_t> GetSubthreadIDs(const pid_t pid) in GetSubthreadIDs() function
510 std::vector<pid_t> GetSubthreadIDs(const pid_t pid, std::map<pid_t, ThreadInfos> &thread_map) in GetSubthreadIDs() function
Dsubcommand_stat.cpp652 std::vector<pid_t> subTids = GetSubthreadIDs(selectPid, thread_map_); in OnSubCommand()
Dsubcommand_record.cpp513 auto tids = GetSubthreadIDs(pid); in CheckTargetPids()
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp432 std::vector<pid_t> GetSubthreadIDs(const pid_t pid) in GetSubthreadIDs() function