We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98629da commit ec37089Copy full SHA for ec37089
kernel/trace/trace_osnoise.c
@@ -59,8 +59,8 @@ enum osnoise_options_index {
59
60
static const char * const osnoise_options_str[OSN_MAX] = { "DEFAULTS", "OSNOISE_WORKLOAD" };
61
62
-#define OSN_DEFAULT_OPTIONS 0x2
63
-unsigned long osnoise_options = OSN_DEFAULT_OPTIONS;
+#define OSN_DEFAULT_OPTIONS 0x2
+static unsigned long osnoise_options = OSN_DEFAULT_OPTIONS;
64
65
/*
66
* trace_array of the enabled osnoise/timerlat instances.
0 commit comments