Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 9 of 9) 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.c691 int config, unsigned long *bits) in perf_pmu__new_format()
707 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.c1920 struct bit_names *bits, bool *first) in bits__fprintf()
1938 struct bit_names bits[] = { in sample_type__fprintf() local
1953 struct bit_names bits[] = { in read_format__fprintf() 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/vm/
Dpage-types.c999 static void add_bits_filter(uint64_t mask, uint64_t bits) in add_bits_filter()
1051 uint64_t bits; in parse_bits_mask() local
/tools/perf/
Dbuiltin-trace.c52 #define TP_UINT_FIELD(bits) \ argument
63 #define TP_UINT_FIELD__SWAPPED(bits) \ argument