Home
last modified time | relevance | path

Searched refs:u64 (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/tools/perf/util/
Dsvghelper.h9 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end);
10 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int …
11 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int …
12 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int …
13 void svg_box(int Yslot, u64 start, u64 end, const char *type);
14 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
15 void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
16 void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
17 void svg_cpu_box(int cpu, u64 max_frequency, u64 turbo_frequency);
20 void svg_process(int cpu, u64 start, u64 end, int pid, const char *name, const char *backtrace);
[all …]
Dbranch.h19 u64 value;
21 u64 mispred:1;
22 u64 predicted:1;
23 u64 in_tx:1;
24 u64 abort:1;
25 u64 cycles:16;
26 u64 type:4;
27 u64 reserved:40;
41 u64 from;
42 u64 to;
[all …]
Dthread-stack.h57 u64 call_time;
58 u64 return_time;
59 u64 branch_count;
60 u64 insn_count;
61 u64 cyc_count;
62 u64 call_ref;
63 u64 return_ref;
64 u64 db_id;
65 u64 parent_db_id;
78 int (*process)(struct call_return *cr, u64 *parent_db_id, void *data);
[all …]
Ddb-export.h30 u64 db_id;
31 u64 comm_db_id;
32 u64 dso_db_id;
33 u64 sym_db_id;
34 u64 offset; /* ip offset from symbol start */
35 u64 addr_dso_db_id;
36 u64 addr_sym_db_id;
37 u64 addr_offset; /* addr offset from symbol start */
38 u64 call_path_id;
45 u64 main_thread_db_id, struct machine *machine);
[all …]
Dmap.h23 u64 start;
24 u64 end;
28 u64 pgoff;
29 u64 reloc;
32 u64 (*map_ip)(struct map *, u64);
34 u64 (*unmap_ip)(struct map *, u64);
47 static inline u64 map__map_ip(struct map *map, u64 ip) in map__map_ip()
52 static inline u64 map__unmap_ip(struct map *map, u64 ip) in map__unmap_ip()
57 static inline u64 identity__map_ip(struct map *map __maybe_unused, u64 ip) in identity__map_ip()
68 u64 map__rip_2objdump(struct map *map, u64 rip);
[all …]
Dcallchain.h71 u64 hit;
72 u64 children_hit;
76 u64 max_depth;
83 u64, struct callchain_param *);
119 u64 ip;
125 u64 branch_count;
126 u64 from_count;
127 u64 predicted_count;
128 u64 abort_count;
129 u64 cycles_count;
[all …]
Devent.h48 u64 abi;
49 u64 mask;
50 u64 *regs;
53 u64 cache_regs[PERF_REGS_MAX];
54 u64 cache_mask;
59 u64 size;
64 u64 value;
65 u64 id;
69 u64 time_enabled;
70 u64 time_running;
[all …]
Dordered-events.h10 u64 timestamp;
11 u64 file_offset;
36 u64 last_flush;
37 u64 next_flush;
38 u64 max_timestamp;
39 u64 max_alloc_size;
40 u64 cur_alloc_size;
56 u64 timestamp, u64 file_offset);
59 int ordered_events__flush_time(struct ordered_events *oe, u64 timestamp);
64 u64 ordered_events__first_time(struct ordered_events *oe);
[all …]
Dtsc.h12 u64 time_zero;
13 u64 time_cycles;
14 u64 time_mask;
25 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc);
26 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc);
27 u64 rdtsc(void);
Dsrcline.h13 char *get_srcline(struct dso *dso, u64 addr, struct symbol *sym,
14 bool show_sym, bool show_addr, u64 ip);
15 char *__get_srcline(struct dso *dso, u64 addr, struct symbol *sym,
17 u64 ip);
19 char *get_srcline_split(struct dso *dso, u64 addr, unsigned *line);
22 void srcline__tree_insert(struct rb_root_cached *tree, u64 addr, char *srcline);
24 char *srcline__tree_find(struct rb_root_cached *tree, u64 addr);
37 u64 addr;
43 struct inline_node *dso__parse_addr_inlines(struct dso *dso, u64 addr,
52 struct inline_node *inlines__tree_find(struct rb_root_cached *tree, u64 addr);
Dblock-info.h14 u64 start;
15 u64 end;
16 u64 cycles;
17 u64 cycles_aggr;
19 u64 total_cycles;
30 u64 total_cycles;
31 u64 block_cycles;
46 u64 cycles;
71 u64 *block_cycles_aggr, u64 total_cycles);
74 u64 total_cycles,
Devents_stats.h29 u64 total_lost;
30 u64 total_lost_samples;
31 u64 total_aux_lost;
32 u64 total_aux_partial;
33 u64 total_aux_collision;
34 u64 total_invalid_chains;
46 u64 total_period;
47 u64 total_non_filtered_period;
Dblock-range.h27 u64 start;
28 u64 end;
32 u64 coverage;
33 u64 entry;
34 u64 taken;
35 u64 pred;
72 extern struct block_range *block_range__find(u64 addr);
73 extern struct block_range_iter block_range__create(u64 start, u64 end);
Dtime-utils.h10 u64 start, end;
13 int parse_nsec_time(const char *str, u64 *ptime);
18 const char *ostr, u64 start, u64 end);
22 bool perf_time__skip_sample(struct perf_time_interval *ptime, u64 timestamp);
25 int num, u64 timestamp);
38 int timestamp__scnprintf_usec(u64 timestamp, char *buf, size_t sz);
39 int timestamp__scnprintf_nsec(u64 timestamp, char *buf, size_t sz);
Dsort.h41 u64 time;
47 u64 period;
48 u64 period_sys;
49 u64 period_us;
50 u64 period_guest_sys;
51 u64 period_guest_us;
56 u64 dev;
57 u64 ino;
103 u64 cgroup;
104 u64 ip;
[all …]
Dcacheline.h9 static inline u64 cl_address(u64 address) in cl_address()
15 static inline u64 cl_offset(u64 address) in cl_offset()
Dheader.h60 u64 offset;
61 u64 size;
65 u64 magic;
66 u64 size;
67 u64 attr_size;
76 u64 magic;
77 u64 size;
88 u64 data_offset;
89 u64 data_size;
90 u64 feat_offset;
[all …]
/tools/include/linux/
Dmath64.h8 static inline u64 mul_u64_u64_div64(u64 a, u64 b, u64 c) in mul_u64_u64_div64()
10 u64 q; in mul_u64_u64_div64()
22 static inline u64 mul_u64_u32_shr(u64 a, u32 b, unsigned int shift) in mul_u64_u32_shr()
24 return (u64)(((unsigned __int128)a * b) >> shift); in mul_u64_u32_shr()
30 static inline u64 mul_u32_u32(u32 a, u32 b) in mul_u32_u32()
37 return low | ((u64)high) << 32; in mul_u32_u32()
40 static inline u64 mul_u32_u32(u32 a, u32 b) in mul_u32_u32()
42 return (u64)a * b; in mul_u32_u32()
46 static inline u64 mul_u64_u32_shr(u64 a, u32 b, unsigned int shift) in mul_u64_u32_shr()
49 u64 ret; in mul_u64_u32_shr()
[all …]
/tools/testing/selftests/kvm/include/x86_64/
Dsvm.h66 u64 intercept;
70 u64 iopm_base_pa;
71 u64 msrpm_base_pa;
72 u64 tsc_offset;
82 u64 exit_info_1;
83 u64 exit_info_2;
86 u64 nested_ctl;
87 u64 avic_vapic_bar;
91 u64 nested_cr3;
92 u64 virt_ext;
[all …]
Devmcs.h17 #define u64 uint64_t macro
44 u64 host_ia32_pat;
45 u64 host_ia32_efer;
47 u64 host_cr0;
48 u64 host_cr3;
49 u64 host_cr4;
51 u64 host_ia32_sysenter_esp;
52 u64 host_ia32_sysenter_eip;
53 u64 host_rip;
60 u64 io_bitmap_a;
[all …]
/tools/testing/selftests/kvm/x86_64/
Dvmx_pmu_msrs_test.c39 u64 lbr_format:6;
40 u64 pebs_trap:1;
41 u64 pebs_arch_reg:1;
42 u64 pebs_format:4;
43 u64 smm_freeze:1;
44 u64 full_width_write:1;
45 u64 pebs_baseline:1;
46 u64 perf_metrics:1;
47 u64 pebs_output_pt_available:1;
48 u64 anythread_deprecated:1;
[all …]
/tools/perf/util/arm-spe-decoder/
Darm-spe-decoder.h36 u64 from_ip;
37 u64 to_ip;
38 u64 timestamp;
39 u64 virt_addr;
40 u64 phys_addr;
48 u64 offset;
49 u64 trace_nr;
/tools/testing/selftests/vm/
Dpkey-helpers.h22 #define u64 __u64 macro
100 static inline u64 set_pkey_bits(u64 reg, int pkey, u64 flags) in set_pkey_bits()
104 reg &= ~((u64)PKEY_MASK << shift); in set_pkey_bits()
110 static inline u64 get_pkey_bits(u64 reg, int pkey) in get_pkey_bits()
120 extern u64 shadow_pkey_reg;
122 static inline u64 _read_pkey_reg(int line) in _read_pkey_reg()
124 u64 pkey_reg = __read_pkey_reg(); in _read_pkey_reg()
136 static inline void write_pkey_reg(u64 pkey_reg) in write_pkey_reg()
154 u64 pkey_reg = read_pkey_reg(); in __pkey_access_allow()
168 u64 pkey_reg = read_pkey_reg(); in __pkey_write_allow()
/tools/testing/selftests/powerpc/pmu/
Devent.h21 u64 value;
22 u64 running;
23 u64 enabled;
27 void event_init(struct event *e, u64 config);
28 void event_init_named(struct event *e, u64 config, char *name);
29 void event_init_opts(struct event *e, u64 config, int type, char *name);
/tools/perf/arch/x86/tests/
Drdpmc.c19 static u64 rdpmc(unsigned int counter) in rdpmc()
25 return low | ((u64)high) << 32; in rdpmc()
28 static u64 rdtsc(void) in rdtsc()
34 return low | ((u64)high) << 32; in rdtsc()
37 static u64 mmap_read_self(void *addr) in mmap_read_self()
41 u64 count, cyc = 0, time_offset = 0, enabled, running, delta; in mmap_read_self()
66 u64 quot, rem; in mmap_read_self()
69 rem = cyc & (((u64)1 << time_shift) - 1); in mmap_read_self()
98 u64 i, loops = 1000; in __test__rdpmc()
107 u64 delta_sum = 0; in __test__rdpmc()
[all …]

12345678910>>...14