Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:destroy_hist_data

Proto:static void destroy_hist_data(struct hist_trigger_data *hist_data)

Type:void

Parameter:

TypeParameterName
struct hist_trigger_data *hist_data
5129  If Not hist_data Then Return
5132  destroy_hist_trigger_attrs(attrs)
5133  destroy_hist_fields(hist_data)
5134  racing_map_destroy - Destroy a tracing_map*@map: The tracing_map to destroy* Frees a tracing_map along with its associated array of* tracing_map_elts.* Callers should make sure there are no readers or writers actively
5136  destroy_actions(hist_data)
5137  destroy_field_vars(hist_data)
5138  destroy_field_var_hists(hist_data)
5140  kfree(hist_data)
Caller
NameDescribe
create_hist_data
event_hist_trigger_free
hist_register_trigger
event_hist_trigger_func