Searched refs:sort_keys (Results 1 – 4 of 4) sorted by relevance
1060 struct tracing_map_sort_key *sort_keys, in tracing_map_sort_entries() argument1101 if (is_key(map, sort_keys[0].field_idx)) in tracing_map_sort_entries()1106 set_sort_key(map, &sort_keys[0]); in tracing_map_sort_entries()1115 &sort_keys[0], in tracing_map_sort_entries()1116 &sort_keys[1]); in tracing_map_sort_entries()
281 struct tracing_map_sort_key *sort_keys,
269 struct tracing_map_sort_key sort_keys[TRACING_MAP_SORT_KEYS_MAX]; member4183 sort_key = &hist_data->sort_keys[i]; in create_sort_keys()4830 n_entries = tracing_map_sort_entries(map, hist_data->sort_keys, in print_entries()5009 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print()5233 sort_key = &hist_data->sort_keys[i]; in hist_trigger_match()5234 sort_key_test = &hist_data_test->sort_keys[i]; in hist_trigger_match()
2709 const char *sort_keys; in __setup_sorting() local2716 sort_keys = sort_order; in __setup_sorting()2717 if (sort_keys == NULL) { in __setup_sorting()2726 sort_keys = get_default_sort_order(evlist); in __setup_sorting()2729 str = strdup(sort_keys); in __setup_sorting()