Lines Matching refs:hd
1412 static int __hpp_dimension__add(struct hpp_dimension *hd) in __hpp_dimension__add() argument
1414 if (!hd->taken) { in __hpp_dimension__add()
1415 hd->taken = 1; in __hpp_dimension__add()
1417 perf_hpp__register_sort_field(hd->fmt); in __hpp_dimension__add()
1434 static int __hpp_dimension__add_output(struct hpp_dimension *hd) in __hpp_dimension__add_output() argument
1436 if (!hd->taken) { in __hpp_dimension__add_output()
1437 hd->taken = 1; in __hpp_dimension__add_output()
1439 perf_hpp__column_register(hd->fmt); in __hpp_dimension__add_output()
1483 struct hpp_dimension *hd = &hpp_sort_dimensions[i]; in sort_dimension__add() local
1485 if (strncasecmp(tok, hd->name, strlen(tok))) in sort_dimension__add()
1488 return __hpp_dimension__add(hd); in sort_dimension__add()
1723 struct hpp_dimension *hd = &hpp_sort_dimensions[i]; in output_field_add() local
1725 if (strncasecmp(tok, hd->name, strlen(tok))) in output_field_add()
1728 return __hpp_dimension__add_output(hd); in output_field_add()