Home
last modified time | relevance | path

Searched refs:HIST_FIELD_FL_VAR (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dhistogram-design.rst374 new flag type, HIST_FIELD_FL_VAR (abbreviated FL_VAR) and they also
693 FL_VAR = HIST_FIELD_FL_VAR
732 field with the HIST_FIELD_FL_VAR flag, which indicates that that field
763 HIST_FIELD_FL_VAR
820 HIST_FIELD_FL_VAR
1089 FL_VAR = HIST_FIELD_FL_VAR
1144 HIST_FIELD_FL_VAR
1208 HIST_FIELD_FL_VAR
1277 HIST_FIELD_FL_VAR
1291 HIST_FIELD_FL_VAR
[all …]
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events_hist.c305 HIST_FIELD_FL_VAR = 1 << 12, enumerator
758 if (field && field->flags & HIST_FIELD_FL_VAR) { in check_var_refs()
795 if (hist_field->flags & HIST_FIELD_FL_VAR || in field_has_hist_vars()
875 if (hist_field && hist_field->flags & HIST_FIELD_FL_VAR && in find_var_field()
2014 unsigned long flags = HIST_FIELD_FL_ALIAS | HIST_FIELD_FL_VAR; in create_alias()
2687 var->flags = HIST_FIELD_FL_VAR; in create_var()
2708 unsigned long flags = HIST_FIELD_FL_VAR; in create_field_var()
3736 flags |= HIST_FIELD_FL_VAR; in create_var_field()
4063 if (hist_field->flags & HIST_FIELD_FL_VAR) in create_sort_keys()
4384 } else if (!(hist_field->flags & HIST_FIELD_FL_VAR)) in create_tracing_map_fields()
[all …]