Searched refs:u64_hex (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/tools/perf/util/ |
| D | data-convert-bt.c | 75 struct bt_ctf_field_type *u64_hex; member 155 __FUNC_VALUE_SET(u64_hex, u64) 198 return cw->data.u64_hex; in get_tracepoint_field_type() 926 __NON_SAMPLE_SET_FIELD(mmap, u64_hex, start); 932 __NON_SAMPLE_SET_FIELD(mmap2, u64_hex, start); 1119 ADD_FIELD(event_class, cw->data.u64_hex, "perf_ip"); in add_generic_types() 1149 cw->data.u64_hex, "perf_callchain_size"), in add_generic_types() 1277 __NON_SAMPLE_ADD_FIELD(u64_hex, start); 1284 __NON_SAMPLE_ADD_FIELD(u64_hex, start); 1477 CREATE_INT_TYPE(cw->data.u64_hex, 64, false, true); in ctf_writer__init_data()
|