Searched refs:hd (Results 1 – 2 of 2) sorted by relevance
/tools/perf/util/ |
D | sort.c | 1916 static struct perf_hpp_fmt *__hpp_dimension__alloc_hpp(struct hpp_dimension *hd, in __hpp_dimension__alloc_hpp() argument 1921 fmt = memdup(hd->fmt, sizeof(*fmt)); in __hpp_dimension__alloc_hpp() 2517 static int __hpp_dimension__add(struct hpp_dimension *hd, in __hpp_dimension__add() argument 2523 if (hd->taken) in __hpp_dimension__add() 2526 fmt = __hpp_dimension__alloc_hpp(hd, level); in __hpp_dimension__add() 2530 hd->taken = 1; in __hpp_dimension__add() 2549 struct hpp_dimension *hd) in __hpp_dimension__add_output() argument 2553 if (hd->taken) in __hpp_dimension__add_output() 2556 fmt = __hpp_dimension__alloc_hpp(hd, 0); in __hpp_dimension__add_output() 2560 hd->taken = 1; in __hpp_dimension__add_output() [all …]
|
D | header.c | 2880 struct header_print_data *hd = data; in perf_file_section__fprintf_info() local 2900 if (!feat_ops[feat].full_only || hd->full) in perf_file_section__fprintf_info() 2901 feat_ops[feat].print(&ff, hd->fp); in perf_file_section__fprintf_info() 2903 fprintf(hd->fp, "# %s info available, use -I to display\n", in perf_file_section__fprintf_info() 2911 struct header_print_data hd; in perf_header__fprintf_info() local 2918 hd.fp = fp; in perf_header__fprintf_info() 2919 hd.full = full; in perf_header__fprintf_info() 2933 perf_header__process_sections(header, fd, &hd, in perf_header__fprintf_info()
|