HomeSort by relevance Sort by last modified time
    Searched refs:open_all_cpu (Results 1 - 3 of 3) sorted by null

  /external/bcc/src/cc/api/
BPFTable.h 323 StatusTuple open_all_cpu(perf_reader_raw_cb cb, perf_reader_lost_cb lost_cb,
344 StatusTuple open_all_cpu(uint32_t type, uint64_t config);
BPFTable.cc 357 StatusTuple BPFPerfBuffer::open_all_cpu(perf_reader_raw_cb cb, function in class:ebpf::BPFPerfBuffer
443 StatusTuple BPFPerfEventArray::open_all_cpu(uint32_t type, uint64_t config) { function in class:ebpf::BPFPerfEventArray
BPF.cc 480 TRY2(table->open_all_cpu(type, config));
507 TRY2(table->open_all_cpu(cb, lost_cb, cb_cookie, page_cnt));

Completed in 44 milliseconds