Lines Matching refs:malloc
167 cmdlines = malloc(sizeof(*cmdlines) * pevent->cmdline_count); in cmdline_init()
303 item = malloc(sizeof(*item)); in pevent_register_comm()
388 func_map = malloc(sizeof(*func_map) * (pevent->func_count + 1)); in func_map_init()
456 struct func_resolver *resolver = malloc(sizeof(*resolver)); in pevent_set_function_resolver()
556 struct func_list *item = malloc(sizeof(*item)); in pevent_register_function()
643 printk_map = malloc(sizeof(*printk_map) * (pevent->printk_count + 1)); in printk_map_init()
696 struct printk_list *item = malloc(sizeof(*item)); in pevent_register_print_string()
2170 ref = malloc(len); in eval_type_str()
3805 str = malloc(str_size + 1); in print_bitmask_to_seq()
3909 str = malloc(len + 1); in print_str_arg()
4112 args = malloc(sizeof(*args) * func_handle->nr_args); in process_defined_func()
4127 string = malloc(sizeof(*string)); in process_defined_func()
5459 events = malloc(sizeof(*events) * (pevent->nr_events + 1)); in pevent_list_events()
5503 fields = malloc(sizeof(*fields) * (count + 1)); in get_event_fields()
6358 param = malloc(sizeof(*param)); in pevent_register_print_function()