Lines Matching defs:hist_field
157 struct hist_field { struct
162 struct hist_field *operands[HIST_FIELD_OPERANDS_MAX]; argument
164 enum hist_field_fn fn_num; argument
165 unsigned int ref;
166 unsigned int size;
167 unsigned int offset;
168 unsigned int is_signed;
173 struct hist_var var;
174 enum field_op_id operator;
175 char *system;
176 char *event_name;
203 static u64 hist_fn_call(struct hist_field *hist_field, argument
227 static u64 hist_field_string(struct hist_field *hist_field, in hist_field_string()
238 static u64 hist_field_dynstring(struct hist_field *hist_field, in hist_field_dynstring()
251 static u64 hist_field_reldynstring(struct hist_field *hist_field, in hist_field_reldynstring()
265 static u64 hist_field_pstring(struct hist_field *hist_field, in hist_field_pstring()
276 static u64 hist_field_log2(struct hist_field *hist_field, in hist_field_log2()
289 static u64 hist_field_bucket(struct hist_field *hist_field, in hist_field_bucket()
310 static u64 hist_field_plus(struct hist_field *hist_field, in hist_field_plus()
325 static u64 hist_field_minus(struct hist_field *hist_field, in hist_field_minus()
340 static u64 hist_field_div(struct hist_field *hist_field, in hist_field_div()
363 static u64 div_by_power_of_two(struct hist_field *hist_field, in div_by_power_of_two()
377 static u64 div_by_not_power_of_two(struct hist_field *hist_field, in div_by_not_power_of_two()
391 static u64 div_by_mult_and_shift(struct hist_field *hist_field, in div_by_mult_and_shift()
425 static u64 hist_field_mult(struct hist_field *hist_field, in hist_field_mult()
440 static u64 hist_field_unary_minus(struct hist_field *hist_field, in hist_field_unary_minus()
860 static u64 hist_field_timestamp(struct hist_field *hist_field, in hist_field_timestamp()
877 static u64 hist_field_cpu(struct hist_field *hist_field, in hist_field_cpu()
900 check_field_for_var_ref(struct hist_field *hist_field, in check_field_for_var_ref()
929 struct hist_field *hist_field; in find_var_ref() local
1020 static bool field_has_hist_vars(struct hist_field *hist_field, in field_has_hist_vars()
1048 struct hist_field *hist_field; in has_hist_vars() local
1106 struct hist_field *hist_field, *found = NULL; in find_var_field() local
1127 struct hist_field *hist_field; in find_var() local
1183 struct hist_field *hist_field; in find_file_var() local
1203 struct hist_field *hist_field, *found = NULL; in find_match_var() local
1238 struct hist_field *hist_field = NULL; in find_event_var() local
1258 static u64 hist_field_var_ref(struct hist_field *hist_field, in hist_field_var_ref()
1281 struct hist_field *hist_field; in resolve_var_refs() local
1627 struct hist_field *hist_field; in hist_trigger_elt_data_alloc() local
1692 static const char *get_hist_field_flags(struct hist_field *hist_field) in get_hist_field_flags()
1894 static void get_hist_field(struct hist_field *hist_field) in get_hist_field()
1899 static void __destroy_hist_field(struct hist_field *hist_field) in __destroy_hist_field()
1916 static void destroy_hist_field(struct hist_field *hist_field, in destroy_hist_field()
1941 struct hist_field *hist_field; in create_hist_field() local
2447 struct hist_field *hist_field = NULL; in parse_atom() local
2861 struct hist_field *target_hist_field, *hist_field; in compatible_keys() local
3092 struct hist_field *hist_field = NULL; in find_target_event_var() local
3862 struct hist_field *hist_field, in check_synth_field()
3899 struct hist_field *hist_field; in trace_action_find_var() local
3924 struct hist_field *hist_field = NULL; in trace_action_create_field_var() local
3976 struct hist_field *hist_field, *var_ref; in trace_action_create() local
4226 struct hist_field *hist_field; in __create_val_field() local
4277 static u64 hist_field_execname(struct hist_field *hist_field, in hist_field_execname()
4296 static u64 hist_field_stack(struct hist_field *hist_field, in hist_field_stack()
4309 static u64 hist_fn_call(struct hist_field *hist_field, in hist_fn_call()
4380 static void update_var_execname(struct hist_field *hist_field) in update_var_execname()
4477 struct hist_field *hist_field = NULL; in create_key_field() local
4705 struct hist_field *hist_field; in create_sort_keys() local
5045 struct hist_field *hist_field; in create_tracing_map_fields() local
5148 struct hist_field *hist_field; in hist_trigger_elt_update() local
6005 static void hist_field_print(struct seq_file *m, struct hist_field *hist_field) in hist_field_print()