Searched refs:fn_num (Results 1 – 3 of 3) sorted by relevance
86 enum filter_pred_fn fn_num; member1436 switch (pred->fn_num) { in filter_pred_fn_call()1650 pred->fn_num = FILTER_PRED_FN_FUNCTION; in parse_pred()1666 pred->fn_num = FILTER_PRED_FN_NOP; in parse_pred()1782 pred->fn_num = single ? in parse_pred()1790 pred->fn_num = FILTER_PRED_FN_CPU; in parse_pred()1792 pred->fn_num = FILTER_PRED_FN_CPU_CPUMASK; in parse_pred()1798 pred->fn_num = select_comparison_fn(pred->op, field->size, false); in parse_pred()1804 pred->fn_num = FILTER_PRED_FN_64_CPUMASK; in parse_pred()1807 pred->fn_num = FILTER_PRED_FN_32_CPUMASK; in parse_pred()[all …]
164 enum hist_field_fn fn_num; member1968 hist_field->fn_num = HIST_FIELD_FN_VAR_REF; in create_hist_field()1973 hist_field->fn_num = HIST_FIELD_FN_COUNTER; in create_hist_field()1980 hist_field->fn_num = HIST_FIELD_FN_CONST; in create_hist_field()1990 hist_field->fn_num = HIST_FIELD_FN_STACK; in create_hist_field()1992 hist_field->fn_num = HIST_FIELD_FN_NOP; in create_hist_field()2002 hist_field->fn_num = flags & HIST_FIELD_FL_LOG2 ? HIST_FIELD_FN_LOG2 : in create_hist_field()2015 hist_field->fn_num = HIST_FIELD_FN_TIMESTAMP; in create_hist_field()2022 hist_field->fn_num = HIST_FIELD_FN_CPU; in create_hist_field()2042 hist_field->fn_num = HIST_FIELD_FN_STRING; in create_hist_field()[all …]
87 fn_num, fn_hold, fn_scroll_forw, fn_scroll_back,\531 static void fn_num(struct vc_data *vc) in fn_num() function