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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dheader.c428 struct perf_file_section *feat_sec; local
441 feat_sec = calloc(sizeof(*feat_sec), nr_sections);
442 if (feat_sec == NULL)
445 sec_size = sizeof(*feat_sec) * nr_sections;
453 trace_sec = &feat_sec[idx++];
464 buildid_sec = &feat_sec[idx++];
480 err = do_write(fd, feat_sec, sec_size);
484 free(feat_sec);
614 struct perf_file_section *feat_sec; local
[all...]

Completed in 37 milliseconds