Searched refs:DisableThreadExitRecords (Results 1 – 6 of 6) sorted by relevance
/system/extras/simpleperf/ | ||
D | ETMDecoder.h | 68 virtual void DisableThreadExitRecords() = 0; |
D | thread_tree.h | 103 void DisableThreadExitRecords() { disable_thread_exit_records_ = true; } in DisableThreadExitRecords() function |
D | BranchListFile.cpp | 167 void DisableThreadExitRecords() override { thread_tree_.DisableThreadExitRecords(); } in DisableThreadExitRecords() function in simpleperf::ETMThreadTreeWhenRecording |
D | cmd_dumprecord.cpp | 186 void DisableThreadExitRecords() override { thread_tree_.DisableThreadExitRecords(); } in DisableThreadExitRecords() function in simpleperf::__anonb955a9b80111::ETMThreadTreeForDumpCmd |
D | cmd_inject.cpp | 210 void DisableThreadExitRecords() override { thread_tree_.DisableThreadExitRecords(); } in DisableThreadExitRecords() function in simpleperf::__anon690e1f400111::ETMThreadTreeWithFilter |
D | ETMDecoder.cpp | 658 thread_tree.DisableThreadExitRecords(); in ETMDecoderImpl() |