Searched +defs:val +defs:operator (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/tools/perf/util/ |
D | bpf-filter.l | 38 static int operator(enum perf_bpf_filter_op op) in operator() function 57 static int constant(int val) in constant()
|
/linux-6.14.4/kernel/trace/ |
D | trace_events_hist.c | 174 enum field_op_id operator; member 284 u64 val = hist_fn_call(operand, elt, buffer, rbe, event); in hist_field_log2() local 298 u64 val = hist_fn_call(operand, elt, buffer, rbe, event); in hist_field_bucket() local 449 u64 val = (u64)-sval; in hist_field_unary_minus() local 541 struct hist_field *val; member 3132 struct hist_field *val = field_var->val; in __update_field_vars() local 3229 struct hist_field *val = NULL, *var = NULL; in create_field_var() local 3511 u64 val; in track_data_print() local 5421 static inline unsigned int __get_percentage(u64 val, u64 total) in __get_percentage() 5440 static inline const char *__fill_bar_str(char *buf, int size, u64 val, u64 max) in __fill_bar_str() [all …]
|