/linux-5.19.10/tools/lib/perf/ |
D | Build | 7 libperf-y += zalloc.o 11 $(OUTPUT)zalloc.o: ../../lib/zalloc.c FORCE
|
D | xyarray.c | 10 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new()
|
/linux-5.19.10/tools/perf/ui/gtk/ |
D | Build | 10 gtk-y += zalloc.o 12 $(OUTPUT)ui/gtk/zalloc.o: ../lib/zalloc.c FORCE
|
/linux-5.19.10/arch/xtensa/boot/lib/ |
D | zmem.c | 13 void *zalloc(unsigned size) in zalloc() function 62 s.workspace = zalloc(zlib_inflate_workspacesize()); in gunzip()
|
/linux-5.19.10/tools/perf/util/ |
D | call-path.c | 30 cpr = zalloc(sizeof(struct call_path_root)); in call_path_root__new() 62 cpb = zalloc(sizeof(struct call_path_block)); in call_path__new()
|
D | comm.c | 45 cs = zalloc(sizeof(*cs)); in comm_str__alloc() 110 struct comm *comm = zalloc(sizeof(*comm)); in comm__new()
|
D | config.c | 621 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()
|
D | srcline.c | 47 ilist = zalloc(sizeof(*ilist)); in inline_list__append() 249 a2l = zalloc(sizeof(*a2l)); in addr2line_init() 420 struct a2l_subprocess *a2l = zalloc(sizeof(*a2l)); in addr2line_subprocess_init() 662 node = zalloc(sizeof(*node)); in addr2inlines() 783 node = zalloc(sizeof(struct srcline_node)); in srcline__tree_insert()
|
D | counts.c | 12 struct perf_counts *counts = zalloc(sizeof(*counts)); in perf_counts__new()
|
D | pstack.c | 23 struct pstack *pstack = zalloc((sizeof(*pstack) + in pstack__new()
|
D | strfilter.c | 70 struct strfilter_node *node = zalloc(sizeof(*node)); in strfilter_node__alloc() 162 struct strfilter *filter = zalloc(sizeof(*filter)); in strfilter__new()
|
D | zlib.c | 25 .zalloc = Z_NULL, in gzip_decompress_to_file()
|
D | probe-finder.c | 95 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() 1391 args = zalloc(sizeof(struct perf_probe_arg) * MAX_PROBE_ARGS); in add_probe_trace_event() 1402 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in add_probe_trace_event() 1479 *tevs = zalloc(sizeof(struct probe_trace_event) * tf.max_tevs); in debuginfo__find_trace_events() 1650 *vls = zalloc(sizeof(struct variable_list) * af.max_vls); in debuginfo__find_available_vars_at()
|
/linux-5.19.10/tools/perf/arch/arm64/util/ |
D | perf_regs.c | 108 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op() 124 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op()
|
/linux-5.19.10/tools/lib/ |
D | zalloc.c | 6 void *zalloc(size_t size) in zalloc() function
|
/linux-5.19.10/tools/include/linux/ |
D | zalloc.h | 7 void *zalloc(size_t size);
|
/linux-5.19.10/tools/bpf/resolve_btfids/ |
D | Build | 3 resolve_btfids-y += zalloc.o
|
/linux-5.19.10/tools/virtio/virtio-trace/ |
D | trace-agent.c | 52 s = zalloc(sizeof(struct agent_info)); in agent_info_new() 114 buf = zalloc(PATH_MAX); in make_path()
|
D | trace-agent.h | 63 static inline void *zalloc(size_t size) in zalloc() function
|
/linux-5.19.10/tools/perf/arch/powerpc/util/ |
D | perf_regs.c | 156 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op() 173 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op()
|
/linux-5.19.10/tools/perf/ |
D | builtin-timechart.c | 209 cursor = zalloc(sizeof(*cursor)); in find_create_pid() 235 c = zalloc(sizeof(*c)); in pid_set_comm() 279 c = zalloc(sizeof(*c)); in pid_put_sample() 286 sample = zalloc(sizeof(*sample)); in pid_put_sample() 356 struct power_event *pwr = zalloc(sizeof(*pwr)); in c_state_end() 378 pwr = zalloc(sizeof(*pwr)); in p_state_change() 411 struct wake_event *we = zalloc(sizeof(*we)); in sched_wakeup() 685 pwr = zalloc(sizeof(*pwr)); in end_sample_processing() 700 pwr = zalloc(sizeof(*pwr)); in end_sample_processing() 728 c = zalloc(sizeof(*c)); in pid_begin_io_sample() [all …]
|
D | MANIFEST | 23 tools/lib/zalloc.c
|
D | builtin-lock.c | 172 st = zalloc(sizeof(struct thread_stat)); in thread_stat_findnew_after_first() 194 st = zalloc(sizeof(struct thread_stat)); in thread_stat_findnew_first() 464 new = zalloc(sizeof(struct lock_stat)); in lock_stat_findnew() 469 new->name = zalloc(sizeof(char) * strlen(name) + 1); in lock_stat_findnew() 509 seq = zalloc(sizeof(struct lock_seq_stat)); in get_seq()
|
/linux-5.19.10/tools/perf/arch/arm/annotate/ |
D | instructions.c | 38 arm = zalloc(sizeof(*arm)); in arm__annotate_init()
|
/linux-5.19.10/tools/perf/arch/s390/util/ |
D | auxtrace.c | 110 aux = zalloc(sizeof(*aux)); in auxtrace_record__init()
|