Searched refs:parse_expr (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/kernel/trace/ |
D | trace_events_hist.c | 2156 static struct hist_field *parse_expr(struct hist_trigger_data *hist_data, 2205 operand1 = parse_expr(hist_data, file, str, operand_flags, NULL, ++level); in parse_unary() 2272 static struct hist_field *parse_expr(struct hist_trigger_data *hist_data, in parse_expr() function 2326 operand2 = parse_expr(hist_data, file, str, operand_flags, NULL, ++level); in parse_expr() 3756 hist_field = parse_expr(hist_data, file, field_str, flags, var_name, 0); in __create_val_field() 3909 hist_field = parse_expr(hist_data, file, field_str, flags, in create_key_field()
|