|
@@ -865,6 +865,8 @@ static int __cmd_report(bool display_info)
|
|
return -ENOMEM;
|
|
return -ENOMEM;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ symbol__init();
|
|
|
|
+
|
|
if (!perf_session__has_traces(session, "lock record"))
|
|
if (!perf_session__has_traces(session, "lock record"))
|
|
goto out_delete;
|
|
goto out_delete;
|
|
|
|
|
|
@@ -974,7 +976,6 @@ int cmd_lock(int argc, const char **argv, const char *prefix __maybe_unused)
|
|
unsigned int i;
|
|
unsigned int i;
|
|
int rc = 0;
|
|
int rc = 0;
|
|
|
|
|
|
- symbol__init();
|
|
|
|
for (i = 0; i < LOCKHASH_SIZE; i++)
|
|
for (i = 0; i < LOCKHASH_SIZE; i++)
|
|
INIT_LIST_HEAD(lockhash_table + i);
|
|
INIT_LIST_HEAD(lockhash_table + i);
|
|
|
|
|