Lines Matching defs:hist_field
155 struct hist_field { struct
160 struct hist_field *operands[HIST_FIELD_OPERANDS_MAX]; argument
162 enum hist_field_fn fn_num; argument
163 unsigned int ref;
164 unsigned int size;
165 unsigned int offset;
166 unsigned int is_signed;
171 struct hist_var var;
172 enum field_op_id operator;
173 char *system;
174 char *event_name;
201 static u64 hist_fn_call(struct hist_field *hist_field, argument
225 static u64 hist_field_string(struct hist_field *hist_field, in hist_field_string()
236 static u64 hist_field_dynstring(struct hist_field *hist_field, in hist_field_dynstring()
249 static u64 hist_field_reldynstring(struct hist_field *hist_field, in hist_field_reldynstring()
263 static u64 hist_field_pstring(struct hist_field *hist_field, in hist_field_pstring()
274 static u64 hist_field_log2(struct hist_field *hist_field, in hist_field_log2()
287 static u64 hist_field_bucket(struct hist_field *hist_field, in hist_field_bucket()
308 static u64 hist_field_plus(struct hist_field *hist_field, in hist_field_plus()
323 static u64 hist_field_minus(struct hist_field *hist_field, in hist_field_minus()
338 static u64 hist_field_div(struct hist_field *hist_field, in hist_field_div()
361 static u64 div_by_power_of_two(struct hist_field *hist_field, in div_by_power_of_two()
375 static u64 div_by_not_power_of_two(struct hist_field *hist_field, in div_by_not_power_of_two()
389 static u64 div_by_mult_and_shift(struct hist_field *hist_field, in div_by_mult_and_shift()
423 static u64 hist_field_mult(struct hist_field *hist_field, in hist_field_mult()
438 static u64 hist_field_unary_minus(struct hist_field *hist_field, in hist_field_unary_minus()
864 static u64 hist_field_timestamp(struct hist_field *hist_field, in hist_field_timestamp()
881 static u64 hist_field_cpu(struct hist_field *hist_field, in hist_field_cpu()
904 check_field_for_var_ref(struct hist_field *hist_field, in check_field_for_var_ref()
933 struct hist_field *hist_field; in find_var_ref() local
1024 static bool field_has_hist_vars(struct hist_field *hist_field, in field_has_hist_vars()
1052 struct hist_field *hist_field; in has_hist_vars() local
1110 struct hist_field *hist_field, *found = NULL; in find_var_field() local
1131 struct hist_field *hist_field; in find_var() local
1187 struct hist_field *hist_field; in find_file_var() local
1207 struct hist_field *hist_field, *found = NULL; in find_match_var() local
1242 struct hist_field *hist_field = NULL; in find_event_var() local
1262 static u64 hist_field_var_ref(struct hist_field *hist_field, in hist_field_var_ref()
1285 struct hist_field *hist_field; in resolve_var_refs() local
1624 struct hist_field *hist_field; in hist_trigger_elt_data_alloc() local
1689 static const char *get_hist_field_flags(struct hist_field *hist_field) in get_hist_field_flags()
1889 static void get_hist_field(struct hist_field *hist_field) in get_hist_field()
1894 static void __destroy_hist_field(struct hist_field *hist_field) in __destroy_hist_field()
1911 static void destroy_hist_field(struct hist_field *hist_field, in destroy_hist_field()
1936 struct hist_field *hist_field; in create_hist_field() local
2425 struct hist_field *hist_field = NULL; in parse_atom() local
2839 struct hist_field *target_hist_field, *hist_field; in compatible_keys() local
3070 struct hist_field *hist_field = NULL; in find_target_event_var() local
3823 struct hist_field *hist_field, in check_synth_field()
3860 struct hist_field *hist_field; in trace_action_find_var() local
3885 struct hist_field *hist_field = NULL; in trace_action_create_field_var() local
3937 struct hist_field *hist_field, *var_ref; in trace_action_create() local
4186 struct hist_field *hist_field; in __create_val_field() local
4237 static u64 hist_field_execname(struct hist_field *hist_field, in hist_field_execname()
4256 static u64 hist_fn_call(struct hist_field *hist_field, in hist_fn_call()
4325 static void update_var_execname(struct hist_field *hist_field) in update_var_execname()
4413 struct hist_field *hist_field = NULL; in create_key_field() local
4641 struct hist_field *hist_field; in create_sort_keys() local
4982 struct hist_field *hist_field; in create_tracing_map_fields() local
5085 struct hist_field *hist_field; in hist_trigger_elt_update() local
5831 static void hist_field_print(struct seq_file *m, struct hist_field *hist_field) in hist_field_print()