Home
last modified time | relevance | path

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

/linux-4.4.14/arch/xtensa/boot/lib/
Dzmem.c12 void *zalloc(unsigned size) in zalloc() function
61 s.workspace = zalloc(zlib_inflate_workspacesize()); in gunzip()
/linux-4.4.14/tools/perf/util/
Dcomm.c36 cs = zalloc(sizeof(*cs)); in comm_str__alloc()
84 struct comm *comm = zalloc(sizeof(*comm)); in comm__new()
Dxyarray.c7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new()
Dcounts.c7 struct perf_counts *counts = zalloc(sizeof(*counts)); in perf_counts__new()
Dzlib.c22 .zalloc = Z_NULL, in gzip_decompress_to_file()
Dpstack.c21 struct pstack *pstack = zalloc((sizeof(*pstack) + in pstack__new()
Dprobe-finder.c97 struct debuginfo *dbg = zalloc(sizeof(*dbg)); in __debuginfo__new()
159 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in alloc_trace_arg_ref()
229 tvar->value = zalloc(ret + 2); in convert_variable_location()
347 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()
424 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
457 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
1213 args = zalloc(sizeof(struct perf_probe_arg) * MAX_PROBE_ARGS); in add_probe_trace_event()
1224 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in add_probe_trace_event()
1260 *tevs = zalloc(sizeof(struct probe_trace_event) * tf.max_tevs); in debuginfo__find_trace_events()
1399 *vls = zalloc(sizeof(struct variable_list) * af.max_vls); in debuginfo__find_available_vars_at()
Dstrfilter.c65 struct strfilter_node *node = zalloc(sizeof(*node)); in strfilter_node__alloc()
157 struct strfilter *filter = zalloc(sizeof(*filter)); in strfilter__new()
Dstat.c113 evsel->priv = zalloc(sizeof(struct perf_stat_evsel)); in perf_evsel__alloc_stat_priv()
215 mask = zalloc(MAX_NR_CPUS); in check_per_pkg()
Dthread-stack.c131 ts = zalloc(sizeof(struct thread_stack)); in thread_stack__new()
354 cpr = zalloc(sizeof(struct call_path_root)); in call_path_root__new()
386 cpb = zalloc(sizeof(struct call_path_block)); in call_path__new()
446 crp = zalloc(sizeof(struct call_return_processor)); in call_return_processor__new()
Dbuild-id.c363 *linkname = zalloc(size), *targetname, *tmp; in build_id_cache__add_s()
442 char *filename = zalloc(size), in build_id_cache__remove_s()
443 *linkname = zalloc(size), *tmp; in build_id_cache__remove_s()
Dprobe-event.c1386 *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()
[all …]
Dcgroup.c95 cgrp = zalloc(sizeof(*cgrp)); in add_cgroup()
Dparse-events.c211 path = zalloc(sizeof(*path)); in tracepoint_id_to_path()
239 struct tracepoint_path *path = zalloc(sizeof(*path)); in tracepoint_name_to_path()
879 __t = zalloc(sizeof(*__t)); \ in get_config_terms()
1645 evt_list = zalloc(sizeof(char *) * evt_num); in print_tracepoint_events()
1805 evt_list = zalloc(sizeof(char *) * evt_num); in print_hwcache_events()
1881 evt_list = zalloc(sizeof(char *) * evt_num); in print_symbol_events()
1991 term = zalloc(sizeof(*term)); in new_term()
Dthread.c33 struct thread *thread = zalloc(sizeof(*thread)); in thread__new()
Dstring.c121 char **argv = zalloc(sizeof(*argv) * (argc+1)); in argv_split()
Dpmu.c480 pmu = zalloc(sizeof(*pmu)); in pmu_lookup()
900 format = zalloc(sizeof(*format)); in perf_pmu__new_format()
988 aliases = zalloc(sizeof(char *) * len); in print_pmu_events()
Dsrcline.c120 a2l = zalloc(sizeof(*a2l)); in addr2line_init()
Dutil.h182 static inline void *zalloc(size_t size) in zalloc() function
Dcallchain.c359 new = zalloc(sizeof(*new)); in create_child()
407 call = zalloc(sizeof(*call)); in fill_node()
Dauxtrace.c323 buffer = zalloc(sizeof(struct auxtrace_buffer)); in auxtrace_queues__add_event()
856 ev = zalloc(sizeof(struct auxtrace_info_event) + priv_size); in perf_event__synthesize_auxtrace_info()
1299 c = zalloc(sizeof(struct auxtrace_cache)); in auxtrace_cache__new()
Ddb-export.c67 de = zalloc(sizeof(struct deferred_export)); in db_export__defer_comm()
Dintel-pt.c670 ptq = zalloc(sizeof(struct intel_pt_queue)); in intel_pt_alloc_queue()
678 ptq->chain = zalloc(sz); in intel_pt_alloc_queue()
688 ptq->last_branch = zalloc(sz); in intel_pt_alloc_queue()
691 ptq->last_branch_rb = zalloc(sz); in intel_pt_alloc_queue()
2022 pt = zalloc(sizeof(struct intel_pt)); in intel_pt_process_auxtrace_info()
Dintel-bts.c158 btsq = zalloc(sizeof(struct intel_bts_queue)); in intel_bts_alloc_queue()
868 bts = zalloc(sizeof(struct intel_bts)); in intel_bts_process_auxtrace_info()
Ddata-convert-bt.c458 cs = zalloc(sizeof(*cs)); in ctf_stream__create()
872 stream = zalloc(sizeof(*stream) * ncpus); in setup_streams()
Devent.c360 union perf_event *event = zalloc((sizeof(event->mmap) + in perf_event__synthesize_modules()
666 event = zalloc((sizeof(event->mmap) + machine->id_hdr_size)); in perf_event__synthesize_kernel_mmap()
Dannotate.c174 ops->locked.ops = zalloc(sizeof(*ops->locked.ops)); in lock__parse()
467 notes->src = zalloc(sizeof(*notes->src) + symbol_conf.nr_events * sizeof_sym_hist); in symbol__alloc_hist()
721 struct disasm_line *dl = zalloc(sizeof(*dl) + privsize); in disasm_line__new()
Dsession.c117 struct perf_session *session = zalloc(sizeof(*session)); in perf_session__new()
1712 ref = zalloc(sizeof(struct ref_reloc_sym)); in maps__set_kallsyms_ref_reloc_sym()
2037 ev = zalloc(sz); in perf_event__synthesize_id_index()
Devsel.c222 struct perf_evsel *evsel = zalloc(perf_evsel__object.size); in perf_evsel__new_idx()
235 struct perf_evsel *evsel = zalloc(perf_evsel__object.size); in perf_evsel__newtp_idx()
1003 evsel->id = zalloc(ncpus * nthreads * sizeof(u64)); in perf_evsel__alloc_id()
Devlist.c51 struct perf_evlist *evlist = zalloc(sizeof(*evlist)); in perf_evlist__new()
869 evlist->mmap = zalloc(evlist->nr_mmaps * sizeof(struct perf_mmap)); in perf_evlist__alloc_mmap()
Ddso.c653 cache = zalloc(sizeof(*cache) + DSO__DATA_CACHE_SIZE); in dso_cache__read()
Dheader.c1550 cmdline = zalloc(section->size + nr + 1); in process_cmdline()
1554 argv = zalloc(sizeof(char *) * (nr + 1)); in process_cmdline()
Dhist.c323 he = zalloc(sizeof(*he) + callchain_size); in hist_entry__new()
Dsymbol.c920 mi = zalloc(sizeof(struct module_info)); in __read_proc_modules()
Dmachine.c1546 struct mem_info *mi = zalloc(sizeof(*mi)); in sample__resolve_mem()
/linux-4.4.14/tools/perf/bench/
Dmem-functions.c197 *dst = zalloc(size); in memcpy_alloc_mem()
201 *src = zalloc(size); in memcpy_alloc_mem()
295 *dst = zalloc(size); in memset_alloc_mem()
Dnuma.c1246 pthreads = zalloc(g->p.nr_threads * sizeof(pthread_t)); in worker_process()
1441 pids = zalloc(g->p.nr_proc * sizeof(*pids)); in __bench_numa()
/linux-4.4.14/tools/virtio/virtio-trace/
Dtrace-agent.c54 s = zalloc(sizeof(struct agent_info)); in agent_info_new()
116 buf = zalloc(PATH_MAX); in make_path()
Dtrace-agent.h62 static inline void *zalloc(size_t size) in zalloc() function
Dtrace-agent-rw.c26 rw_ti = zalloc(sizeof(struct rw_thread_info)); in rw_thread_info_new()
/linux-4.4.14/tools/perf/
Dbuiltin-timechart.c206 cursor = zalloc(sizeof(*cursor)); in find_create_pid()
232 c = zalloc(sizeof(*c)); in pid_set_comm()
276 c = zalloc(sizeof(*c)); in pid_put_sample()
283 sample = zalloc(sizeof(*sample)); in pid_put_sample()
353 struct power_event *pwr = zalloc(sizeof(*pwr)); in c_state_end()
375 pwr = zalloc(sizeof(*pwr)); in p_state_change()
408 struct wake_event *we = zalloc(sizeof(*we)); in sched_wakeup()
686 pwr = zalloc(sizeof(*pwr)); in end_sample_processing()
701 pwr = zalloc(sizeof(*pwr)); in end_sample_processing()
729 c = zalloc(sizeof(*c)); in pid_begin_io_sample()
[all …]
Dbuiltin-lock.c167 st = zalloc(sizeof(struct thread_stat)); in thread_stat_findnew_after_first()
189 st = zalloc(sizeof(struct thread_stat)); in thread_stat_findnew_first()
323 new = zalloc(sizeof(struct lock_stat)); in lock_stat_findnew()
328 new->name = zalloc(sizeof(char) * strlen(name) + 1); in lock_stat_findnew()
368 seq = zalloc(sizeof(struct lock_seq_stat)); in get_seq()
Dbuiltin-help.c181 *p = zalloc(sizeof(**p) + len + 1); in add_man_viewer()
196 struct man_viewer_info_list *new = zalloc(sizeof(*new) + len + 1); in do_add_man_viewer_info()
Dbuiltin-bench.c166 name = zalloc(size); in run_bench()
Dbuiltin-sched.c244 struct sched_atom *event = zalloc(sizeof(*event)); in get_new_event()
311 wakee_event->wait_sem = zalloc(sizeof(*wakee_event->wait_sem)); in add_sched_event_wakeup()
352 task = zalloc(sizeof(*task)); in register_pid()
868 struct work_atoms *atoms = zalloc(sizeof(*atoms)); in thread_atoms_insert()
892 struct work_atom *atom = zalloc(sizeof(*atom)); in add_sched_out_event()
Dbuiltin-probe.c161 buf = zalloc(len + 1); in parse_probe_event_argv()
Dbuiltin-kmem.c445 data = zalloc(sizeof(*data)); in __page_stat__findnew_page()
500 data = zalloc(sizeof(*data)); in __page_stat__findnew_alloc()
555 data = zalloc(sizeof(*data)); in __page_stat__findnew_caller()
Dbuiltin-diff.c1188 fmt = zalloc(sizeof(*fmt)); in ui_init()
1244 data__files = zalloc(sizeof(*data__files) * data__files_cnt); in data_init()
Dbuiltin-kvm.c184 event = zalloc(sizeof(*event)); in kvm_alloc_init_event()
382 vcpu_record = zalloc(sizeof(*vcpu_record)); in per_vcpu_record()
Dbuiltin-script.c1286 struct script_desc *s = zalloc(sizeof(*s)); in script_desc__new()
Dbuiltin-trace.c1362 struct thread_trace *ttrace = zalloc(sizeof(struct thread_trace)); in thread_trace__new()
/linux-4.4.14/tools/perf/ui/browsers/
Dscripts.c130 buf = zalloc((sizeof(*sline)) * MAX_LINES); in script_browse()
Dannotate.c1042 browser.offsets = zalloc(size * sizeof(struct disasm_line *)); in symbol__tui_annotate()
Dhists.c1230 struct hist_browser *browser = zalloc(sizeof(*browser)); in hist_browser__new()
/linux-4.4.14/tools/perf/arch/x86/util/
Dintel-pt.c265 attr = zalloc(sizeof(struct perf_event_attr)); in intel_pt_pmu_default_config()
794 ref_buf = zalloc(ref_buf_size); in intel_pt_alloc_snapshot_ref()
1028 ptr = zalloc(sizeof(struct intel_pt_recording)); in intel_pt_recording_init()
Dintel-bts.c439 btsr = zalloc(sizeof(struct intel_bts_recording)); in intel_bts_recording_init()
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c185 decoder = zalloc(sizeof(struct intel_pt_decoder)); in intel_pt_decoder_new()