Searched refs:hd (Results 1 – 2 of 2) sorted by relevance
/tools/perf/util/ |
D | sort.c | 1661 static struct perf_hpp_fmt *__hpp_dimension__alloc_hpp(struct hpp_dimension *hd, in __hpp_dimension__alloc_hpp() argument 1666 fmt = memdup(hd->fmt, sizeof(*fmt)); in __hpp_dimension__alloc_hpp() 2262 static int __hpp_dimension__add(struct hpp_dimension *hd, in __hpp_dimension__add() argument 2268 if (hd->taken) in __hpp_dimension__add() 2271 fmt = __hpp_dimension__alloc_hpp(hd, level); in __hpp_dimension__add() 2275 hd->taken = 1; in __hpp_dimension__add() 2294 struct hpp_dimension *hd) in __hpp_dimension__add_output() argument 2298 if (hd->taken) in __hpp_dimension__add_output() 2301 fmt = __hpp_dimension__alloc_hpp(hd, 0); in __hpp_dimension__add_output() 2305 hd->taken = 1; in __hpp_dimension__add_output() [all …]
|
D | header.c | 2233 struct header_print_data *hd = data; in perf_file_section__fprintf_info() local 2247 if (!feat_ops[feat].full_only || hd->full) in perf_file_section__fprintf_info() 2248 feat_ops[feat].print(ph, fd, hd->fp); in perf_file_section__fprintf_info() 2250 fprintf(hd->fp, "# %s info available, use -I to display\n", in perf_file_section__fprintf_info() 2258 struct header_print_data hd; in perf_header__fprintf_info() local 2261 hd.fp = fp; in perf_header__fprintf_info() 2262 hd.full = full; in perf_header__fprintf_info() 2264 perf_header__process_sections(header, fd, &hd, in perf_header__fprintf_info()
|