Searched refs:calloc (Results 201 - 210 of 210) sorted by relevance

123456789

/linux-master/tools/perf/util/
H A Dmachine.c2232 struct branch_info *bi = calloc(bs->nr, sizeof(struct branch_info));
2592 calloc(max_lbr + 1, sizeof(struct callchain_cursor_node));
H A Dhist.c494 he->res_samples = calloc(symbol_conf.res_sample,
H A Dsymbol.c293 struct symbol *sym = calloc(1, (symbol_conf.priv_size +
H A Dintel-pt.c4041 pt->time_ranges = calloc(n, sizeof(struct range));
/linux-master/tools/perf/
H A DMakefile.config333 CFLAGS += -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free
H A Dbuiltin-kwork.c2294 rec_argv = calloc(rec_argc + 1, sizeof(char *));
H A Dbuiltin-record.c4092 rec->switch_output.filenames = calloc(rec->switch_output.num_files,
H A Dbuiltin-c2c.c3283 rec_argv = calloc(rec_argc + 1, sizeof(char *));
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c754 /* Use calloc to make sure the memory is initialized to Zero */
755 cpu_map = calloc(topo_max_cpus, sizeof(*cpu_map));
/linux-master/scripts/
H A Dcheckpatch.pl7261 if ($line =~ /\b((?:devm_)?((?:k|kv)?(calloc|malloc_array)(?:_node)?))\s*\(\s*sizeof\b/) {

Completed in 217 milliseconds

123456789