Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_events_hist.c150 * hist_fields having the HIST_FIELD_FL_VAR or HIST_FIELD_FL_VAR_REF
507 HIST_FIELD_FL_VAR = 1 << 12,
1011 if (field && field->flags & HIST_FIELD_FL_VAR) { in check_var_refs()
1048 if (hist_field->flags & HIST_FIELD_FL_VAR || in field_has_hist_vars()
1128 if (hist_field && hist_field->flags & HIST_FIELD_FL_VAR && in find_var_field()
2375 if (*flags & (HIST_FIELD_FL_VAR | HIST_FIELD_FL_KEY)) in parse_field()
2379 if (*flags & (HIST_FIELD_FL_VAR | HIST_FIELD_FL_KEY)) in parse_field()
2438 unsigned long flags = HIST_FIELD_FL_ALIAS | HIST_FIELD_FL_VAR; in create_alias()
3248 var->flags = HIST_FIELD_FL_VAR; in create_var()
3269 unsigned long flags = HIST_FIELD_FL_VAR; in create_field_var()
501 HIST_FIELD_FL_VAR = 1 << 12, global() enumerator
[all...]