Home
last modified time | relevance | path

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

/tools/perf/util/
Dsort.c2100 static struct perf_hpp_fmt *__hpp_dimension__alloc_hpp(struct hpp_dimension *hd, in __hpp_dimension__alloc_hpp() argument
2105 fmt = memdup(hd->fmt, sizeof(*fmt)); in __hpp_dimension__alloc_hpp()
2701 static int __hpp_dimension__add(struct hpp_dimension *hd, in __hpp_dimension__add() argument
2707 if (hd->taken) in __hpp_dimension__add()
2710 fmt = __hpp_dimension__alloc_hpp(hd, level); in __hpp_dimension__add()
2714 hd->taken = 1; in __hpp_dimension__add()
2733 struct hpp_dimension *hd) in __hpp_dimension__add_output() argument
2737 if (hd->taken) in __hpp_dimension__add_output()
2740 fmt = __hpp_dimension__alloc_hpp(hd, 0); in __hpp_dimension__add_output()
2744 hd->taken = 1; in __hpp_dimension__add_output()
[all …]
Dheader.c3342 struct header_print_data *hd = data; in perf_file_section__fprintf_info() local
3362 if (!feat_ops[feat].full_only || hd->full) in perf_file_section__fprintf_info()
3363 feat_ops[feat].print(&ff, hd->fp); in perf_file_section__fprintf_info()
3365 fprintf(hd->fp, "# %s info available, use -I to display\n", in perf_file_section__fprintf_info()
3373 struct header_print_data hd; in perf_header__fprintf_info() local
3380 hd.fp = fp; in perf_header__fprintf_info()
3381 hd.full = full; in perf_header__fprintf_info()
3395 perf_header__process_sections(header, fd, &hd, in perf_header__fprintf_info()