Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_events.c Create Date:2022-07-28 12:18:26
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:trace_destroy_fields

Proto:static void trace_destroy_fields(struct trace_event_call *call)

Type:void

Parameter:

TypeParameterName
struct trace_event_call *call
193  head = trace_get_fields(call)
195  deletes entry from list
196  kmem_cache_free - Deallocate an object*@cachep: The cache the allocation was from.*@objp: The previously allocated object.* Free an object which was previously allocated from this* cache.
Caller
NameDescribe
__trace_remove_event_callMust be called under locking of trace_types_lock, event_mutex and* trace_event_sem.