/linux-4.4.14/arch/xtensa/boot/lib/ |
D | zmem.c | 12 void *zalloc(unsigned size) in zalloc() function 61 s.workspace = zalloc(zlib_inflate_workspacesize()); in gunzip()
|
/linux-4.4.14/tools/perf/util/ |
D | comm.c | 36 cs = zalloc(sizeof(*cs)); in comm_str__alloc() 84 struct comm *comm = zalloc(sizeof(*comm)); in comm__new()
|
D | xyarray.c | 7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new()
|
D | counts.c | 7 struct perf_counts *counts = zalloc(sizeof(*counts)); in perf_counts__new()
|
D | zlib.c | 22 .zalloc = Z_NULL, in gzip_decompress_to_file()
|
D | pstack.c | 21 struct pstack *pstack = zalloc((sizeof(*pstack) + in pstack__new()
|
D | probe-finder.c | 97 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()
|
D | strfilter.c | 65 struct strfilter_node *node = zalloc(sizeof(*node)); in strfilter_node__alloc() 157 struct strfilter *filter = zalloc(sizeof(*filter)); in strfilter__new()
|
D | stat.c | 113 evsel->priv = zalloc(sizeof(struct perf_stat_evsel)); in perf_evsel__alloc_stat_priv() 215 mask = zalloc(MAX_NR_CPUS); in check_per_pkg()
|
D | thread-stack.c | 131 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()
|
D | build-id.c | 363 *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()
|
D | probe-event.c | 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() [all …]
|
D | cgroup.c | 95 cgrp = zalloc(sizeof(*cgrp)); in add_cgroup()
|
D | parse-events.c | 211 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()
|
D | thread.c | 33 struct thread *thread = zalloc(sizeof(*thread)); in thread__new()
|
D | string.c | 121 char **argv = zalloc(sizeof(*argv) * (argc+1)); in argv_split()
|
D | pmu.c | 480 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()
|
D | srcline.c | 120 a2l = zalloc(sizeof(*a2l)); in addr2line_init()
|
D | util.h | 182 static inline void *zalloc(size_t size) in zalloc() function
|
D | callchain.c | 359 new = zalloc(sizeof(*new)); in create_child() 407 call = zalloc(sizeof(*call)); in fill_node()
|
D | auxtrace.c | 323 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()
|
D | db-export.c | 67 de = zalloc(sizeof(struct deferred_export)); in db_export__defer_comm()
|
D | intel-pt.c | 670 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()
|
D | intel-bts.c | 158 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()
|
D | data-convert-bt.c | 458 cs = zalloc(sizeof(*cs)); in ctf_stream__create() 872 stream = zalloc(sizeof(*stream) * ncpus); in setup_streams()
|
D | event.c | 360 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()
|
D | annotate.c | 174 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()
|
D | session.c | 117 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()
|
D | evsel.c | 222 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()
|
D | evlist.c | 51 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()
|
D | dso.c | 653 cache = zalloc(sizeof(*cache) + DSO__DATA_CACHE_SIZE); in dso_cache__read()
|
D | header.c | 1550 cmdline = zalloc(section->size + nr + 1); in process_cmdline() 1554 argv = zalloc(sizeof(char *) * (nr + 1)); in process_cmdline()
|
D | hist.c | 323 he = zalloc(sizeof(*he) + callchain_size); in hist_entry__new()
|
D | symbol.c | 920 mi = zalloc(sizeof(struct module_info)); in __read_proc_modules()
|
D | machine.c | 1546 struct mem_info *mi = zalloc(sizeof(*mi)); in sample__resolve_mem()
|
/linux-4.4.14/tools/perf/bench/ |
D | mem-functions.c | 197 *dst = zalloc(size); in memcpy_alloc_mem() 201 *src = zalloc(size); in memcpy_alloc_mem() 295 *dst = zalloc(size); in memset_alloc_mem()
|
D | numa.c | 1246 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/ |
D | trace-agent.c | 54 s = zalloc(sizeof(struct agent_info)); in agent_info_new() 116 buf = zalloc(PATH_MAX); in make_path()
|
D | trace-agent.h | 62 static inline void *zalloc(size_t size) in zalloc() function
|
D | trace-agent-rw.c | 26 rw_ti = zalloc(sizeof(struct rw_thread_info)); in rw_thread_info_new()
|
/linux-4.4.14/tools/perf/ |
D | builtin-timechart.c | 206 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 …]
|
D | builtin-lock.c | 167 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()
|
D | builtin-help.c | 181 *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()
|
D | builtin-bench.c | 166 name = zalloc(size); in run_bench()
|
D | builtin-sched.c | 244 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()
|
D | builtin-probe.c | 161 buf = zalloc(len + 1); in parse_probe_event_argv()
|
D | builtin-kmem.c | 445 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()
|
D | builtin-diff.c | 1188 fmt = zalloc(sizeof(*fmt)); in ui_init() 1244 data__files = zalloc(sizeof(*data__files) * data__files_cnt); in data_init()
|
D | builtin-kvm.c | 184 event = zalloc(sizeof(*event)); in kvm_alloc_init_event() 382 vcpu_record = zalloc(sizeof(*vcpu_record)); in per_vcpu_record()
|
D | builtin-script.c | 1286 struct script_desc *s = zalloc(sizeof(*s)); in script_desc__new()
|
D | builtin-trace.c | 1362 struct thread_trace *ttrace = zalloc(sizeof(struct thread_trace)); in thread_trace__new()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | scripts.c | 130 buf = zalloc((sizeof(*sline)) * MAX_LINES); in script_browse()
|
D | annotate.c | 1042 browser.offsets = zalloc(size * sizeof(struct disasm_line *)); in symbol__tui_annotate()
|
D | hists.c | 1230 struct hist_browser *browser = zalloc(sizeof(*browser)); in hist_browser__new()
|
/linux-4.4.14/tools/perf/arch/x86/util/ |
D | intel-pt.c | 265 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()
|
D | intel-bts.c | 439 btsr = zalloc(sizeof(struct intel_bts_recording)); in intel_bts_recording_init()
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 185 decoder = zalloc(sizeof(struct intel_pt_decoder)); in intel_pt_decoder_new()
|