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()
867 static u64 hist_field_timestamp(struct hist_field *hist_field, in hist_field_timestamp()
884 static u64 hist_field_cpu(struct hist_field *hist_field, in hist_field_cpu()
907 check_field_for_var_ref(struct hist_field *hist_field, in check_field_for_var_ref()
936 struct hist_field *hist_field; in find_var_ref() local
1027 static bool field_has_hist_vars(struct hist_field *hist_field, in field_has_hist_vars()
1055 struct hist_field *hist_field; in has_hist_vars() local
1113 struct hist_field *hist_field, *found = NULL; in find_var_field() local
1134 struct hist_field *hist_field; in find_var() local
1190 struct hist_field *hist_field; in find_file_var() local
1210 struct hist_field *hist_field, *found = NULL; in find_match_var() local
1245 struct hist_field *hist_field = NULL; in find_event_var() local
1265 static u64 hist_field_var_ref(struct hist_field *hist_field, in hist_field_var_ref()
1288 struct hist_field *hist_field; in resolve_var_refs() local
1637 struct hist_field *hist_field; in hist_trigger_elt_data_alloc() local
1702 static const char *get_hist_field_flags(struct hist_field *hist_field) in get_hist_field_flags()
1904 static void get_hist_field(struct hist_field *hist_field) in get_hist_field()
1909 static void __destroy_hist_field(struct hist_field *hist_field) in __destroy_hist_field()
1926 static void destroy_hist_field(struct hist_field *hist_field, in destroy_hist_field()
1951 struct hist_field *hist_field; in create_hist_field() local
2457 struct hist_field *hist_field = NULL; in parse_atom() local
2871 struct hist_field *target_hist_field, *hist_field; in compatible_keys() local
3102 struct hist_field *hist_field = NULL; in find_target_event_var() local
3872 struct hist_field *hist_field, in check_synth_field()
3909 struct hist_field *hist_field; in trace_action_find_var() local
3934 struct hist_field *hist_field = NULL; in trace_action_create_field_var() local
3986 struct hist_field *hist_field, *var_ref; in trace_action_create() local
4236 struct hist_field *hist_field; in __create_val_field() local
4287 static u64 hist_field_execname(struct hist_field *hist_field, in hist_field_execname()
4306 static u64 hist_field_stack(struct hist_field *hist_field, in hist_field_stack()
4319 static u64 hist_fn_call(struct hist_field *hist_field, in hist_fn_call()
4390 static void update_var_execname(struct hist_field *hist_field) in update_var_execname()
4487 struct hist_field *hist_field = NULL; in create_key_field() local
4715 struct hist_field *hist_field; in create_sort_keys() local
5056 struct hist_field *hist_field; in create_tracing_map_fields() local
5159 struct hist_field *hist_field; in hist_trigger_elt_update() local
5929 static void hist_field_print(struct seq_file *m, struct hist_field *hist_field) in hist_field_print()