Home
last modified time | relevance | path

Searched refs:malloc_or_die (Results 1 – 4 of 4) sorted by relevance

/external/linux-tools-perf/util/
Dtrace-event-read.c156 str = malloc_or_die(size); in read_string()
171 buf = malloc_or_die(size + 1); in read_proc_kallsyms()
189 buf = malloc_or_die(size); in read_ftrace_printk()
222 header_event = malloc_or_die(size); in read_header_files()
231 buf = malloc_or_die(size); in read_ftrace_file()
241 buf = malloc_or_die(size); in read_event_file()
457 data = malloc_or_die(sizeof(*data)); in trace_peek_data()
Dtrace-event-parse.c100 item = malloc_or_die(sizeof(*item)); in parse_cmdlines()
109 cmdlines = malloc_or_die(sizeof(*cmdlines) * cmdline_count); in parse_cmdlines()
161 item = malloc_or_die(sizeof(*item)); in parse_proc_kallsyms()
182 func_list = malloc_or_die(sizeof(*func_list) * (func_count + 1)); in parse_proc_kallsyms()
305 item = malloc_or_die(sizeof(*item)); in parse_ftrace_printk()
315 printk_list = malloc_or_die(sizeof(*printk_list) * printk_count + 1); in parse_ftrace_printk()
345 event = malloc_or_die(sizeof(*event)); in alloc_event()
462 *tok = malloc_or_die(2); in __read_token()
805 field = malloc_or_die(sizeof(*field)); in event_read_fields()
1044 arg = malloc_or_die(sizeof(*arg)); in process_cond()
[all …]
Dtrace-event-info.c107 void *malloc_or_die(unsigned int size) in malloc_or_die() function
142 tracing = malloc_or_die(strlen(debugfs) + 9); in find_tracing_dir()
159 file = malloc_or_die(strlen(tracing) + strlen(name) + 2); in get_tracing_file()
330 format = malloc_or_die(strlen(sys) + strlen(dent->d_name) + 10); in copy_event_system()
348 format = malloc_or_die(strlen(sys) + strlen(dent->d_name) + 10); in copy_event_system()
424 sys = malloc_or_die(strlen(path) + strlen(dent->d_name) + 2); in read_event_files()
Dtrace-event.h173 void *malloc_or_die(unsigned int size);