Lines Matching refs:zalloc
65 ln = zalloc(sizeof(struct line_node)); in line_list__add_line()
231 struct debuginfo *self = zalloc(sizeof(struct debuginfo)); in debuginfo__new()
245 struct debuginfo *self = zalloc(sizeof(struct debuginfo)); in debuginfo__new_online_kernel()
273 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in alloc_trace_arg_ref()
313 tvar->value = zalloc(ret + 2); in convert_variable_location()
430 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()
507 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
540 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
1172 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in add_probe_trace_event()
1198 *tevs = zalloc(sizeof(struct probe_trace_event) * max_tevs); in debuginfo__find_trace_events()
1307 *vls = zalloc(sizeof(struct variable_list) * max_vls); in debuginfo__find_available_vars_at()