Lines Matching refs:uintmax_t
78 typenames[ev->pl_type], (uintmax_t)ev->pl_ts.tv_sec); in startentry()
93 ev->pl_u.pl_i.pl_cpuid, (uintmax_t)ev->pl_u.pl_i.pl_tsc_freq, in initialize_to_json()
94 (uintmax_t)ev->pl_u.pl_i.pl_ts.tv_sec, (uintmax_t)ev->pl_u.pl_i.pl_ts.tv_nsec); in initialize_to_json()
151 ev->pl_u.pl_c.pl_tid, (uintmax_t)ev->pl_u.pl_c.pl_value); in proccsw_to_json()
167 (uintmax_t)ev->pl_u.pl_x.pl_baseaddr, in procexec_to_json()
168 (uintmax_t)ev->pl_u.pl_x.pl_dynaddr, in procexec_to_json()
184 (uintmax_t)ev->pl_u.pl_e.pl_value); in procexit_to_json()
235 (uintmax_t)ev->pl_u.pl_mi.pl_start, ev->pl_u.pl_mi.pl_pathname); in map_in_to_json()
249 (uintmax_t)ev->pl_u.pl_mi.pl_start, in map_out_to_json()
250 (uintmax_t)ev->pl_u.pl_mo.pl_end); in map_out_to_json()
270 snprintf(eventbuf, sizeof(eventbuf), "\"0x%016jx\", ", (uintmax_t)ev->pl_u.pl_cc.pl_pc[i]); in callchain_to_json()
273 snprintf(eventbuf, sizeof(eventbuf), "\"0x%016jx\"]}\n", (uintmax_t)ev->pl_u.pl_cc.pl_pc[i]); in callchain_to_json()