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()
866 static u64 hist_field_timestamp(struct hist_field *hist_field, in hist_field_timestamp()
883 static u64 hist_field_cpu(struct hist_field *hist_field, in hist_field_cpu()
906 check_field_for_var_ref(struct hist_field *hist_field, in check_field_for_var_ref()
935 struct hist_field *hist_field; in find_var_ref() local
1026 static bool field_has_hist_vars(struct hist_field *hist_field, in field_has_hist_vars()
1054 struct hist_field *hist_field; in has_hist_vars() local
1112 struct hist_field *hist_field, *found = NULL; in find_var_field() local
1133 struct hist_field *hist_field; in find_var() local
1189 struct hist_field *hist_field; in find_file_var() local
1209 struct hist_field *hist_field, *found = NULL; in find_match_var() local
1244 struct hist_field *hist_field = NULL; in find_event_var() local
1264 static u64 hist_field_var_ref(struct hist_field *hist_field, in hist_field_var_ref()
1287 struct hist_field *hist_field; in resolve_var_refs() local
1623 struct hist_field *hist_field; in hist_trigger_elt_data_alloc() local
1688 static const char *get_hist_field_flags(struct hist_field *hist_field) in get_hist_field_flags()
1884 static void get_hist_field(struct hist_field *hist_field) in get_hist_field()
1889 static void __destroy_hist_field(struct hist_field *hist_field) in __destroy_hist_field()
1906 static void destroy_hist_field(struct hist_field *hist_field, in destroy_hist_field()
1931 struct hist_field *hist_field; in create_hist_field() local
2408 struct hist_field *hist_field = NULL; in parse_atom() local
2822 struct hist_field *target_hist_field, *hist_field; in compatible_keys() local
3053 struct hist_field *hist_field = NULL; in find_target_event_var() local
3805 struct hist_field *hist_field, in check_synth_field()
3839 struct hist_field *hist_field; in trace_action_find_var() local
3864 struct hist_field *hist_field = NULL; in trace_action_create_field_var() local
3916 struct hist_field *hist_field, *var_ref; in trace_action_create() local
4161 struct hist_field *hist_field; in __create_val_field() local
4194 static u64 hist_field_execname(struct hist_field *hist_field, in hist_field_execname()
4213 static u64 hist_fn_call(struct hist_field *hist_field, in hist_fn_call()
4282 static void update_var_execname(struct hist_field *hist_field) in update_var_execname()
4370 struct hist_field *hist_field = NULL; in create_key_field() local
4598 struct hist_field *hist_field; in create_sort_keys() local
4939 struct hist_field *hist_field; in create_tracing_map_fields() local
5042 struct hist_field *hist_field; in hist_trigger_elt_update() local
5691 static void hist_field_print(struct seq_file *m, struct hist_field *hist_field) in hist_field_print()