Searched refs:u64_hex (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | data-convert-bt.c | 72 struct bt_ctf_field_type *u64_hex; member 152 __FUNC_VALUE_SET(u64_hex, u64) 195 return cw->data.u64_hex; in get_tracepoint_field_type() 923 __NON_SAMPLE_SET_FIELD(mmap, u64_hex, start); 929 __NON_SAMPLE_SET_FIELD(mmap2, u64_hex, start); 1116 ADD_FIELD(event_class, cw->data.u64_hex, "perf_ip"); in add_generic_types() 1146 cw->data.u64_hex, "perf_callchain_size"), in add_generic_types() 1274 __NON_SAMPLE_ADD_FIELD(u64_hex, start); 1281 __NON_SAMPLE_ADD_FIELD(u64_hex, start); 1459 CREATE_INT_TYPE(cw->data.u64_hex, 64, false, true); in ctf_writer__init_data()
|