函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\tracing_map.c Create Date:2022-07-27 13:14:17
Last Modify:2020-03-17 19:44:05 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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.

函数原型:void tracing_map_destroy_sort_entries(struct tracing_map_sort_entry **entries, unsigned int n_entries)

返回类型:void

参数:

类型参数名称
struct tracing_map_sort_entry **entries
unsigned intn_entries
928 i小于n_entries循环destroy_sort_entry(entries[i])
931  vfree(entries)
调用者
名称描述
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