Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 14 of 14) sorted by relevance

/tools/perf/util/
Dbitmap.c10 int __bitmap_weight(const unsigned long *bitmap, int bits) in __bitmap_weight()
24 const unsigned long *bitmap2, int bits) in __bitmap_or()
Dpmu.c556 __u64 bits = 0; in perf_pmu__format_bits() local
896 int config, unsigned long *bits) in perf_pmu__new_format()
912 void perf_pmu__set_format(unsigned long *bits, long from, long to) in perf_pmu__set_format()
Dutil.h34 #define MSB(x, bits) ((x) & TYPEOF(x)(~0ULL << (sizeof(x) * 8 - (bits)))) argument
Devsel.c1180 static void __p_bits(char *buf, size_t size, u64 value, struct bit_names *bits) in __p_bits()
1196 struct bit_names bits[] = { in __p_sample_type() local
1211 struct bit_names bits[] = { in __p_read_format() local
Dauxtrace.c1288 unsigned int bits; member
1291 struct auxtrace_cache *auxtrace_cache__new(unsigned int bits, size_t entry_size, in auxtrace_cache__new()
Dintel-pt.c365 unsigned int bits; in intel_pt_cache() local
/tools/perf/util/include/linux/
Dbitmap.h7 #define DECLARE_BITMAP(name,bits) \ argument
/tools/power/cpupower/utils/helpers/
Damd.c28 } bits; member
/tools/firewire/
Dnosy-dump.c721 uint32_t bits; in decode_link_packet() local
730 unsigned long long bits; in decode_link_packet() local
/tools/perf/arch/x86/util/
Dintel-pt.c103 static u64 intel_pt_masked_bits(u64 mask, u64 bits) in intel_pt_masked_bits()
174 static int intel_pt_pick_bit(int bits, int target) in intel_pt_pick_bit()
437 u64 bits; in intel_pt_val_config_term() local
/tools/vm/
Dpage-types.c996 static void add_bits_filter(uint64_t mask, uint64_t bits) in add_bits_filter()
1048 uint64_t bits; in parse_bits_mask() local
/tools/perf/
Dbuiltin-trace.c118 #define TP_UINT_FIELD(bits) \ argument
131 #define TP_UINT_FIELD__SWAPPED(bits) \ argument
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1600 int bits = 0; in TEST() local
/tools/lguest/
Dlguest.c1239 } bits; member