Home
last modified time | relevance | path

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

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/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.c300 #define HIST_KEY_SIZE_MAX (MAX_FILTER_STR_VAL + HIST_STACKTRACE_SIZE)
550 static char last_cmd[MAX_FILTER_STR_VAL];
551 static char last_cmd_loc[MAX_FILTER_STR_VAL];
567 strncat(last_cmd, str, MAX_FILTER_STR_VAL - 1 - sizeof("hist:")); in last_cmd_set()
580 snprintf(last_cmd_loc, MAX_FILTER_STR_VAL, "hist:%s:%s", system, name); in last_cmd_set()
1118 static char full_name[MAX_FILTER_STR_VAL]; in hist_field_name()
1502 expr = kzalloc(MAX_FILTER_STR_VAL, GFP_KERNEL); in expr_str()
1688 hist_field->size = MAX_FILTER_STR_VAL; in create_hist_field()
2393 synthetic_name = kzalloc(MAX_FILTER_STR_VAL, GFP_KERNEL); in find_synthetic_field_var()
2482 cmd = kzalloc(MAX_FILTER_STR_VAL, GFP_KERNEL); in create_field_var_hist()
H A Dtrace_events_filter.c1259 if (len >= MAX_FILTER_STR_VAL) { in parse_pred()
1303 if (len >= MAX_FILTER_STR_VAL) { in parse_pred()
H A Dtrace_events_synth.c45 static char last_cmd[MAX_FILTER_STR_VAL];
57 strncpy(last_cmd, str, MAX_FILTER_STR_VAL - 1); in last_cmd_set()
H A Dtrace.h1456 char pattern[MAX_FILTER_STR_VAL];
H A Dtrace.c7558 char cmd[MAX_FILTER_STR_VAL]; /* what caused err */
7652 snprintf(err->cmd, MAX_FILTER_STR_VAL,"\n" CMD_PREFIX "%s\n", cmd); in tracing_log_err()
/dports/multimedia/libv4l/linux-5.13-rc2/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.c300 #define HIST_KEY_SIZE_MAX (MAX_FILTER_STR_VAL + HIST_STACKTRACE_SIZE)
550 static char last_cmd[MAX_FILTER_STR_VAL];
551 static char last_cmd_loc[MAX_FILTER_STR_VAL];
567 strncat(last_cmd, str, MAX_FILTER_STR_VAL - 1 - sizeof("hist:")); in last_cmd_set()
580 snprintf(last_cmd_loc, MAX_FILTER_STR_VAL, "hist:%s:%s", system, name); in last_cmd_set()
1118 static char full_name[MAX_FILTER_STR_VAL]; in hist_field_name()
1502 expr = kzalloc(MAX_FILTER_STR_VAL, GFP_KERNEL); in expr_str()
1688 hist_field->size = MAX_FILTER_STR_VAL; in create_hist_field()
2393 synthetic_name = kzalloc(MAX_FILTER_STR_VAL, GFP_KERNEL); in find_synthetic_field_var()
2482 cmd = kzalloc(MAX_FILTER_STR_VAL, GFP_KERNEL); in create_field_var_hist()
H A Dtrace_events_filter.c1259 if (len >= MAX_FILTER_STR_VAL) { in parse_pred()
1303 if (len >= MAX_FILTER_STR_VAL) { in parse_pred()
H A Dtrace_events_synth.c45 static char last_cmd[MAX_FILTER_STR_VAL];
57 strncpy(last_cmd, str, MAX_FILTER_STR_VAL - 1); in last_cmd_set()
H A Dtrace.h1456 char pattern[MAX_FILTER_STR_VAL];
/dports/multimedia/v4l-utils/linux-5.13-rc2/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.c300 #define HIST_KEY_SIZE_MAX (MAX_FILTER_STR_VAL + HIST_STACKTRACE_SIZE)
550 static char last_cmd[MAX_FILTER_STR_VAL];
551 static char last_cmd_loc[MAX_FILTER_STR_VAL];
567 strncat(last_cmd, str, MAX_FILTER_STR_VAL - 1 - sizeof("hist:")); in last_cmd_set()
580 snprintf(last_cmd_loc, MAX_FILTER_STR_VAL, "hist:%s:%s", system, name); in last_cmd_set()
1118 static char full_name[MAX_FILTER_STR_VAL]; in hist_field_name()
1502 expr = kzalloc(MAX_FILTER_STR_VAL, GFP_KERNEL); in expr_str()
1688 hist_field->size = MAX_FILTER_STR_VAL; in create_hist_field()
2393 synthetic_name = kzalloc(MAX_FILTER_STR_VAL, GFP_KERNEL); in find_synthetic_field_var()
2482 cmd = kzalloc(MAX_FILTER_STR_VAL, GFP_KERNEL); in create_field_var_hist()
H A Dtrace_events_filter.c1259 if (len >= MAX_FILTER_STR_VAL) { in parse_pred()
1303 if (len >= MAX_FILTER_STR_VAL) { in parse_pred()
H A Dtrace_events_synth.c45 static char last_cmd[MAX_FILTER_STR_VAL];
57 strncpy(last_cmd, str, MAX_FILTER_STR_VAL - 1); in last_cmd_set()
H A Dtrace.h1456 char pattern[MAX_FILTER_STR_VAL];
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dmmap_lock.c34 #define MEMCG_PATH_BUF_SIZE MAX_FILTER_STR_VAL
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dmmap_lock.c34 #define MEMCG_PATH_BUF_SIZE MAX_FILTER_STR_VAL
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dmmap_lock.c34 #define MEMCG_PATH_BUF_SIZE MAX_FILTER_STR_VAL
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dtrace_events.h627 #define MAX_FILTER_STR_VAL 256 /* Should handle KSYM_SYMBOL_LEN */ macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dtrace_events.h627 #define MAX_FILTER_STR_VAL 256 /* Should handle KSYM_SYMBOL_LEN */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dtrace_events.h627 #define MAX_FILTER_STR_VAL 256 /* Should handle KSYM_SYMBOL_LEN */ macro

12