Home | History | Annotate | Download | only in util

Lines Matching refs:hd

2165 	struct header_print_data *hd = data;
2179 if (!feat_ops[feat].full_only || hd->full)
2180 feat_ops[feat].print(ph, fd, hd->fp);
2182 fprintf(hd->fp, "# %s info available, use -I to display\n",
2190 struct header_print_data hd;
2193 hd.fp = fp;
2194 hd.full = full;
2196 perf_header__process_sections(header, fd, &hd,