Searched refs:log_buf (Results 1 – 2 of 2) sorted by relevance
522 vector<char> log_buf(BPF_LOAD_LOG_SZ, 0); in loadCodeSections() local526 log_buf.data(), log_buf.size()); in loadCodeSections()531 ALOGE("bpf_prog_load: log_buf contents: %s\n", (char *)log_buf.data()); in loadCodeSections()
149 attr.log_buf = ptr_to_u64(bpf_log.base()); in bpfProgLoad()