Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dlibbpf.c11535 int tp_id, pfd, err; local
11537 tp_id = determine_tracepoint_id(tp_category, tp_name);
11538 if (tp_id < 0) {
11541 libbpf_strerror_r(tp_id, errmsg, sizeof(errmsg)));
11542 return tp_id;
11548 attr.config = tp_id;