Home
last modified time | relevance | path

Searched refs:ProcessState (Results 1 – 25 of 46) sorted by relevance

12

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_state.cc35 /*static*/ ProcessState* ProcessState::singleton() { in singleton()
36 static ProcessState* instance = new ProcessState; in singleton()
45 ProcessState::ProcessState() : numa_enabled_(false) {} in ProcessState() function in tensorflow::ProcessState
47 string ProcessState::MemDesc::DebugString() { in DebugString()
52 ProcessState::MemDesc ProcessState::PtrType(const void* ptr) { in PtrType()
62 Allocator* ProcessState::GetCPUAllocator(int numa_node) { in GetCPUAllocator()
125 void ProcessState::AddCPUAllocVisitor(SubAllocator::Visitor visitor) { in AddCPUAllocVisitor()
134 void ProcessState::AddCPUFreeVisitor(SubAllocator::Visitor visitor) { in AddCPUFreeVisitor()
142 void ProcessState::TestOnlyReset() { in TestOnlyReset()
Dprocess_state.h38 class ProcessState : public ProcessStateInterface {
40 static ProcessState* singleton();
81 ProcessState();
93 static ProcessState* instance_;
113 RecordingAllocator(ProcessState::MDMap* mm, Allocator* a, in RecordingAllocator()
114 ProcessState::MemDesc md, mutex* mu) in RecordingAllocator()
135 ProcessState::MDMap* mm_; // not owned
137 ProcessState::MemDesc md_;
Dthreadpool_device_factory.cc55 ProcessState::singleton()->GetCPUAllocator(numa_node)); in CreateDevices()
59 ProcessState::singleton()->GetCPUAllocator(port::kNUMANoAffinity)); in CreateDevices()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_process_state.cc67 process_state_ = ProcessState::singleton(); in GPUProcessState()
138 if (process_state_->ProcessState::FLAGS_brain_gpu_record_mem_types) { in GetGPUAllocator()
139 ProcessState::MemDesc md; in GetGPUAllocator()
140 md.loc = ProcessState::MemDesc::GPU; in GetGPUAllocator()
152 if (process_state_->ProcessState::FLAGS_brain_gpu_record_mem_types) { in GetGPUAllocator()
183 !process_state_->ProcessState::FLAGS_brain_mem_reg_gpu_dma) { in GetGpuHostAllocator()
196 if (process_state_->ProcessState::FLAGS_brain_gpu_record_mem_types && in GetGpuHostAllocator()
257 if (process_state_->ProcessState::FLAGS_brain_gpu_record_mem_types) { in GetGpuHostAllocator()
258 ProcessState::MemDesc md; in GetGpuHostAllocator()
259 md.loc = ProcessState::MemDesc::CPU; in GetGpuHostAllocator()
[all …]
Dgpu_process_state.h126 ProcessState::MDMap* mem_desc_map() { in mem_desc_map()
132 ProcessState* process_state_; // Not owned.
/external/google-breakpad/src/processor/
Dmicrodump_processor_unittest.cc51 using google_breakpad::ProcessState;
80 ProcessState* state) { in ProcessMicrodump()
89 void AnalyzeDump(const string& microdump_file_name, ProcessState* state, in AnalyzeDump()
113 ProcessState state; in TEST_F()
120 ProcessState state; in TEST_F()
127 ProcessState state; in TEST_F()
148 ProcessState state; in TEST_F()
157 ProcessState state; in TEST_F()
175 ProcessState state; in TEST_F()
Dstackwalk_common.h39 class ProcessState; variable
42 void PrintProcessStateMachineReadable(const ProcessState& process_state);
43 void PrintProcessState(const ProcessState& process_state,
Dprocess_state.cc42 ProcessState::~ProcessState() { in ~ProcessState()
46 void ProcessState::Clear() { in Clear()
Dexploitability.cc50 ProcessState *process_state) in Exploitability()
60 ProcessState *process_state) { in ExploitabilityForPlatform()
Dexploitability_unittest.cc46 using google_breakpad::ProcessState;
62 ProcessState state; in ExploitabilityFor()
Dminidump_stackwalk.cc57 using google_breakpad::ProcessState;
90 ProcessState process_state; in PrintMinidumpProcess()
Dminidump_processor_unittest.cc160 using google_breakpad::ProcessState;
328 ProcessState state; in TEST_F()
363 ProcessState state; in TEST_F()
405 ProcessState state; in TEST_F()
537 ProcessState state; in TEST_F()
573 ProcessState state; in TEST_F()
630 ProcessState state; in TEST_F()
Dmicrodump_stackwalk.cc56 using google_breakpad::ProcessState;
88 ProcessState process_state; in PrintMicrodumpProcess()
Dexploitability_linux.h48 ProcessState *process_state);
Dexploitability_win.h48 ProcessState *process_state);
Dexploitability_linux.cc59 ProcessState *process_state) in ExploitabilityLinux()
/external/google-breakpad/src/google_breakpad/processor/
Dexploitability.h54 ProcessState *process_state);
61 ProcessState *process_state);
64 ProcessState *process_state_;
Dminidump_processor.h43 class ProcessState; variable
74 ProcessState* process_state);
79 ProcessState* process_state);
Dprocess_state.h90 class ProcessState {
92 ProcessState() : modules_(NULL) { Clear(); } in ProcessState() function
93 ~ProcessState();
Dmicrodump_processor.h43 class ProcessState; variable
56 ProcessState* process_state);
/external/libbrillo/brillo/
Dbinder_watcher.cc25 using android::ProcessState;
55 ProcessState::self()->setThreadPoolMaxThreadCount(0); in Init()
/external/nos/host/android/citadel/citadeld/
DCitadeldProxyClient.cpp28 using ::android::ProcessState;
42 ProcessState::initWithDriver("/dev/vndbinder"); in Open()
Dmain.cpp47 using ::android::ProcessState;
375 ProcessState::initWithDriver("/dev/vndbinder"); in main()
396 ProcessState::self()->startThreadPool(); in main()
/external/perfetto/src/profiling/memory/
Dheapprofd_producer.h161 struct ProcessState { struct
162 ProcessState(GlobalCallstackTrie* callsites) : heap_tracker(callsites) {} in ProcessState() argument
184 std::map<pid_t, ProcessState> process_states; argument
/external/syzkaller/pkg/osutil/
Dosutil_fuchsia.go29 func ProcessExitStatus(ps *os.ProcessState) int { argument

12