diff options
Diffstat (limited to 'tools/perf/tests/thread-map.c')
-rw-r--r-- | tools/perf/tests/thread-map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/thread-map.c b/tools/perf/tests/thread-map.c index dbcb6a19b375..4de1939b58ba 100644 --- a/tools/perf/tests/thread-map.c +++ b/tools/perf/tests/thread-map.c | |||
@@ -105,7 +105,7 @@ int test__thread_map_remove(struct test *test __maybe_unused, int subtest __mayb | |||
105 | TEST_ASSERT_VAL("failed to allocate map string", | 105 | TEST_ASSERT_VAL("failed to allocate map string", |
106 | asprintf(&str, "%d,%d", getpid(), getppid()) >= 0); | 106 | asprintf(&str, "%d,%d", getpid(), getppid()) >= 0); |
107 | 107 | ||
108 | threads = thread_map__new_str(str, NULL, 0); | 108 | threads = thread_map__new_str(str, NULL, 0, false); |
109 | 109 | ||
110 | TEST_ASSERT_VAL("failed to allocate thread_map", | 110 | TEST_ASSERT_VAL("failed to allocate thread_map", |
111 | threads); | 111 | threads); |