summaryrefslogtreecommitdiff
path: root/tools/perf/bench/breakpoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/bench/breakpoint.c')
-rw-r--r--tools/perf/bench/breakpoint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/bench/breakpoint.c b/tools/perf/bench/breakpoint.c
index dfd18f5db97d..1b7cd4481bd2 100644
--- a/tools/perf/bench/breakpoint.c
+++ b/tools/perf/bench/breakpoint.c
@@ -16,7 +16,7 @@
#include "bench.h"
#include "futex.h"
-struct {
+static struct {
unsigned int nbreakpoints;
unsigned int nparallel;
unsigned int nthreads;
@@ -173,7 +173,7 @@ int bench_breakpoint_thread(int argc, const char **argv)
return 0;
}
-struct {
+static struct {
unsigned int npassive;
unsigned int nactive;
} enable_params = {