Searched refs:u64_hex (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/util/ |
H A D | data-convert-bt.c | 79 struct bt_ctf_field_type *u64_hex; member 159 __FUNC_VALUE_SET(u64_hex, u64) 202 return cw->data.u64_hex; in get_tracepoint_field_type() 932 __NON_SAMPLE_SET_FIELD(mmap, u64_hex, start); 938 __NON_SAMPLE_SET_FIELD(mmap2, u64_hex, start); 1125 ADD_FIELD(event_class, cw->data.u64_hex, "perf_ip"); in add_generic_types() 1155 cw->data.u64_hex, "perf_callchain_size"), in add_generic_types() 1283 __NON_SAMPLE_ADD_FIELD(u64_hex, start); 1290 __NON_SAMPLE_ADD_FIELD(u64_hex, start); 1483 CREATE_INT_TYPE(cw->data.u64_hex, 64, false, true); in ctf_writer__init_data()
|