Lines Matching refs:sort_key
4738 struct tracing_map_sort_key *sort_key; in create_sort_keys() local
4752 sort_key = &hist_data->sort_keys[i]; in create_sort_keys()
4783 sort_key->descending = descending; in create_sort_keys()
4799 sort_key->field_idx = idx; in create_sort_keys()
4805 sort_key->descending = descending; in create_sort_keys()
6251 struct tracing_map_sort_key *sort_key; in event_hist_trigger_print() local
6257 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print()
6258 idx = sort_key->field_idx; in event_hist_trigger_print()
6274 if (sort_key->descending) in event_hist_trigger_print()
6425 struct tracing_map_sort_key *sort_key, *sort_key_test; in hist_trigger_match() local
6473 sort_key = &hist_data->sort_keys[i]; in hist_trigger_match()
6476 if (sort_key->field_idx != sort_key_test->field_idx || in hist_trigger_match()
6477 sort_key->descending != sort_key_test->descending) in hist_trigger_match()