Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:traceoff_trigger

Proto:static void traceoff_trigger(struct event_trigger_data *data, void *rec, struct ring_buffer_event *event)

Type:void

Parameter:

TypeParameterName
struct event_trigger_data *data
void *rec
struct ring_buffer_event *event
957  If Not racing_is_on - show state of ring buffers enabled Then Return
960  racing_off - turn off tracing buffers* This function stops the tracing buffers from recording data.* It does not disable any overhead the tracers themselves may* be causing. This function simply causes all recording to* the ring buffers to fail.