Searched refs:HIST_FIELD_FL_VAR (Results 1 – 1 of 1) sorted by relevance
218 HIST_FIELD_FL_VAR = 1 << 12, enumerator1360 if (field && field->flags & HIST_FIELD_FL_VAR) { in check_var_refs()1397 if (hist_field->flags & HIST_FIELD_FL_VAR || in field_has_hist_vars()1477 if (hist_field && hist_field->flags & HIST_FIELD_FL_VAR && in find_var_field()2510 unsigned long flags = HIST_FIELD_FL_ALIAS | HIST_FIELD_FL_VAR; in create_alias()3155 var->flags = HIST_FIELD_FL_VAR; in create_var()3176 unsigned long flags = HIST_FIELD_FL_VAR; in create_field_var()3892 flags |= HIST_FIELD_FL_VAR; in create_var_field()4217 if (hist_field->flags & HIST_FIELD_FL_VAR) in create_sort_keys()4494 } else if (!(hist_field->flags & HIST_FIELD_FL_VAR)) in create_tracing_map_fields()[all …]