BSR: give -j option to report mode
authorhyokeun.jeon <hyokeun.jeon@samsung.com>
Wed, 14 Apr 2021 02:02:10 +0000 (11:02 +0900)
committerhyokeun.jeon <hyokeun.jeon@samsung.com>
Wed, 14 Apr 2021 02:02:10 +0000 (11:02 +0900)
Change-Id: I4cedc57e44a4c299aa465d76f0082fda2b35299b

depanneur

index ab9c71684586cd6a458d47ce0a4fe88f00b5d335..7ba695ca4c32995747c71f14df0a8fb720abbda6 100755 (executable)
--- a/depanneur
+++ b/depanneur
@@ -2738,6 +2738,7 @@ sub profiling_report {
     generate_depends_xmlfile();
 
     my $report_command = "bsr report -a $arch --verbose --depsnumbersort ";
+    $report_command = $report_command . " -j $profiling --verbose ";
     my $dep_xml_file = "$depends_dir/$dist/$arch/$dist\_$arch\_pkgdepends.xml";
     if (-e $dep_xml_file) {
         $report_command = $report_command . " -x \"$dep_xml_file\" ";