函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:create_sort_entry

函数原型:static struct tracing_map_sort_entry *create_sort_entry(void *key, struct tracing_map_elt *elt)

返回类型:struct tracing_map_sort_entry

参数:

类型参数名称
void *key
struct tracing_map_elt *elt
939  sort_entry等于分配内存并置零
940  如果非sort_entry则返回:NULL
943  key等于key
944  elt等于elt
946  返回:sort_entry
调用者
名称描述
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