verbosity
u32 *verbosity);
u32 *verbosity);
u32 verbosity);
u32 verbosity);
bool default_logging, u32 verbosity)
(verbosity << GUC_LOG_CONTROL_VERBOSITY_SHIFT) |
GEM_BUG_ON(verbosity > GUC_LOG_VERBOSITY_MAX);
u32 *verbosity)
verbosity);
int telemetry_set_trace_verbosity(enum telemetry_unit telem_unit, u32 verbosity)
verbosity);
u32 *verbosity)
u32 verbosity)
u32 verbosity;
err = telemetry_get_trace_verbosity(TELEM_PSS, &verbosity);
seq_printf(s, "PSS Trace Verbosity %u\n", verbosity);
u32 verbosity;
err = kstrtou32_from_user(userbuf, count, 0, &verbosity);
err = telemetry_set_trace_verbosity(TELEM_PSS, verbosity);
u32 verbosity;
err = telemetry_get_trace_verbosity(TELEM_IOSS, &verbosity);
seq_printf(s, "IOSS Trace Verbosity %u\n", verbosity);
u32 verbosity;
err = kstrtou32_from_user(userbuf, count, 0, &verbosity);
err = telemetry_set_trace_verbosity(TELEM_IOSS, verbosity);
u32 *verbosity)
if (verbosity == NULL)
TELEM_EXTRACT_VERBOSITY(temp, *verbosity);
u32 verbosity)
verbosity &= TELEM_TRC_VERBOSITY_MASK;
TELEM_SET_VERBOSITY_BITS(temp, verbosity);
TELEM_SET_VERBOSITY_BITS(temp, verbosity);
char *verbosity;
verbosity = getenv(env_var);
if (verbosity) {
if (strcasecmp(verbosity, "warn") == 0)
else if (strcasecmp(verbosity, "debug") == 0)
else if (strcasecmp(verbosity, "info") == 0)
env_var, verbosity);
if (env.verbosity >= VERBOSE_VERY)
always_log = env.verbosity > VERBOSE_NONE;
if (env.verbosity >= VERBOSE_NORMAL)
if (env.verbosity >= VERBOSE_NORMAL)
if (prog_fd < 0 || env.verbosity > VERBOSE_NORMAL) {
if (btf_fd < 0 || env.verbosity > VERBOSE_NORMAL) {
if (env.verbosity > VERBOSE_NONE)
if (env.verbosity > VERBOSE_NONE && exp_msg) /* we overtook log */
if (env.verbosity > VERBOSE_NONE) {
if (env.verbosity > VERBOSE_NONE) {
if (env.verbosity > VERBOSE_NONE)
if (env.verbosity > VERBOSE_NONE)
if (env.verbosity > VERBOSE_NONE)
if (env.verbosity > VERBOSE_NONE)
if (env.verbosity >= VERBOSE_VERY) {
if (env.verbosity >= VERBOSE_VERY) {
if (env.verbosity >= VERBOSE_VERY) {
if (failed || env.verbosity >= VERBOSE_NORMAL) {
if (failed || env.verbosity >= VERBOSE_VERY) {
if (env.verbosity >= VERBOSE_NORMAL) /* this speeds up debugging */
if (err || env.verbosity >= VERBOSE_NORMAL)
if (env.verbosity >= VERBOSE_SUPER) {
if (env.verbosity >= VERBOSE_SUPER) {
if (env.verbosity >= VERBOSE_SUPER) {
if (env.verbosity >= VERBOSE_SUPER) {
if (env.verbosity >= VERBOSE_VERY)
if (env.verbosity >= VERBOSE_VERY)
(env.verbosity < VERBOSE_VERY) ? " 2>/dev/null" : "verbose");
if (env.verbosity >= VERBOSE_SUPER)
if (env.verbosity >= VERBOSE_VERY)
if (env.verbosity >= VERBOSE_NORMAL) {
if (env.verbosity != VERBOSE_NONE)
if (env.verbosity > VERBOSE_NONE)
if (env.verbosity > VERBOSE_VERY)
if (!force && env.verbosity == VERBOSE_NONE)
if (!force && env.verbosity == VERBOSE_NONE)
if (!force && env.verbosity == VERBOSE_NONE)
if (!force && env.verbosity == VERBOSE_NONE)
if (!force && env.verbosity == VERBOSE_NONE)
if (env.verbosity == VERBOSE_NONE)
env->verbosity = VERBOSE_NORMAL;
env->verbosity = VERBOSE_VERY;
env->verbosity = VERBOSE_SUPER;
env_verbosity = env->verbosity;
return env.verbosity > VERBOSE_NONE;
if (env.verbosity < VERBOSE_VERY && level == LIBBPF_DEBUG)
enum verbosity verbosity;
env.verbosity = true;
bool verbosity;
if (level == LIBBPF_DEBUG && !env.verbosity)
verbosity++;
static int verbosity;
#define verbose_sizechange() (verbosity >= 1)
#define verbose_lostevent() (verbosity >= 2)
#define verbose_ftrace() (verbosity >= 1)
static unsigned verbosity = 7;
if (level <= verbosity) {