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

  /external/bcc/src/cc/export/
helpers.h 156 BPF_TABLE("percpu_array", int, u64, _name, 10240)
158 BPF_TABLE("percpu_array", int, _leaf_type, _name, 10240)
160 BPF_TABLE("percpu_array", int, _leaf_type, _name, _size)
  /external/bcc/examples/networking/xdp/
xdp_drop_count.py 60 BPF_TABLE("percpu_array", uint32_t, long, dropcnt, 256);
  /external/bcc/tests/cc/
test_array_table.cc 102 BPF_TABLE("percpu_array", int, u64, myarray, 64);
test_hash_table.cc 98 BPF_TABLE("percpu_array", int, u64, myarray, 64);
  /external/bcc/tests/python/
test_percpu.py 14 b = BPF(text='BPF_TABLE("percpu_array", u32, u32, stub, 1);')
58 BPF_TABLE("percpu_array", u32, u32, stats, 1);

Completed in 860 milliseconds