Lines Matching refs:sort_key
3955 struct tracing_map_sort_key *sort_key; in create_sort_keys() local
3969 sort_key = &hist_data->sort_keys[i]; in create_sort_keys()
4000 sort_key->descending = descending; in create_sort_keys()
4016 sort_key->field_idx = idx; in create_sort_keys()
4022 sort_key->descending = descending; in create_sort_keys()
5137 struct tracing_map_sort_key *sort_key; in event_hist_trigger_print() local
5143 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print()
5144 idx = sort_key->field_idx; in event_hist_trigger_print()
5160 if (sort_key->descending) in event_hist_trigger_print()
5319 struct tracing_map_sort_key *sort_key, *sort_key_test; in hist_trigger_match() local
5367 sort_key = &hist_data->sort_keys[i]; in hist_trigger_match()
5370 if (sort_key->field_idx != sort_key_test->field_idx || in hist_trigger_match()
5371 sort_key->descending != sort_key_test->descending) in hist_trigger_match()