Home
last modified time | relevance | path

Searched refs:sort_entries (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/kernel/trace/
H A Dtracing_map.c966 static void detect_dups(struct tracing_map_sort_entry **sort_entries, in detect_dups() argument
976 sort(sort_entries, n_entries, sizeof(struct tracing_map_sort_entry *), in detect_dups()
979 key = sort_entries[0]->key; in detect_dups()
981 if (!memcmp(sort_entries[i]->key, key, key_size)) { in detect_dups()
985 key = sort_entries[i]->key; in detect_dups()
1054 * @sort_entries: outval: pointer to allocated and sorted array of entries
1058 * them to the client in the sort_entries param. The client can
1071 * Return: the number of sort_entries in the struct tracing_map_sort_entry
1077 struct tracing_map_sort_entry ***sort_entries) in tracing_map_sort_entries()
1109 *sort_entries in tracing_map_sort_entries()
1074 tracing_map_sort_entries(struct tracing_map *map, struct tracing_map_sort_key *sort_keys, unsigned int n_sort_keys, struct tracing_map_sort_entry ***sort_entries) tracing_map_sort_entries() argument
[all...]
H A Dtracing_map.h283 struct tracing_map_sort_entry ***sort_entries);
H A Dtrace_events_hist.c4752 struct tracing_map_sort_entry **sort_entries = NULL; in print_entries() local
4758 &sort_entries); in print_entries()
4764 sort_entries[i]->key, in print_entries()
4765 sort_entries[i]->elt); in print_entries()
4767 tracing_map_destroy_sort_entries(sort_entries, n_entries); in print_entries()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtracing_map.c966 static void detect_dups(struct tracing_map_sort_entry **sort_entries, in detect_dups() argument
976 sort(sort_entries, n_entries, sizeof(struct tracing_map_sort_entry *), in detect_dups()
979 key = sort_entries[0]->key; in detect_dups()
981 if (!memcmp(sort_entries[i]->key, key, key_size)) { in detect_dups()
985 key = sort_entries[i]->key; in detect_dups()
1054 * @sort_entries: outval: pointer to allocated and sorted array of entries
1058 * them to the client in the sort_entries param. The client can
1071 * Return: the number of sort_entries in the struct tracing_map_sort_entry
1077 struct tracing_map_sort_entry ***sort_entries) in tracing_map_sort_entries()
1109 *sort_entries in tracing_map_sort_entries()
1074 tracing_map_sort_entries(struct tracing_map *map, struct tracing_map_sort_key *sort_keys, unsigned int n_sort_keys, struct tracing_map_sort_entry ***sort_entries) tracing_map_sort_entries() argument
[all...]
H A Dtracing_map.h279 struct tracing_map_sort_entry ***sort_entries);
H A Dtrace_events_hist.c5534 struct tracing_map_sort_entry **sort_entries = NULL; in print_entries() local
5542 &sort_entries); in print_entries()
5560 val = tracing_map_read_sum(sort_entries[i]->elt, j); in print_entries()
5569 sort_entries[i]->key, in print_entries()
5570 sort_entries[i]->elt); in print_entries()
5574 tracing_map_destroy_sort_entries(sort_entries, n_entries); in print_entries()

Completed in 20 milliseconds