Home
last modified time | relevance | path

Searched refs:zalloc (Results 1 – 25 of 112) sorted by relevance

12345

/Linux-v6.6/tools/lib/perf/
DBuild7 libperf-y += zalloc.o
11 $(OUTPUT)zalloc.o: ../../lib/zalloc.c FORCE
Dxyarray.c10 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new()
/Linux-v6.6/tools/perf/ui/gtk/
DBuild10 gtk-y += zalloc.o
12 $(OUTPUT)ui/gtk/zalloc.o: ../lib/zalloc.c FORCE
/Linux-v6.6/arch/xtensa/boot/lib/
Dzmem.c14 static void *zalloc(unsigned int size) in zalloc() function
63 s.workspace = zalloc(zlib_inflate_workspacesize()); in gunzip()
/Linux-v6.6/tools/perf/util/
Dcomm.c45 cs = zalloc(sizeof(*cs)); in comm_str__alloc()
110 struct comm *comm = zalloc(sizeof(*comm)); in comm__new()
Dcall-path.c30 cpr = zalloc(sizeof(struct call_path_root)); in call_path_root__new()
62 cpb = zalloc(sizeof(struct call_path_block)); in call_path__new()
Dconfig.c621 struct perf_config_section *section = zalloc(sizeof(*section)); in add_section()
641 struct perf_config_item *item = zalloc(sizeof(*item)); in add_config_item()
758 struct perf_config_set *set = zalloc(sizeof(*set)); in perf_config_set__new()
770 struct perf_config_set *set = zalloc(sizeof(*set)); in perf_config_set__load_file()
Dcounts.c12 struct perf_counts *counts = zalloc(sizeof(*counts)); in perf_counts__new()
Dsrcline.c53 ilist = zalloc(sizeof(*ilist)); in inline_list__append()
255 a2l = zalloc(sizeof(*a2l)); in addr2line_init()
415 struct child_process *a2l = zalloc(sizeof(*a2l)); in addr2line_subprocess_init()
796 node = zalloc(sizeof(*node)); in addr2inlines()
922 node = zalloc(sizeof(struct srcline_node)); in srcline__tree_insert()
Dpstack.c23 struct pstack *pstack = zalloc((sizeof(*pstack) + in pstack__new()
Dstrfilter.c70 struct strfilter_node *node = zalloc(sizeof(*node)); in strfilter_node__alloc()
162 struct strfilter *filter = zalloc(sizeof(*filter)); in strfilter__new()
Dzlib.c25 .zalloc = Z_NULL, in gzip_decompress_to_file()
Dprobe-finder.c95 struct debuginfo *dbg = zalloc(sizeof(*dbg)); in __debuginfo__new()
163 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in alloc_trace_arg_ref()
248 tvar->value = zalloc(ret + 2); in convert_variable_location()
371 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()
459 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
490 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
1400 args = zalloc(sizeof(struct perf_probe_arg) * MAX_PROBE_ARGS); in add_probe_trace_event()
1411 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in add_probe_trace_event()
1488 *tevs = zalloc(sizeof(struct probe_trace_event) * tf.max_tevs); in debuginfo__find_trace_events()
1659 *vls = zalloc(sizeof(struct variable_list) * af.max_vls); in debuginfo__find_available_vars_at()
/Linux-v6.6/tools/perf/arch/arm64/util/
Dperf_regs.c109 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op()
125 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op()
/Linux-v6.6/tools/include/linux/
Dzalloc.h7 void *zalloc(size_t size);
/Linux-v6.6/tools/lib/
Dzalloc.c6 void *zalloc(size_t size) in zalloc() function
/Linux-v6.6/tools/perf/arch/arm/util/
Dauxtrace.c29 arm_spe_pmus = zalloc(sizeof(struct perf_pmu *) * nr_cpus); in find_all_arm_spe_pmus()
81 hisi_ptt_pmus = zalloc(sizeof(struct perf_pmu *) * (*nr_ptts)); in find_all_hisi_ptt_pmus()
/Linux-v6.6/tools/bpf/resolve_btfids/
DBuild5 resolve_btfids-y += zalloc.o
/Linux-v6.6/tools/virtio/virtio-trace/
Dtrace-agent.c53 s = zalloc(sizeof(struct agent_info)); in agent_info_new()
115 buf = zalloc(PATH_MAX); in make_path()
Dtrace-agent.h63 static inline void *zalloc(size_t size) in zalloc() function
/Linux-v6.6/tools/perf/arch/powerpc/util/
Dperf_regs.c157 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op()
174 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op()
/Linux-v6.6/tools/perf/
DMANIFEST21 tools/lib/zalloc.c
/Linux-v6.6/tools/perf/arch/arm/annotate/
Dinstructions.c38 arm = zalloc(sizeof(*arm)); in arm__annotate_init()
/Linux-v6.6/tools/perf/arch/s390/util/
Dauxtrace.c110 aux = zalloc(sizeof(*aux)); in auxtrace_record__init()
/Linux-v6.6/tools/perf/bench/
Dmem-functions.c123 void *src = NULL, *dst = zalloc(size); in __bench_mem_function()
131 src = zalloc(size); in __bench_mem_function()

12345