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() 933 __NON_SAMPLE_SET_FIELD(mmap, u64_hex, start); 939 __NON_SAMPLE_SET_FIELD(mmap2, u64_hex, start); 1127 ADD_FIELD(event_class, cw->data.u64_hex, "perf_ip"); in add_generic_types() 1157 cw->data.u64_hex, "perf_callchain_size"), in add_generic_types() 1285 __NON_SAMPLE_ADD_FIELD(u64_hex, start); 1292 __NON_SAMPLE_ADD_FIELD(u64_hex, start); 1485 CREATE_INT_TYPE(cw->data.u64_hex, 64, false, true); in ctf_writer__init_data()
|