Searched refs:feat_sec (Results 1 – 1 of 1) sorted by relevance
2707 struct perf_file_section *feat_sec, *p; in perf_header__adds_write() local2722 feat_sec = p = calloc(nr_sections, sizeof(*feat_sec)); in perf_header__adds_write()2723 if (feat_sec == NULL) in perf_header__adds_write()2726 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__adds_write()2741 err = do_write(&ff, feat_sec, sec_size); in perf_header__adds_write()2744 free(feat_sec); in perf_header__adds_write()2867 struct perf_file_section *feat_sec, *sec; in perf_header__process_sections() local2877 feat_sec = sec = calloc(nr_sections, sizeof(*feat_sec)); in perf_header__process_sections()2878 if (!feat_sec) in perf_header__process_sections()2881 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__process_sections()[all …]