Lines Matching defs:sort_key
4765 struct tracing_map_sort_key *sort_key;
4779 sort_key = &hist_data->sort_keys[i];
4810 sort_key->descending = descending;
4826 sort_key->field_idx = idx;
4832 sort_key->descending = descending;
6277 struct tracing_map_sort_key *sort_key;
6283 sort_key = &hist_data->sort_keys[i];
6284 idx = sort_key->field_idx;
6300 if (sort_key->descending)
6454 struct tracing_map_sort_key *sort_key, *sort_key_test;
6502 sort_key = &hist_data->sort_keys[i];
6505 if (sort_key->field_idx != sort_key_test->field_idx ||
6506 sort_key->descending != sort_key_test->descending)