Lines Matching refs:sort_key
4163 struct tracing_map_sort_key *sort_key; in create_sort_keys() local
4183 sort_key = &hist_data->sort_keys[i]; in create_sort_keys()
4209 sort_key->descending = descending; in create_sort_keys()
4225 sort_key->field_idx = idx; in create_sort_keys()
4231 sort_key->descending = descending; in create_sort_keys()
5003 struct tracing_map_sort_key *sort_key; in event_hist_trigger_print() local
5009 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print()
5010 idx = sort_key->field_idx; in event_hist_trigger_print()
5026 if (sort_key->descending) in event_hist_trigger_print()
5185 struct tracing_map_sort_key *sort_key, *sort_key_test; in hist_trigger_match() local
5233 sort_key = &hist_data->sort_keys[i]; in hist_trigger_match()
5236 if (sort_key->field_idx != sort_key_test->field_idx || in hist_trigger_match()
5237 sort_key->descending != sort_key_test->descending) in hist_trigger_match()