Lines Matching refs:zalloc
1386 *fieldp = zalloc(sizeof(struct perf_probe_arg_field)); in parse_perf_probe_arg()
1464 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in parse_perf_probe_command()
1594 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in parse_probe_trace_command()
1670 buf = zalloc(MAX_CMDLEN); in synthesize_perf_probe_point()
1827 buf = zalloc(MAX_CMDLEN); in synthesize_probe_trace_command()
1977 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in convert_to_perf_probe_event()
2090 node = zalloc(sizeof(*node)); in kprobe_blacklist__load()
2557 *tevs = zalloc(sizeof(*tev) * num_matched_functions); in find_probe_trace_events_from_map()
2606 tev->args = zalloc(sizeof(struct probe_trace_arg) * in find_probe_trace_events_from_map()
2663 *tevs = zalloc(sizeof(*tev)); in try_to_find_absolute_address()
2718 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in try_to_find_absolute_address()