Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_fd.h55 int Cpu() const { return cpu_; } in Cpu()
93 cpu_(cpu), in EventFd()
110 int cpu_; variable
Devent_fd.cpp100 cpu_); in Name()
133 cpu_).c_str(), counter->value - pre_counter); in ReadCounter()
137 cpu_).c_str(), counter->value - pre_counter); in ReadCounter()
/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp77 int cpu_; member in AddIntsService
167 AddIntsService::AddIntsService(int cpu): cpu_(cpu) { in AddIntsService()
180 if (cpu_ != unbound) { in onTransact()
182 if (cpu != cpu_) { in onTransact()
184 << cpu_ << endl; in onTransact()