Lines Matching defs:hist_field

114 struct hist_field {  struct
117 hist_field_fn_t fn; argument
123 struct hist_field *operands[HIST_FIELD_OPERANDS_MAX]; argument
124 struct hist_trigger_data *hist_data;
129 struct hist_var var;
130 enum field_op_id operator;
154 static u64 hist_field_none(struct hist_field *field, in hist_field_none() argument
170 static u64 hist_field_string(struct hist_field *hist_field, in hist_field_string()
180 static u64 hist_field_dynstring(struct hist_field *hist_field, in hist_field_dynstring()
192 static u64 hist_field_pstring(struct hist_field *hist_field, in hist_field_pstring()
202 static u64 hist_field_log2(struct hist_field *hist_field, in hist_field_log2()
214 static u64 hist_field_plus(struct hist_field *hist_field, in hist_field_plus()
228 static u64 hist_field_minus(struct hist_field *hist_field, in hist_field_minus()
242 static u64 hist_field_unary_minus(struct hist_field *hist_field, in hist_field_unary_minus()
625 static u64 hist_field_timestamp(struct hist_field *hist_field, in hist_field_timestamp()
641 static u64 hist_field_cpu(struct hist_field *hist_field, in hist_field_cpu()
663 check_field_for_var_ref(struct hist_field *hist_field, in check_field_for_var_ref()
692 struct hist_field *hist_field; in find_var_ref() local
783 static bool field_has_hist_vars(struct hist_field *hist_field, in field_has_hist_vars()
811 struct hist_field *hist_field; in has_hist_vars() local
869 struct hist_field *hist_field, *found = NULL; in find_var_field() local
890 struct hist_field *hist_field; in find_var() local
946 struct hist_field *hist_field; in find_file_var() local
966 struct hist_field *hist_field, *found = NULL; in find_match_var() local
1001 struct hist_field *hist_field = NULL; in find_event_var() local
1021 static u64 hist_field_var_ref(struct hist_field *hist_field, in hist_field_var_ref()
1043 struct hist_field *hist_field; in resolve_var_refs() local
1440 static const char *get_hist_field_flags(struct hist_field *hist_field) in get_hist_field_flags()
1557 static void get_hist_field(struct hist_field *hist_field) in get_hist_field()
1562 static void __destroy_hist_field(struct hist_field *hist_field) in __destroy_hist_field()
1577 static void destroy_hist_field(struct hist_field *hist_field, in destroy_hist_field()
1602 struct hist_field *hist_field; in create_hist_field() local
2015 struct hist_field *hist_field = NULL; in parse_atom() local
2310 struct hist_field *target_hist_field, *hist_field; in compatible_keys() local
2541 struct hist_field *hist_field = NULL; in find_target_event_var() local
3282 struct hist_field *hist_field, in check_synth_field()
3316 struct hist_field *hist_field; in trace_action_find_var() local
3341 struct hist_field *hist_field = NULL; in trace_action_create_field_var() local
3391 struct hist_field *hist_field, *var_ref; in trace_action_create() local
3635 struct hist_field *hist_field; in __create_val_field() local
3738 struct hist_field *hist_field = NULL; in create_key_field() local
3965 struct hist_field *hist_field; in create_sort_keys() local
4306 struct hist_field *hist_field; in create_tracing_map_fields() local
4408 struct hist_field *hist_field; in hist_trigger_elt_update() local
5045 static void hist_field_print(struct seq_file *m, struct hist_field *hist_field) in hist_field_print()