Searched refs:parse_expr (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/kernel/trace/ |
D | trace_events_hist.c | 2478 static struct hist_field *parse_expr(struct hist_trigger_data *hist_data, 2538 operand1 = parse_expr(hist_data, file, str, operand_flags, NULL, n_subexprs); in parse_unary() 2615 static struct hist_field *parse_expr(struct hist_trigger_data *hist_data, in parse_expr() function 2659 operand1 = parse_expr(hist_data, file, operand1_str, operand_flags, NULL, n_subexprs); in parse_expr() 2671 operand2 = parse_expr(hist_data, file, str, operand_flags, NULL, n_subexprs); in parse_expr() 4173 hist_field = parse_expr(hist_data, file, field_str, flags, var_name, &n_subexprs); in __create_val_field() 4394 hist_field = parse_expr(hist_data, file, field_str, flags, in create_key_field()
|