Lines Matching defs:hist_field

48 struct hist_field {  struct
51 hist_field_fn_t fn; argument
56 struct hist_field *operands[HIST_FIELD_OPERANDS_MAX]; argument
68 static u64 hist_field_none(struct hist_field *field, in hist_field_none() argument
84 static u64 hist_field_string(struct hist_field *hist_field, in hist_field_string()
94 static u64 hist_field_dynstring(struct hist_field *hist_field, in hist_field_dynstring()
106 static u64 hist_field_pstring(struct hist_field *hist_field, in hist_field_pstring()
116 static u64 hist_field_log2(struct hist_field *hist_field, in hist_field_log2()
128 static u64 hist_field_plus(struct hist_field *hist_field, in hist_field_plus()
142 static u64 hist_field_minus(struct hist_field *hist_field, in hist_field_minus()
156 static u64 hist_field_unary_minus(struct hist_field *hist_field, in hist_field_unary_minus()
1232 static u64 hist_field_timestamp(struct hist_field *hist_field, in hist_field_timestamp()
1248 static u64 hist_field_cpu(struct hist_field *hist_field, in hist_field_cpu()
1259 check_field_for_var_ref(struct hist_field *hist_field, in check_field_for_var_ref()
1277 struct hist_field *hist_field, in check_field_for_var_refs()
1312 struct hist_field *hist_field, *found = NULL; in find_var_ref() local
1386 static bool field_has_hist_vars(struct hist_field *hist_field, in field_has_hist_vars()
1414 struct hist_field *hist_field; in has_hist_vars() local
1472 struct hist_field *hist_field, *found = NULL; in find_var_field() local
1493 struct hist_field *hist_field; in find_var() local
1547 struct hist_field *hist_field; in find_file_var() local
1565 struct hist_field *hist_field, *found = NULL; in find_match_var() local
1599 struct hist_field *hist_field = NULL; in find_event_var() local
1625 static u64 hist_field_var_ref(struct hist_field *hist_field, in hist_field_var_ref()
1644 struct hist_field *hist_field; in resolve_var_refs() local
2035 static const char *get_hist_field_flags(struct hist_field *hist_field) in get_hist_field_flags()
2152 static void destroy_hist_field(struct hist_field *hist_field, in destroy_hist_field()
2178 struct hist_field *hist_field; in create_hist_field() local
2533 struct hist_field *hist_field = NULL; in parse_atom() local
2826 struct hist_field *target_hist_field, *hist_field; in compatible_keys() local
3060 struct hist_field *hist_field = NULL; in find_target_event_var() local
3558 struct hist_field *hist_field, in check_synth_field()
3578 struct hist_field *hist_field; in onmatch_find_var() local
3603 struct hist_field *hist_field = NULL; in onmatch_create_field_var() local
3653 struct hist_field *hist_field, *var_ref; in onmatch_create() local
3846 struct hist_field *hist_field; in __create_val_field() local
3945 struct hist_field *hist_field = NULL; in create_key_field() local
4179 struct hist_field *hist_field; in create_sort_keys() local
4471 struct hist_field *hist_field; in create_tracing_map_fields() local
4573 struct hist_field *hist_field; in hist_trigger_elt_update() local
4911 static void hist_field_print(struct seq_file *m, struct hist_field *hist_field) in hist_field_print()