Searched refs:feat_sec (Results 1 – 1 of 1) sorted by relevance
3548 struct perf_file_section *feat_sec, *p; in perf_header__adds_write() local3563 feat_sec = p = calloc(nr_sections, sizeof(*feat_sec)); in perf_header__adds_write()3564 if (feat_sec == NULL) in perf_header__adds_write()3567 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__adds_write()3582 err = do_write(&ff, feat_sec, sec_size); in perf_header__adds_write()3585 free(feat_sec); in perf_header__adds_write()3746 struct perf_file_section *feat_sec, *sec; in perf_header__process_sections() local3756 feat_sec = sec = calloc(nr_sections, sizeof(*feat_sec)); in perf_header__process_sections()3757 if (!feat_sec) in perf_header__process_sections()3760 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__process_sections()[all …]