Home
last modified time | relevance | path

Searched refs:MAX_FILTER_STR_VAL (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtrace_synth.h10 #define STR_VAR_LEN_MAX MAX_FILTER_STR_VAL /* must be multiple of sizeof(u64) */
H A Dtrace_events_inject.c125 if (len >= MAX_FILTER_STR_VAL) in parse_field()
H A Dtrace_events_hist.c485 #define HIST_KEY_SIZE_MAX (MAX_FILTER_STR_VAL + HIST_STACKTRACE_SIZE)
763 static char last_cmd_loc[MAX_FILTER_STR_VAL];
805 snprintf(last_cmd_loc, MAX_FILTER_STR_VAL, HIST_PREFIX "%s:%s", system, name); in last_cmd_set()
1351 static char full_name[MAX_FILTER_STR_VAL]; in hist_field_name()
1762 expr = kzalloc(MAX_FILTER_STR_VAL, GFP_KERNEL); in expr_str()
2036 hist_field->size = MAX_FILTER_STR_VAL; in create_hist_field()
2938 synthetic_name = kzalloc(MAX_FILTER_STR_VAL, GFP_KERNEL); in find_synthetic_field_var()
3027 cmd = kzalloc(MAX_FILTER_STR_VAL, GFP_KERNEL); in create_field_var_hist()
4394 hist_field->size = MAX_FILTER_STR_VAL; in update_var_execname()
H A Dtrace_events_filter.c1688 if (len >= MAX_FILTER_STR_VAL) { in parse_pred()
1853 if (len >= MAX_FILTER_STR_VAL) { in parse_pred()
H A Dtrace.h1494 char pattern[MAX_FILTER_STR_VAL];
/openbmc/linux/mm/
H A Dmmap_lock.c28 #define MEMCG_PATH_BUF_SIZE MAX_FILTER_STR_VAL
/openbmc/linux/include/linux/
H A Dtrace_events.h709 #define MAX_FILTER_STR_VAL 256U /* Should handle KSYM_SYMBOL_LEN */ macro