Home
last modified time | relevance | path

Searched refs:sort_keys (Results 1 – 3 of 3) sorted by relevance

/kernel/trace/
Dtracing_map.c1075 struct tracing_map_sort_key *sort_keys, in tracing_map_sort_entries() argument
1115 if (is_key(map, sort_keys[0].field_idx)) in tracing_map_sort_entries()
1120 set_sort_key(map, &sort_keys[0]); in tracing_map_sort_entries()
1129 &sort_keys[0], in tracing_map_sort_entries()
1130 &sort_keys[1]); in tracing_map_sort_entries()
Dtracing_map.h281 struct tracing_map_sort_key *sort_keys,
Dtrace_events_hist.c554 struct tracing_map_sort_key sort_keys[TRACING_MAP_SORT_KEYS_MAX]; member
4645 sort_key = &hist_data->sort_keys[i]; in create_sort_keys()
5442 n_entries = tracing_map_sort_entries(map, hist_data->sort_keys, in print_entries()
5932 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print()
6153 sort_key = &hist_data->sort_keys[i]; in hist_trigger_match()
6154 sort_key_test = &hist_data_test->sort_keys[i]; in hist_trigger_match()