Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/kernel/trace/
Dtrace_events_hist.c502 HIST_FIELD_FL_VAR = 1 << 12, enumerator
1000 if (field && field->flags & HIST_FIELD_FL_VAR) { in check_var_refs()
1037 if (hist_field->flags & HIST_FIELD_FL_VAR || in field_has_hist_vars()
1117 if (hist_field && hist_field->flags & HIST_FIELD_FL_VAR && in find_var_field()
2364 unsigned long flags = HIST_FIELD_FL_ALIAS | HIST_FIELD_FL_VAR; in create_alias()
3158 var->flags = HIST_FIELD_FL_VAR; in create_var()
3179 unsigned long flags = HIST_FIELD_FL_VAR; in create_field_var()
4293 hist_field->flags = HIST_FIELD_FL_STRING | HIST_FIELD_FL_VAR | in update_var_execname()
4321 flags |= HIST_FIELD_FL_VAR; in create_var_field()
4650 if (hist_field->flags & HIST_FIELD_FL_VAR) in create_sort_keys()
[all …]