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:33:42
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:hist_clear

Proto:static void hist_clear(struct event_trigger_data *data)

Type:void

Parameter:

TypeParameterName
struct event_trigger_data *data
5834  hist_data = private_data
5836  If name Then pause_named_trigger - Pause all named triggers with the same name*@data: The trigger data of a named trigger to pause* Pauses a named trigger along with all other triggers having the* same name
5839  tracepoint_synchronize_unregister()
5841  racing_map_clear - Clear a tracing_map*@map: The tracing_map to clear* Resets the tracing map to a cleared or initial state
5843  If name Then pause_named_trigger - Un-pause all named triggers with the same name*@data: The trigger data of a named trigger to unpause* Un-pauses a named trigger along with all other triggers having the* same name
Caller
NameDescribe
hist_register_trigger