Home
last modified time | relevance | path

Searched refs:cpu_bufs (Results 1 - 1 of 1) sorted by relevance

/third_party/libbpf/src/
H A Dlibbpf.c12843 struct perf_cpu_buf **cpu_bufs; member
12872 if (pb->cpu_bufs) {
12874 struct perf_cpu_buf *cpu_buf = pb->cpu_bufs[i];
12882 free(pb->cpu_bufs);
13080 pb->cpu_bufs = calloc(pb->cpu_cnt, sizeof(*pb->cpu_bufs));
13081 if (!pb->cpu_bufs) {
13112 pb->cpu_bufs[j] = cpu_buf;
13253 cpu_buf = pb->cpu_bufs[buf_idx];
13267 cpu_buf = pb->cpu_bufs[buf_id
[all...]

Completed in 16 milliseconds