Lines Matching refs:sort_key
4698 struct tracing_map_sort_key *sort_key; in create_sort_keys() local
4712 sort_key = &hist_data->sort_keys[i]; in create_sort_keys()
4743 sort_key->descending = descending; in create_sort_keys()
4759 sort_key->field_idx = idx; in create_sort_keys()
4765 sort_key->descending = descending; in create_sort_keys()
6025 struct tracing_map_sort_key *sort_key; in event_hist_trigger_print() local
6031 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print()
6032 idx = sort_key->field_idx; in event_hist_trigger_print()
6048 if (sort_key->descending) in event_hist_trigger_print()
6206 struct tracing_map_sort_key *sort_key, *sort_key_test; in hist_trigger_match() local
6254 sort_key = &hist_data->sort_keys[i]; in hist_trigger_match()
6257 if (sort_key->field_idx != sort_key_test->field_idx || in hist_trigger_match()
6258 sort_key->descending != sort_key_test->descending) in hist_trigger_match()