函数逻辑报告

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

函数名称:destroy_sort_entry

函数原型:static void destroy_sort_entry(struct tracing_map_sort_entry *entry)

返回类型:void

参数:

类型参数名称
struct tracing_map_sort_entry *entry
907  如果非entry则返回
910  如果elt_copiedtracing_map_elt_free(elt)
913  kfree(entry)
调用者
名称描述
tracing_map_destroy_sort_entriesracing_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.