Lines Matching refs:malloc
171 cursor = malloc(sizeof(struct per_pid)); in find_create_pid()
198 c = malloc(sizeof(struct per_pidcomm)); in pid_set_comm()
242 c = malloc(sizeof(struct per_pidcomm)); in pid_put_sample()
250 sample = malloc(sizeof(struct cpu_sample)); in pid_put_sample()
377 pwr = malloc(sizeof(struct power_event)); in c_state_end()
395 pwr = malloc(sizeof(struct power_event)); in p_state_change()
436 we = malloc(sizeof(struct wake_event)); in sched_wakeup()
582 pwr = malloc(sizeof(struct power_event)); in end_sample_processing()
600 pwr = malloc(sizeof(struct power_event)); in end_sample_processing()
740 task_from = malloc(40); in draw_wakeups()
744 task_to = malloc(40); in draw_wakeups()
837 filt = malloc(sizeof(struct process_filter)); in add_process_filter()