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

Name:hist_trigger_entry_print

Proto:static void hist_trigger_entry_print(struct seq_file *m, struct hist_trigger_data *hist_data, void *key, struct tracing_map_elt *elt)

Type:void

Parameter:

TypeParameterName
struct seq_file *m
struct hist_trigger_data *hist_data
void *key
struct tracing_map_elt *elt
5480  hist_trigger_print_key(m, hist_data, key, elt)
5482  seq_printf(m, " hitcount: %10llu", racing_map_read_sum - Return the value of a tracing_map_elt's sum field*@elt: The tracing_map_elt*@i: The index of the given sum associated with the tracing_map_elt* Retrieve the value of the sum i associated with the specified* tracing_map_elt instance)
5485  When i < n_vals cycle
5486  field_name = hist_field_name(fields[i], 0)
5488  If flags & HIST_FIELD_FL_VAR || flags & HIST_FIELD_FL_EXPR Then Continue
5492  If flags & HIST_FIELD_FL_HEX Then
5495  Else
5501  print_actions(m, hist_data, elt)
5503  seq_puts(m, "\n")
Caller
NameDescribe
print_entries