Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_events_hist.c490 HIST_FIELD_FL_STRING = 1 << 2, enumerator
2034 flags |= HIST_FIELD_FL_STRING; in create_hist_field()
2588 if (operand1->flags & HIST_FIELD_FL_STRING) { in parse_unary()
2708 if (operand1->flags & HIST_FIELD_FL_STRING) { in parse_expr()
2721 if (operand2->flags & HIST_FIELD_FL_STRING) { in parse_expr()
3147 if (val->flags & (HIST_FIELD_FL_STRING | in __update_field_vars()
3153 if (val->flags & HIST_FIELD_FL_STRING) { in __update_field_vars()
3527 if (save_val->flags & HIST_FIELD_FL_STRING) { in track_data_print()
5186 if (hist_field->flags & HIST_FIELD_FL_STRING) { in hist_trigger_elt_update()
5225 if (key_field->flags & HIST_FIELD_FL_STRING) { in add_to_key()
[all …]