Home
last modified time | relevance | path

Searched refs:cpu_ (Results 1 – 3 of 3) sorted by relevance

/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp77 int cpu_; member in AddIntsService
166 AddIntsService::AddIntsService(int cpu): cpu_(cpu) { in AddIntsService()
179 if (cpu_ != unbound) { in onTransact()
181 if (cpu != cpu_) { in onTransact()
183 << cpu_ << endl; in onTransact()
/system/extras/simpleperf/
Devent_fd.h55 int Cpu() const { return cpu_; } in Cpu()
117 cpu_(cpu), in EventFd()
133 int cpu_; variable
Devent_fd.cpp103 cpu_); in Name()
150 cpu_).c_str(), counter->value - last_counter_value_); in ReadCounter()
154 cpu_).c_str(), counter->value - last_counter_value_); in ReadCounter()