Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/trace/
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 …]
/Linux-v5.10/kernel/trace/
Dtrace_events_hist.c304 HIST_FIELD_FL_VAR = 1 << 12, enumerator
757 if (field && field->flags & HIST_FIELD_FL_VAR) { in check_var_refs()
794 if (hist_field->flags & HIST_FIELD_FL_VAR || in field_has_hist_vars()
874 if (hist_field && hist_field->flags & HIST_FIELD_FL_VAR && in find_var_field()
1990 unsigned long flags = HIST_FIELD_FL_ALIAS | HIST_FIELD_FL_VAR; in create_alias()
2637 var->flags = HIST_FIELD_FL_VAR; in create_var()
2658 unsigned long flags = HIST_FIELD_FL_VAR; in create_field_var()
3683 flags |= HIST_FIELD_FL_VAR; in create_var_field()
4008 if (hist_field->flags & HIST_FIELD_FL_VAR) in create_sort_keys()
4329 } else if (!(hist_field->flags & HIST_FIELD_FL_VAR)) in create_tracing_map_fields()
[all …]