Lines Matching defs:hist_field

158 struct hist_field {  struct
163 struct hist_field *operands[HIST_FIELD_OPERANDS_MAX]; argument
165 enum hist_field_fn fn_num; argument
166 unsigned int ref;
167 unsigned int size;
168 unsigned int offset;
169 unsigned int is_signed;
174 struct hist_var var;
175 enum field_op_id operator;
176 char *system;
177 char *event_name;
204 static u64 hist_fn_call(struct hist_field *hist_field, argument
228 static u64 hist_field_string(struct hist_field *hist_field, in hist_field_string()
239 static u64 hist_field_dynstring(struct hist_field *hist_field, in hist_field_dynstring()
252 static u64 hist_field_reldynstring(struct hist_field *hist_field, in hist_field_reldynstring()
266 static u64 hist_field_pstring(struct hist_field *hist_field, in hist_field_pstring()
277 static u64 hist_field_log2(struct hist_field *hist_field, in hist_field_log2()
290 static u64 hist_field_bucket(struct hist_field *hist_field, in hist_field_bucket()
311 static u64 hist_field_plus(struct hist_field *hist_field, in hist_field_plus()
326 static u64 hist_field_minus(struct hist_field *hist_field, in hist_field_minus()
341 static u64 hist_field_div(struct hist_field *hist_field, in hist_field_div()
364 static u64 div_by_power_of_two(struct hist_field *hist_field, in div_by_power_of_two()
378 static u64 div_by_not_power_of_two(struct hist_field *hist_field, in div_by_not_power_of_two()
392 static u64 div_by_mult_and_shift(struct hist_field *hist_field, in div_by_mult_and_shift()
426 static u64 hist_field_mult(struct hist_field *hist_field, in hist_field_mult()
441 static u64 hist_field_unary_minus(struct hist_field *hist_field, in hist_field_unary_minus()
862 static u64 hist_field_timestamp(struct hist_field *hist_field, in hist_field_timestamp()
879 static u64 hist_field_cpu(struct hist_field *hist_field, in hist_field_cpu()
890 static u64 hist_field_comm(struct hist_field *hist_field, in hist_field_comm()
911 check_field_for_var_ref(struct hist_field *hist_field, in check_field_for_var_ref()
940 struct hist_field *hist_field; in find_var_ref() local
1031 static bool field_has_hist_vars(struct hist_field *hist_field, in field_has_hist_vars()
1059 struct hist_field *hist_field; in has_hist_vars() local
1117 struct hist_field *hist_field, *found = NULL; in find_var_field() local
1138 struct hist_field *hist_field; in find_var() local
1194 struct hist_field *hist_field; in find_file_var() local
1214 struct hist_field *hist_field, *found = NULL; in find_match_var() local
1249 struct hist_field *hist_field = NULL; in find_event_var() local
1269 static u64 hist_field_var_ref(struct hist_field *hist_field, in hist_field_var_ref()
1292 struct hist_field *hist_field; in resolve_var_refs() local
1640 struct hist_field *hist_field; in hist_trigger_elt_data_alloc() local
1705 static const char *get_hist_field_flags(struct hist_field *hist_field) in get_hist_field_flags()
1907 static void get_hist_field(struct hist_field *hist_field) in get_hist_field()
1912 static void __destroy_hist_field(struct hist_field *hist_field) in __destroy_hist_field()
1929 static void destroy_hist_field(struct hist_field *hist_field, in destroy_hist_field()
1954 struct hist_field *hist_field; in create_hist_field() local
2471 struct hist_field *hist_field = NULL; in parse_atom() local
2885 struct hist_field *target_hist_field, *hist_field; in compatible_keys() local
3116 struct hist_field *hist_field = NULL; in find_target_event_var() local
3886 struct hist_field *hist_field, in check_synth_field()
3923 struct hist_field *hist_field; in trace_action_find_var() local
3948 struct hist_field *hist_field = NULL; in trace_action_create_field_var() local
4000 struct hist_field *hist_field, *var_ref; in trace_action_create() local
4250 struct hist_field *hist_field; in __create_val_field() local
4301 static u64 hist_field_execname(struct hist_field *hist_field, in hist_field_execname()
4320 static u64 hist_field_stack(struct hist_field *hist_field, in hist_field_stack()
4333 static u64 hist_fn_call(struct hist_field *hist_field, in hist_fn_call()
4406 static void update_var_execname(struct hist_field *hist_field) in update_var_execname()
4503 struct hist_field *hist_field = NULL; in create_key_field() local
4731 struct hist_field *hist_field; in create_sort_keys() local
5071 struct hist_field *hist_field; in create_tracing_map_fields() local
5174 struct hist_field *hist_field; in hist_trigger_elt_update() local
6122 static void hist_field_print(struct seq_file *m, struct hist_field *hist_field) in hist_field_print()