Searched refs:malloc (Results 376 - 400 of 410) sorted by relevance

<<11121314151617

/linux-master/tools/perf/util/
H A Dheader.c260 buf = malloc(len);
1947 buf = malloc(sz);
3167 info_linear = malloc(sizeof(struct perf_bpil) +
3184 info_node = malloc(sizeof(struct bpf_prog_info_node));
3228 node = malloc(sizeof(struct btf_node) + data_size);
H A Dmachine.c130 struct machine *machine = malloc(sizeof(*machine));
209 struct machine *pos, *machine = malloc(sizeof(*machine));
2419 return malloc(sizeof(struct stitch_list));
2981 struct thread_list *entry = malloc(sizeof(*entry));
H A Dsrcline.c187 syms = malloc(storage);
H A Dcs-etm.c514 tidq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE);
554 tidq = malloc(sizeof(*tidq));
H A Darm-spe.c202 speq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE);
H A Ddso.c551 char *name = malloc(PATH_MAX);
H A Dprobe-finder.c1883 *new_path = malloc((strlen(prefix) + strlen(raw_path) + 2));
H A Dsort.c2621 hse = malloc(sizeof(*hse));
2986 hde = malloc(sizeof(*hde));
H A Dprobe-event.c3064 syms = malloc(sizeof(struct symbol *) * probe_conf.max_probes);
3314 ret = malloc(sz_a + sz_b);
/linux-master/tools/perf/ui/
H A Dhist.c897 node = malloc(sizeof(*node));
/linux-master/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c1176 stack = malloc(__STACK_SIZE);
/linux-master/tools/bpf/bpftool/
H A Dlink.c396 char *str = malloc(PERF_HW_CACHE_LEN);
H A Dgen.c417 s = malloc(n + 1);
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h984 cpuid = malloc(kvm_cpuid2_size(nr_entries));
/linux-master/mm/
H A Dz3fold.c1416 .malloc = z3fold_zpool_malloc,
H A Dzsmalloc.c413 .malloc = zs_zpool_malloc,
/linux-master/scripts/kconfig/
H A Dsymbol.c983 sym_arr = malloc((cnt+1) * sizeof(struct symbol *));
/linux-master/tools/perf/
H A Dbuiltin-trace.c1915 trace->ev_qualifier_ids.entries = malloc(nr_allocated *
2370 ttrace->entry_str = malloc(trace__entry_str_size);
4556 lists[list] = malloc(len);
H A Dbuiltin-record.c2572 event = malloc(sizeof(event->comm) + machine->id_hdr_size);
2593 event = malloc(sizeof(event->namespaces) +
H A Dbuiltin-sched.c661 struct sched_thread_parms *parms = malloc(sizeof(*parms));
944 pr_debug("Failed to malloc memory for runtime data.\n");
3181 sched->curr_pid = malloc(MAX_CPUS * sizeof(*(sched->curr_pid)));
H A DMakefile.config343 CFLAGS += -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free
/linux-master/arch/arm/boot/compressed/
H A Dhead.S340 /* malloc space is above the relocated stack (64k max) */
360 * r10 = end of this image, including bss/stack/malloc space if non XIP
453 * r10 = end of this image, including bss/stack/malloc space if non XIP
631 mov r1, sp @ malloc space above stack
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c764 raw_btf = malloc(sizeof(hdr) + types_len + strings_len);
H A Dveristat.c1013 buf = malloc(buf_sz);
/linux-master/tools/lib/bpf/
H A Dbpf.c219 info = malloc(info_len);

Completed in 898 milliseconds

<<11121314151617