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()
101 cpu_(cpu), in EventFd()
117 int cpu_; variable
Devent_fd.cpp104 cpu_); in Name()
143 cpu_).c_str(), counter->value - last_counter_value_); in ReadCounter()
147 cpu_).c_str(), counter->value - last_counter_value_); 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()