Home
last modified time | relevance | path

Searched refs:feat_sec (Results 1 – 1 of 1) sorted by relevance

/tools/perf/util/
Dheader.c2301 struct perf_file_section *feat_sec, *p; in perf_header__adds_write() local
2311 feat_sec = p = calloc(nr_sections, sizeof(*feat_sec)); in perf_header__adds_write()
2312 if (feat_sec == NULL) in perf_header__adds_write()
2315 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__adds_write()
2330 err = do_write(fd, feat_sec, sec_size); in perf_header__adds_write()
2333 free(feat_sec); in perf_header__adds_write()
2451 struct perf_file_section *feat_sec, *sec; in perf_header__process_sections() local
2461 feat_sec = sec = calloc(nr_sections, sizeof(*feat_sec)); in perf_header__process_sections()
2462 if (!feat_sec) in perf_header__process_sections()
2465 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__process_sections()
[all …]