Searched refs:nr (Results 26 - 32 of 32) sorted by relevance

12

/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
H A Devent.h98 u64 nr; member in struct:sample_read::__anon1732::__anon1733
/system/extras/simpleperf/scripts/
H A Dbinary_cache_builder.py80 for i in range(callchain.nr):
H A Dannotate.py336 for i in range(callchain.nr):
392 for i in range(callchain.nr):
H A Dpprof_proto_generator.py310 for i in range(callchain.nr):
/system/extras/perfprofd/quipper/
H A Dperf_reader.cc278 // The callgraph data consists of a uint64_t value |nr| followed by |nr|
285 callchain->nr = callchain_size;
328 // The branch stack data consists of a uint64_t value |nr| followed by |nr|
337 branch_stack->nr = branch_stack_size;
447 // { u64 nr,
448 // u64 ips[nr]; } && PERF_SAMPLE_CALLCHAIN
459 // { u64 nr;
460 // { u64 from, to, flags } lbr[nr];}
[all...]
/system/core/init/
H A Dinit.cpp1160 int nr = TEMP_FAILURE_RETRY(epoll_wait(epoll_fd, &ev, 1, epoll_timeout_ms)); local
1161 if (nr == -1) {
1163 } else if (nr == 1) {
/system/core/liblog/tests/
H A Dliblog_benchmark.cpp158 static const unsigned nr = 1; local
160 struct iovec newVec[nr + header_length];
182 writev(pstore_fd, newVec, nr);

Completed in 112 milliseconds

12