• Home
  • Raw
  • Download

Lines Matching defs:hist_field

115 struct hist_field {  struct
118 hist_field_fn_t fn; argument
124 struct hist_field *operands[HIST_FIELD_OPERANDS_MAX]; argument
125 struct hist_trigger_data *hist_data;
153 static u64 hist_field_none(struct hist_field *field, in hist_field_none() argument
169 static u64 hist_field_string(struct hist_field *hist_field, in hist_field_string()
179 static u64 hist_field_dynstring(struct hist_field *hist_field, in hist_field_dynstring()
191 static u64 hist_field_pstring(struct hist_field *hist_field, in hist_field_pstring()
201 static u64 hist_field_log2(struct hist_field *hist_field, in hist_field_log2()
213 static u64 hist_field_plus(struct hist_field *hist_field, in hist_field_plus()
227 static u64 hist_field_minus(struct hist_field *hist_field, in hist_field_minus()
241 static u64 hist_field_unary_minus(struct hist_field *hist_field, in hist_field_unary_minus()
1503 static u64 hist_field_timestamp(struct hist_field *hist_field, in hist_field_timestamp()
1519 static u64 hist_field_cpu(struct hist_field *hist_field, in hist_field_cpu()
1541 check_field_for_var_ref(struct hist_field *hist_field, in check_field_for_var_ref()
1570 struct hist_field *hist_field; in find_var_ref() local
1661 static bool field_has_hist_vars(struct hist_field *hist_field, in field_has_hist_vars()
1689 struct hist_field *hist_field; in has_hist_vars() local
1747 struct hist_field *hist_field, *found = NULL; in find_var_field() local
1768 struct hist_field *hist_field; in find_var() local
1824 struct hist_field *hist_field; in find_file_var() local
1844 struct hist_field *hist_field, *found = NULL; in find_match_var() local
1879 struct hist_field *hist_field = NULL; in find_event_var() local
1899 static u64 hist_field_var_ref(struct hist_field *hist_field, in hist_field_var_ref()
1921 struct hist_field *hist_field; in resolve_var_refs() local
2314 static const char *get_hist_field_flags(struct hist_field *hist_field) in get_hist_field_flags()
2431 static void get_hist_field(struct hist_field *hist_field) in get_hist_field()
2436 static void __destroy_hist_field(struct hist_field *hist_field) in __destroy_hist_field()
2448 static void destroy_hist_field(struct hist_field *hist_field, in destroy_hist_field()
2473 struct hist_field *hist_field; in create_hist_field() local
2870 struct hist_field *hist_field = NULL; in parse_atom() local
3165 struct hist_field *target_hist_field, *hist_field; in compatible_keys() local
3396 struct hist_field *hist_field = NULL; in find_target_event_var() local
4133 struct hist_field *hist_field, in check_synth_field()
4155 struct hist_field *hist_field; in trace_action_find_var() local
4180 struct hist_field *hist_field = NULL; in trace_action_create_field_var() local
4230 struct hist_field *hist_field, *var_ref; in trace_action_create() local
4469 struct hist_field *hist_field; in __create_val_field() local
4570 struct hist_field *hist_field = NULL; in create_key_field() local
4805 struct hist_field *hist_field; in create_sort_keys() local
5140 struct hist_field *hist_field; in create_tracing_map_fields() local
5242 struct hist_field *hist_field; in hist_trigger_elt_update() local
5590 static void hist_field_print(struct seq_file *m, struct hist_field *hist_field) in hist_field_print()