Searched refs:u64 (Results 1 - 25 of 252) sorted by relevance

1234567891011

/external/linux-tools-perf/util/
H A Dsvghelper.h6 extern void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end);
7 extern void svg_box(int Yslot, u64 start, u64 end, const char *type);
8 extern void svg_sample(int Yslot, int cpu, u64 start, u64 end);
9 extern void svg_waiting(int Yslot, u64 start, u64 end);
10 extern void svg_cpu_box(int cpu, u64 max_frequency, u64 turbo_frequenc
[all...]
H A Dvalues.h12 u64 *counterrawid;
14 u64 **value;
22 u64 rawid, const char *name, u64 value);
H A Dtypes.h7 * We define u64 as uint64_t for every architecture
10 typedef uint64_t u64; typedef
H A Devent.h14 u64 ip;
22 u64 start;
23 u64 len;
24 u64 pgoff;
38 u64 time;
43 u64 id;
44 u64 lost;
53 u64 value;
54 u64 time_enabled;
55 u64 time_runnin
[all...]
H A Dheader.h33 u64 offset;
34 u64 size;
38 u64 magic;
39 u64 size;
40 u64 attr_size;
48 u64 magic;
49 u64 size;
61 u64 data_offset;
62 u64 data_size;
63 u64 event_offse
[all...]
H A Dmap.h38 u64 start;
39 u64 end;
43 u64 pgoff;
46 u64 (*map_ip)(struct map *, u64);
48 u64 (*unmap_ip)(struct map *, u64);
90 static inline u64 map__map_ip(struct map *map, u64 ip)
95 static inline u64 map__unmap_i
[all...]
H A Dcallchain.h32 u64 hit;
33 u64 children_hit;
37 u64 max_depth;
44 u64, struct callchain_param *);
54 u64 ip;
66 u64 ip;
73 u64 nr;
76 u64 pos;
92 static inline u64 callchain_cumul_hits(struct callchain_node *node)
100 u64 perio
[all...]
H A Dhist.h32 u64 total_period;
33 u64 total_lost;
34 u64 total_invalid_chains;
53 u64 nr_entries;
55 u64 event_stream;
63 struct symbol *parent, u64 period);
68 long displacement, FILE *fp, u64 total);
72 bool color, u64 total);
84 int hist_entry__inc_addr_samples(struct hist_entry *self, int evidx, u64 addr);
H A Dsort.h57 u64 period;
58 u64 period_sys;
59 u64 period_us;
60 u64 period_guest_sys;
61 u64 period_guest_us;
64 u64 ip;
/external/kernel-headers/original/linux/
H A Dstatfs.h11 u64 f_blocks;
12 u64 f_bfree;
13 u64 f_bavail;
14 u64 f_files;
15 u64 f_ffree;
H A Djiffies.h81 extern u64 __jiffy_data jiffies_64;
85 u64 get_jiffies_64(void);
87 static inline u64 get_jiffies_64(void)
89 return (u64)jiffies;
216 #define SEC_CONVERSION ((unsigned long)((((u64)NSEC_PER_SEC << SEC_JIFFIE_SC) +\
217 TICK_NSEC -1) / (u64)TICK_NSEC))
219 #define NSEC_CONVERSION ((unsigned long)((((u64)1 << NSEC_JIFFIE_SC) +\
220 TICK_NSEC -1) / (u64)TICK_NSEC))
222 ((unsigned long)((((u64)NSEC_PER_USEC << USEC_JIFFIE_SC) +\
223 TICK_NSEC -1) / (u64)TICK_NSE
[all...]
/external/linux-tools-perf/util/ui/
H A Dprogress.h6 struct ui_progress *ui_progress__new(const char *title, u64 total);
9 void ui_progress__update(struct ui_progress *self, u64 curr);
/external/oprofile/libutil/
H A Dop_types.h23 typedef unsigned long long u64; typedef
31 typedef u64 count_type;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cc31 const u64 kBlockMagic = 0x6A6CB03ABCEBC041ull;
34 if (size + sizeof(u64) < size)
36 void *p = LIBC_MALLOC(size + sizeof(u64));
39 ((u64*)p)[0] = kBlockMagic;
40 return (char*)p + sizeof(u64);
46 addr = (char*)addr - sizeof(u64);
47 CHECK_EQ(((u64*)addr)[0], kBlockMagic);
48 ((u64*)addr)[0] = 0;
54 u64 *pp = (u64*)((upt
[all...]
/external/oprofile/libopagent/
H A Djitdump.h47 u64 timestamp;
68 u64 timestamp;
69 u64 vma;
70 u64 code_addr;
79 u64 timestamp;
80 u64 vma;
87 u64 timestamp;
94 u64 timestamp;
95 u64 code_addr;
/external/kernel-headers/original/asm-x86/
H A Dtypes.h57 typedef unsigned long long u64; typedef
59 typedef u64 dma64_addr_t;
62 typedef u64 dma_addr_t;
/external/linux-tools-perf/util/include/linux/added/
H A Dhash.h38 static inline u64 hash_64(u64 val, unsigned int bits)
40 u64 hash = val;
43 u64 n = hash;
/external/kernel-headers/original/asm-mips/
H A Dtypes.h52 typedef u64 dma_addr_t;
56 typedef u64 dma64_addr_t;
/external/oprofile/libop/
H A Dop_sample_file.h36 u64 anon_start;
37 u64 cg_to_anon_start;
/external/openssl/crypto/modes/
H A Dmodes_lcl.h13 typedef unsigned __int64 u64; typedef
17 typedef unsigned long u64; typedef
21 typedef unsigned long long u64; typedef
42 # define BSWAP8(x) ({ u64 ret=(x); \
49 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
52 (u64)hi<<32|lo; })
57 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
60 (u64)hi<<32|lo; })
69 # define BSWAP8(x) _byteswap_uint64((u64)(x))
91 typedef struct { u64 h
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h78 FastState(u64 tid, u64 epoch) {
85 explicit FastState(u64 x)
89 u64 raw() const {
93 u64 tid() const {
94 u64 res = x_ >> kTidShift;
98 u64 epoch() const {
99 u64 res = (x_ << (kTidBits + 1)) >> (64 - kClkBits);
104 u64 old_epoch = epoch();
118 static const u64 kIgnoreBi
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dcommon.h102 typedef UINT64 u64; typedef
114 typedef unsigned long long u64; typedef
127 typedef unsigned long long u64; typedef
133 typedef unsigned long u64; typedef
144 typedef TUint64 u64; typedef
157 typedef uint64_t u64; typedef
220 #define le_to_host64(n) ((__force u64) (le64) (n))
221 #define host_to_le64(n) ((__force le64) (u64) (n))
222 #define be_to_host64(n) bswap_64((__force u64) (be64) (n))
292 #define WPA_GET_BE64(a) ((((u64) (
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h90 typedef UINT64 u64; typedef
102 typedef unsigned long long u64; typedef
115 typedef unsigned long long u64; typedef
121 typedef unsigned long u64; typedef
135 typedef uint64_t u64; typedef
198 #define le_to_host64(n) ((__force u64) (le64) (n))
199 #define host_to_le64(n) ((__force le64) (u64) (n))
200 #define be_to_host64(n) bswap_64((__force u64) (be64) (n))
270 #define WPA_GET_BE64(a) ((((u64) (a)[0]) << 56) | (((u64) (
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h90 typedef UINT64 u64; typedef
102 typedef unsigned long long u64; typedef
115 typedef unsigned long long u64; typedef
121 typedef unsigned long u64; typedef
135 typedef uint64_t u64; typedef
198 #define le_to_host64(n) ((__force u64) (le64) (n))
199 #define host_to_le64(n) ((__force le64) (u64) (n))
200 #define be_to_host64(n) bswap_64((__force u64) (be64) (n))
270 #define WPA_GET_BE64(a) ((((u64) (a)[0]) << 56) | (((u64) (
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h90 typedef UINT64 u64; typedef
102 typedef unsigned long long u64; typedef
115 typedef unsigned long long u64; typedef
121 typedef unsigned long u64; typedef
135 typedef uint64_t u64; typedef
198 #define le_to_host64(n) ((__force u64) (le64) (n))
199 #define host_to_le64(n) ((__force le64) (u64) (n))
200 #define be_to_host64(n) bswap_64((__force u64) (be64) (n))
270 #define WPA_GET_BE64(a) ((((u64) (a)[0]) << 56) | (((u64) (
[all...]

Completed in 289 milliseconds

1234567891011