Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:race_array_put - Decrement the reference counter for this trace array.* NOTE: Use this when we no longer need the trace array returned by* trace_array_get_by_name(). This ensures the trace array can be later* destroyed.

Proto:void trace_array_put(struct trace_array *this_tr)

Type:void

Parameter:

TypeParameterName
struct trace_array *this_tr
314  If Not this_tr Then Return
317  mutex_lock( & trace_types_lock)
318  __trace_array_put(this_tr)
319  mutex_unlock - release the mutex*@lock: the mutex to be released* Unlock a mutex that has been locked by this task previously.* This function must not be used in interrupt context. Unlocking* of a not locked mutex is not allowed.
Caller
NameDescribe
tracing_release
tracing_release_generic_tr
tracing_single_release_tr
tracing_open
show_traces_open
show_traces_release
tracing_trace_options_open
tracing_release_pipe
tracing_free_buffer_release
tracing_clock_open
tracing_time_stamp_mode_open
tracing_err_log_open
tracing_err_log_release
tracing_buffers_open
subsystem_open
subsystem_release
ftrace_event_release
ftrace_event_set_open
ftrace_event_set_pid_open
save_hist_vars
remove_hist_vars
ftrace_pid_open
ftrace_pid_release