Home
last modified time | relevance | path

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

/linux/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 …]
/linux/kernel/trace/
H A Dtrace_events_hist.c500 HIST_FIELD_FL_VAR = 1 << 12, enumerator
994 if (field && field->flags & HIST_FIELD_FL_VAR) { in check_var_refs()
1031 if (hist_field->flags & HIST_FIELD_FL_VAR || in field_has_hist_vars()
1111 if (hist_field && hist_field->flags & HIST_FIELD_FL_VAR && in find_var_field()
2340 if (*flags & (HIST_FIELD_FL_VAR | HIST_FIELD_FL_KEY)) in parse_field()
2344 if (*flags & (HIST_FIELD_FL_VAR | HIST_FIELD_FL_KEY)) in parse_field()
2399 unsigned long flags = HIST_FIELD_FL_ALIAS | HIST_FIELD_FL_VAR; in create_alias()
3209 var->flags = HIST_FIELD_FL_VAR; in create_var()
3230 unsigned long flags = HIST_FIELD_FL_VAR; in create_field_var()
4236 if (hist_field->flags & HIST_FIELD_FL_VAR) { in __create_val_field()
[all …]