Lines Matching defs:hist_field

115 struct hist_field {  struct
118 hist_field_fn_t fn; argument
123 struct hist_field *operands[HIST_FIELD_OPERANDS_MAX]; argument
124 struct hist_trigger_data *hist_data;
152 static u64 hist_field_none(struct hist_field *field, in hist_field_none() argument
168 static u64 hist_field_string(struct hist_field *hist_field, in hist_field_string()
178 static u64 hist_field_dynstring(struct hist_field *hist_field, in hist_field_dynstring()
190 static u64 hist_field_pstring(struct hist_field *hist_field, in hist_field_pstring()
200 static u64 hist_field_log2(struct hist_field *hist_field, in hist_field_log2()
212 static u64 hist_field_plus(struct hist_field *hist_field, in hist_field_plus()
226 static u64 hist_field_minus(struct hist_field *hist_field, in hist_field_minus()
240 static u64 hist_field_unary_minus(struct hist_field *hist_field, in hist_field_unary_minus()
1483 static u64 hist_field_timestamp(struct hist_field *hist_field, in hist_field_timestamp()
1499 static u64 hist_field_cpu(struct hist_field *hist_field, in hist_field_cpu()
1521 check_field_for_var_ref(struct hist_field *hist_field, in check_field_for_var_ref()
1550 struct hist_field *hist_field; in find_var_ref() local
1641 static bool field_has_hist_vars(struct hist_field *hist_field, in field_has_hist_vars()
1669 struct hist_field *hist_field; in has_hist_vars() local
1727 struct hist_field *hist_field, *found = NULL; in find_var_field() local
1748 struct hist_field *hist_field; in find_var() local
1802 struct hist_field *hist_field; in find_file_var() local
1820 struct hist_field *hist_field, *found = NULL; in find_match_var() local
1855 struct hist_field *hist_field = NULL; in find_event_var() local
1875 static u64 hist_field_var_ref(struct hist_field *hist_field, in hist_field_var_ref()
1897 struct hist_field *hist_field; in resolve_var_refs() local
2290 static const char *get_hist_field_flags(struct hist_field *hist_field) in get_hist_field_flags()
2407 static void __destroy_hist_field(struct hist_field *hist_field) in __destroy_hist_field()
2416 static void destroy_hist_field(struct hist_field *hist_field, in destroy_hist_field()
2441 struct hist_field *hist_field; in create_hist_field() local
2825 struct hist_field *hist_field = NULL; in parse_atom() local
3118 struct hist_field *target_hist_field, *hist_field; in compatible_keys() local
3347 struct hist_field *hist_field = NULL; in find_target_event_var() local
4084 struct hist_field *hist_field, in check_synth_field()
4106 struct hist_field *hist_field; in trace_action_find_var() local
4131 struct hist_field *hist_field = NULL; in trace_action_create_field_var() local
4181 struct hist_field *hist_field, *var_ref; in trace_action_create() local
4420 struct hist_field *hist_field; in __create_val_field() local
4521 struct hist_field *hist_field = NULL; in create_key_field() local
4756 struct hist_field *hist_field; in create_sort_keys() local
5091 struct hist_field *hist_field; in create_tracing_map_fields() local
5193 struct hist_field *hist_field; in hist_trigger_elt_update() local
5541 static void hist_field_print(struct seq_file *m, struct hist_field *hist_field) in hist_field_print()