perf session: Fallback to unordered processing if no sample_id_all
[deliverable/linux.git] / tools / perf / builtin-buildid-list.c
index 44a47e13bd673eb362f956b80bd02adbec367d45..3b06f9ca263810988f2acd6c49d30cb077ce5c17 100644 (file)
@@ -39,7 +39,8 @@ static int __cmd_buildid_list(void)
        int err = -1;
        struct perf_session *session;
 
-       session = perf_session__new(input_name, O_RDONLY, force, false);
+       session = perf_session__new(input_name, O_RDONLY, force, false,
+                                   &build_id__mark_dso_hit_ops);
        if (session == NULL)
                return -1;
 
This page took 0.024378 seconds and 5 git commands to generate.