Searched refs:HIST_FIELD_FL_VAR (Results 1 – 1 of 1) sorted by relevance
302 HIST_FIELD_FL_VAR = 1 << 12, enumerator1615 if (field && field->flags & HIST_FIELD_FL_VAR) { in check_var_refs()1652 if (hist_field->flags & HIST_FIELD_FL_VAR || in field_has_hist_vars()1732 if (hist_field && hist_field->flags & HIST_FIELD_FL_VAR && in find_var_field()2800 unsigned long flags = HIST_FIELD_FL_ALIAS | HIST_FIELD_FL_VAR; in create_alias()3442 var->flags = HIST_FIELD_FL_VAR; in create_var()3463 unsigned long flags = HIST_FIELD_FL_VAR; in create_field_var()4467 flags |= HIST_FIELD_FL_VAR; in create_var_field()4794 if (hist_field->flags & HIST_FIELD_FL_VAR) in create_sort_keys()5114 } else if (!(hist_field->flags & HIST_FIELD_FL_VAR)) in create_tracing_map_fields()[all …]