Searched refs:hd (Results 1 – 2 of 2) sorted by relevance
/tools/perf/util/ |
D | sort.c | 1553 static int __hpp_dimension__add(struct hpp_dimension *hd) in __hpp_dimension__add() argument 1555 if (!hd->taken) { in __hpp_dimension__add() 1556 hd->taken = 1; in __hpp_dimension__add() 1558 perf_hpp__register_sort_field(hd->fmt); in __hpp_dimension__add() 1575 static int __hpp_dimension__add_output(struct hpp_dimension *hd) in __hpp_dimension__add_output() argument 1577 if (!hd->taken) { in __hpp_dimension__add_output() 1578 hd->taken = 1; in __hpp_dimension__add_output() 1580 perf_hpp__column_register(hd->fmt); in __hpp_dimension__add_output() 1632 struct hpp_dimension *hd = &hpp_sort_dimensions[i]; in sort_dimension__add() local 1634 if (strncasecmp(tok, hd->name, strlen(tok))) in sort_dimension__add() [all …]
|
D | header.c | 1970 struct header_print_data *hd = data; in perf_file_section__fprintf_info() local 1984 if (!feat_ops[feat].full_only || hd->full) in perf_file_section__fprintf_info() 1985 feat_ops[feat].print(ph, fd, hd->fp); in perf_file_section__fprintf_info() 1987 fprintf(hd->fp, "# %s info available, use -I to display\n", in perf_file_section__fprintf_info() 1995 struct header_print_data hd; in perf_header__fprintf_info() local 1998 hd.fp = fp; in perf_header__fprintf_info() 1999 hd.full = full; in perf_header__fprintf_info() 2001 perf_header__process_sections(header, fd, &hd, in perf_header__fprintf_info()
|