Home
last modified time | relevance | path

Searched refs:int64_t (Results 1 – 25 of 56) sorted by relevance

123

/tools/testing/selftests/bpf/progs/
A Dtest_core_reloc_bitfields_probed.c31 int64_t ub1;
32 int64_t ub2;
33 int64_t ub7;
34 int64_t sb4;
35 int64_t sb20;
36 int64_t u32;
37 int64_t s32;
A Dtest_core_reloc_bitfields_direct.c31 int64_t ub1;
32 int64_t ub2;
33 int64_t ub7;
34 int64_t sb4;
35 int64_t sb20;
36 int64_t u32;
37 int64_t s32;
A Dstrobemeta.h59 int64_t val;
66 int64_t value;
99 int64_t id;
101 int64_t cnt;
136 int64_t tls_mode;
145 int64_t offset;
149 int64_t req_meta_idx;
173 int64_t req_id;
180 int64_t int_vals[STROBE_MAX_INTS];
298 return (void *)((loc->tls_mode + 1) * (int64_t)addr); in calc_location()
A Dcore_reloc_types.h631 int64_t s64_field;
642 int64_t u64_field;
654 int64_t s64_field;
727 int64_t ub1;
728 int64_t ub2;
729 int64_t ub7;
730 int64_t sb4;
731 int64_t sb20;
732 int64_t u32;
733 int64_t s32;
[all …]
A Dbpf_iter_task_stack.c46 int64_t res; in get_task_user_stacks()
A Dtest_core_reloc_ints.c24 int64_t s64_field;
/tools/perf/util/
A Dsort.h120 int64_t (*se_cmp)(struct hist_entry *, struct hist_entry *);
121 int64_t (*se_collapse)(struct hist_entry *, struct hist_entry *);
122 int64_t (*se_sort)(struct hist_entry *, struct hist_entry *);
152 int64_t
154 int64_t
156 int64_t
158 int64_t
A Dsort.c110 static int64_t
146 static int64_t
183 static int64_t
234 static int64_t
240 static int64_t
365 int64_t ret; in sort__sym_cmp()
465 int64_t ret; in sort__symoff_cmp()
477 int64_t ret; in sort__symoff_sort()
1529 int64_t
1555 int64_t
[all …]
A Dblock-info.h55 int64_t __block_info__cmp(struct hist_entry *left, struct hist_entry *right);
57 int64_t block_info__cmp(struct perf_hpp_fmt *fmt __maybe_unused,
A Dblock-info.c72 int64_t __block_info__cmp(struct hist_entry *left, struct hist_entry *right) in __block_info__cmp()
92 return (int64_t)(bi_r->start - bi_l->start); in __block_info__cmp()
94 return (int64_t)(bi_r->end - bi_l->end); in __block_info__cmp()
97 int64_t block_info__cmp(struct perf_hpp_fmt *fmt __maybe_unused, in block_info__cmp()
224 static int64_t block_total_cycles_pct_sort(struct perf_hpp_fmt *fmt, in block_total_cycles_pct_sort()
238 return (int64_t)l - (int64_t)r; in block_total_cycles_pct_sort()
/tools/testing/selftests/kvm/lib/
A Dtest_util.c79 int64_t timespec_to_ns(struct timespec ts) in timespec_to_ns()
81 return (int64_t)ts.tv_nsec + 1000000000LL * (int64_t)ts.tv_sec; in timespec_to_ns()
84 struct timespec timespec_add_ns(struct timespec ts, int64_t ns) in timespec_add_ns()
97 int64_t ns1 = timespec_to_ns(ts1); in timespec_add()
98 int64_t ns2 = timespec_to_ns(ts2); in timespec_add()
104 int64_t ns1 = timespec_to_ns(ts1); in timespec_sub()
105 int64_t ns2 = timespec_to_ns(ts2); in timespec_sub()
119 int64_t ns = timespec_to_ns(ts) / divisor; in timespec_div()
/tools/include/nolibc/
A Dstdint.h17 typedef signed long long int64_t; typedef
30 typedef int64_t int_least64_t;
39 typedef int64_t int_fast64_t;
/tools/testing/selftests/kvm/x86/
A Dvmx_tsc_adjust_test.c55 static void check_ia32_tsc_adjust(int64_t max) in check_ia32_tsc_adjust()
57 int64_t adjust; in check_ia32_tsc_adjust()
114 static void report(int64_t val) in report()
/tools/bpf/bpftool/
A Djson_writer.h47 void jsonw_int(json_writer_t *self, int64_t number);
57 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num);
/tools/testing/selftests/net/
A Dtxtimestamp.c91 int64_t min;
92 int64_t max;
93 int64_t total;
103 static int64_t timespec_to_ns64(struct timespec *ts) in timespec_to_ns64()
108 static int64_t timespec_to_us64(struct timespec *ts) in timespec_to_us64()
124 int64_t ts_delta = timespec_to_ns64(t_end) - timespec_to_ns64(t_start); in add_timing_event()
159 int64_t cur64, start64; in validate_timestamp()
174 static void __print_ts_delta_formatted(int64_t ts_delta) in __print_ts_delta_formatted()
185 int64_t ts_delta; in __print_timestamp()
254 __print_ts_delta_formatted((int64_t)(te->total / te->count)); in print_timing_event()
A Dso_txtime.c49 int64_t delay_us;
116 int64_t tstop, texpect; in do_recv_one()
165 int64_t tstamp = 0; in do_recv_errqueue_timeout()
215 tstamp = ((int64_t) err->ee_data) << 32 | err->ee_info; in do_recv_errqueue_timeout()
216 tstamp -= (int64_t) glob_tstart; in do_recv_errqueue_timeout()
/tools/testing/selftests/ptp/
A Dtestptp.c111 static int64_t pctns(struct ptp_clock_time *t) in pctns()
199 int64_t t1, t2, tp; in main()
200 int64_t interval, offset; in main()
201 int64_t perout_phase = -1; in main()
202 int64_t pulsewidth = -1; in main()
203 int64_t perout = -1; in main()
/tools/testing/selftests/mm/
A Duffd-common.c416 ret, (int64_t) req.mapped); in continue_range()
581 (int64_t)uffdio_copy->copy); in retry_copy_page()
584 (int64_t)uffdio_copy->copy); in retry_copy_page()
618 (int64_t)uffdio_copy.copy); in __copy_page()
621 err("UFFDIO_COPY error: %"PRId64, (int64_t)uffdio_copy.copy); in __copy_page()
652 (int64_t)uffdio_move.move); in move_page()
655 err("UFFDIO_MOVE error: %"PRId64, (int64_t)uffdio_move.move); in move_page()
/tools/perf/
A Dbuiltin-diff.c590 int64_t cmp; in get_block_pair()
746 static int64_t
786 static int64_t
816 static int64_t
847 static int64_t
855 static int64_t
864 static int64_t
873 static int64_t
882 static int64_t
891 static int64_t
[all …]
A Dbuiltin-c2c.c502 static int64_t
560 static int64_t
589 static int64_t
610 static int64_t
718 static int64_t
756 static int64_t
859 static int64_t
935 static int64_t
966 static int64_t
997 static int64_t
[all …]
/tools/lib/bpf/
A Dringbuf.c235 static int64_t ringbuf_process_ring(struct ring *r, size_t n) in ringbuf_process_ring()
239 int64_t cnt = 0; in ringbuf_process_ring()
290 int64_t err, res = 0; in ring_buffer__consume_n()
315 int64_t err, res = 0; in ring_buffer__consume()
340 int64_t err, res = 0; in ring_buffer__poll()
409 int64_t res; in ring__consume_n()
/tools/sched_ext/include/scx/
A Dcommon.h28 typedef int64_t s64;
/tools/include/linux/
A Dtypes.h34 typedef int64_t s64;
/tools/testing/selftests/kvm/include/
A Dtest_util.h83 int64_t timespec_to_ns(struct timespec ts);
84 struct timespec timespec_add_ns(struct timespec ts, int64_t ns);
/tools/testing/selftests/bpf/prog_tests/
A Dnet_timestamping.c21 static int64_t timespec_to_ns64(struct timespec *ts) in timespec_to_ns64()
40 int64_t cur_ns, prev_ns; in validate_timestamp()

Completed in 54 milliseconds

123