Searched defs:nr_bits (Results 1 – 7 of 7) sorted by relevance
/tools/bpf/bpftool/ |
A D | btf_dumper.c | 351 static void btf_dumper_bitfield(__u32 nr_bits, __u8 bit_offset, in btf_dumper_bitfield() 382 int nr_bits = BTF_INT_BITS(int_type); in btf_dumper_int_bits() local 400 __u32 nr_bits; in btf_dumper_int() local
|
/tools/testing/selftests/bpf/progs/ |
A D | syscall.c | 31 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ argument
|
/tools/testing/selftests/bpf/ |
A D | test_btf.h | 15 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ argument
|
/tools/perf/ |
A D | builtin-record.c | 3065 static int record__mmap_cpu_mask_alloc(struct mmap_cpu_mask *mask, int nr_bits) in record__mmap_cpu_mask_alloc() 3081 static int record__thread_mask_alloc(struct thread_mask *mask, int nr_bits) in record__thread_mask_alloc() 3704 static int record__alloc_thread_masks(struct record *rec, int nr_threads, int nr_bits) in record__alloc_thread_masks()
|
/tools/testing/selftests/kvm/include/x86/ |
A D | processor.h | 743 uint32_t nr_bits; in this_pmu_has() local 983 uint32_t nr_bits; in kvm_pmu_has() local
|
/tools/lib/bpf/ |
A D | libbpf_internal.h | 80 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ argument
|
/tools/perf/util/intel-pt-decoder/ |
A D | intel-pt-decoder.c | 1552 int nr_bits; in intel_pt_eptw_lookahead_cb() local
|
Completed in 51 milliseconds