• Home
  • Raw
  • Download

Lines Matching refs:malloc_or_die

100 		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()
1047 left = malloc_or_die(sizeof(*left)); in process_cond()
1049 right = malloc_or_die(sizeof(*right)); in process_cond()
1084 arg = malloc_or_die(sizeof(*arg)); in process_array()
1197 left = malloc_or_die(sizeof(*left)); in process_op()
1201 right = malloc_or_die(sizeof(*right)); in process_op()
1208 left = malloc_or_die(sizeof(*left)); in process_op()
1235 left = malloc_or_die(sizeof(*left)); in process_op()
1246 right = malloc_or_die(sizeof(*right)); in process_op()
1271 left = malloc_or_die(sizeof(*left)); in process_op()
1484 arg = malloc_or_die(sizeof(*arg)); in process_fields()
1491 field = malloc_or_die(sizeof(*field)); in process_fields()
1537 field = malloc_or_die(sizeof(*field)); in process_flags()
1580 field = malloc_or_die(sizeof(*field)); in process_symbols()
1640 item_arg = malloc_or_die(sizeof(*item_arg)); in process_paren()
1771 arg = malloc_or_die(sizeof(*arg)); in event_read_print_args()
1837 cat = malloc_or_die(strlen(event->print_fmt.format) + in event_read_print()
2236 str = malloc_or_die(arg->field.field->size + 1); in print_str_arg()
2328 args = malloc_or_die(sizeof(*args)); in make_bprint_args()
2334 arg->atom.atom = malloc_or_die(32); in make_bprint_args()
2378 arg = malloc_or_die(sizeof(*arg)); in make_bprint_args()
2381 arg->atom.atom = malloc_or_die(32); in make_bprint_args()
2387 arg = malloc_or_die(sizeof(*arg)); in make_bprint_args()
2438 format = malloc_or_die(45); in get_bprint_format()
2448 format = malloc_or_die(strlen(p) + 10); in get_bprint_format()
2845 copy_data = malloc_or_die(size); in pretty_print_func_ent()
3066 arg = malloc_or_die(sizeof(*arg)); in parse_ftrace_file()