Lines Matching refs:log_level
238 __u32 log_size, log_level, attach_prog_fd, attach_btf_obj_fd;
289 log_level = OPTS_GET(opts, log_level, 0);
308 if (log_level) {
311 attr.log_level = log_level;
361 if (log_level == 0 && log_buf) {
362 /* log_level == 0 with non-NULL log_buf requires retrying on error
363 * with log_level == 1 and log_buf/log_buf_size set, to get details of
368 attr.log_level = 1;
1189 __u32 log_level;
1201 log_level = OPTS_GET(opts, log_level, 0);
1210 /* log_level == 0 and log_buf != NULL means "try loading without
1211 * log_buf, but retry with log_buf and log_level=1 on error", which is
1215 if (log_level) {
1218 attr.btf_log_level = log_level;
1222 if (fd < 0 && log_buf && log_level == 0) {