Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\tracing_map.c Create Date:2022-07-28 12:07:40
Last Modify:2020-03-17 19:44:05 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:racing_map_destroy_sort_entries - Destroy an array of sort entries*@entries: The entries to destroy*@n_entries: The number of entries in the array* Destroy the elements returned by a tracing_map_sort_entries() call.

Proto:void tracing_map_destroy_sort_entries(struct tracing_map_sort_entry **entries, unsigned int n_entries)

Type:void

Parameter:

TypeParameterName
struct tracing_map_sort_entry **entries
unsigned intn_entries
928  When i < n_entries cycle destroy_sort_entry(entries[i])
931  vfree(entries)
Caller
NameDescribe
tracing_map_sort_entriesracing_map_sort_entries - Sort the current set of tracing_map_elts in a map*@map: The tracing_map*@sort_key: The sort key to use for sorting*@sort_entries: outval: pointer to allocated and sorted array of entries* tracing_map_sort_entries() sorts the
print_entries