=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libdevel-nytprof-perl-6.06+dfsg/demo/demo-run.pl-41- my $outdir = "demo-out/profiler-$run"; libdevel-nytprof-perl-6.06+dfsg/demo/demo-run.pl:42: system("rm -rf $outdir") == 0 or exit 0; libdevel-nytprof-perl-6.06+dfsg/demo/demo-run.pl:43: system("mkdir -p $outdir") == 0 or exit 0; libdevel-nytprof-perl-6.06+dfsg/demo/demo-run.pl:44: system("perl -Mblib bin/nytprofhtml --open --out=$outdir") == 0 libdevel-nytprof-perl-6.06+dfsg/demo/demo-run.pl-45- or exit 0; ############################################## libdevel-nytprof-perl-6.06+dfsg/bin/flamegraph.pl-836-INC libdevel-nytprof-perl-6.06+dfsg/bin/flamegraph.pl:837:$im->include($inc); libdevel-nytprof-perl-6.06+dfsg/bin/flamegraph.pl-838-$im->filledRectangle(0, 0, $imagewidth, $imageheight, 'url(#background)'); ############################################## libdevel-nytprof-perl-6.06+dfsg/bin/nytprofhtml-822- ($is_big) ? "" : " (There were $total_sub_calls of them, so this may take some time, or cancel and use --no-flame to skip this step.)"; libdevel-nytprof-perl-6.06+dfsg/bin/nytprofhtml:823: system("\"$nytprofcalls\" $opt_file > $opt_out/$call_stacks_file") == 0 libdevel-nytprof-perl-6.06+dfsg/bin/nytprofhtml-824- or die "Generating $opt_out/$call_stacks_file failed\n"; ############################################## libdevel-nytprof-perl-6.06+dfsg/bin/nytprofhtml-843- my $run_us = $profile->{attribute}{profiler_active} * $profile->{attribute}{ticks_per_sec}; libdevel-nytprof-perl-6.06+dfsg/bin/nytprofhtml:844: system("\"$flamegraph\" --nametype=sub --countname=microseconds --factor=$factor --width=$opt_flame_width --nameattr=$subattr --hash --total=$run_us $opt_out/$call_stacks_file > $opt_out/$call_stacks_svg") == 0 libdevel-nytprof-perl-6.06+dfsg/bin/nytprofhtml-845- or die "Generating $opt_out/$call_stacks_svg failed\n"; ############################################## libdevel-nytprof-perl-6.06+dfsg/bin/nytprofhtml-1288- close $fh; libdevel-nytprof-perl-6.06+dfsg/bin/nytprofhtml:1289: #system("open '$dot_file'"); die 1; libdevel-nytprof-perl-6.06+dfsg/bin/nytprofhtml-1290- ############################################## libdevel-nytprof-perl-6.06+dfsg/bin/nytprofhtml-1367- warn "Running $cmd\n" if $opt_debug; libdevel-nytprof-perl-6.06+dfsg/bin/nytprofhtml:1368: system($cmd); libdevel-nytprof-perl-6.06+dfsg/bin/nytprofhtml-1369- } ############################################## libdevel-nytprof-perl-6.06+dfsg/t/test22-strevala.p-5-# call once from particular line libdevel-nytprof-perl-6.06+dfsg/t/test22-strevala.p:6:eval($code)->(); libdevel-nytprof-perl-6.06+dfsg/t/test22-strevala.p-7- libdevel-nytprof-perl-6.06+dfsg/t/test22-strevala.p-8-# call twice from the same line libdevel-nytprof-perl-6.06+dfsg/t/test22-strevala.p:9:eval($code)->(); eval($code)->(); libdevel-nytprof-perl-6.06+dfsg/t/test22-strevala.p-10- ############################################## libdevel-nytprof-perl-6.06+dfsg/t/test22-strevala.p-12-eval q{ libdevel-nytprof-perl-6.06+dfsg/t/test22-strevala.p:13: eval($code)->(); eval($code)->(); libdevel-nytprof-perl-6.06+dfsg/t/test22-strevala.p-14-}; ############################################## libdevel-nytprof-perl-6.06+dfsg/t/test22-strevala.t-58-my $code = 'sub { print "sub called\n" }'; libdevel-nytprof-perl-6.06+dfsg/t/test22-strevala.t:59:eval($code)->(); libdevel-nytprof-perl-6.06+dfsg/t/test22-strevala.t:60:eval($code)->(); eval($code)->(); libdevel-nytprof-perl-6.06+dfsg/t/test22-strevala.t-61-eval q{ libdevel-nytprof-perl-6.06+dfsg/t/test22-strevala.t:62: eval($code)->(); eval($code)->(); libdevel-nytprof-perl-6.06+dfsg/t/test22-strevala.t-63-}; ############################################## libdevel-nytprof-perl-6.06+dfsg/t/lib/NYTProfTest.pm-350- warn "$merge_cmd\n"; libdevel-nytprof-perl-6.06+dfsg/t/lib/NYTProfTest.pm:351: system($merge_cmd) == 0 libdevel-nytprof-perl-6.06+dfsg/t/lib/NYTProfTest.pm-352- or die "Error running $merge_cmd\n"; ############################################## libdevel-nytprof-perl-6.06+dfsg/t/lib/NYTProfTest.pm-560- if ($^O ne 'MSWin32') { libdevel-nytprof-perl-6.06+dfsg/t/lib/NYTProfTest.pm:561: system("diff @opts $old_file $new_file 1>&2"); libdevel-nytprof-perl-6.06+dfsg/t/lib/NYTProfTest.pm-562- } ############################################## libdevel-nytprof-perl-6.06+dfsg/t/test61-submerge.p-7- libdevel-nytprof-perl-6.06+dfsg/t/test61-submerge.p:8:eval($code)->(); eval($code)->(); eval($code)->(); ############################################## libdevel-nytprof-perl-6.06+dfsg/.gdbinit-177-define cluck libdevel-nytprof-perl-6.06+dfsg/.gdbinit:178: set $sv = perl_eval_pv("Carp::cluck(); `tail '$Apache::ErrLog'`", 1) libdevel-nytprof-perl-6.06+dfsg/.gdbinit-179- printf "%s\n", ((XPV*) ($sv)->sv_any )->xpv_pv ############################################## libdevel-nytprof-perl-6.06+dfsg/lib/Devel/NYTProf.pm-726- libdevel-nytprof-perl-6.06+dfsg/lib/Devel/NYTProf.pm:727:Perl treats each execution of a string eval (C<eval $string;> not C<eval { ... }>) libdevel-nytprof-perl-6.06+dfsg/lib/Devel/NYTProf.pm-728-as a distinct file, so NYTProf does as well. The 'files' are given names with ############################################## libdevel-nytprof-perl-6.06+dfsg/lib/Devel/NYTProf/Run.pm-77- if (my $src_file = $opt{src_file}) { libdevel-nytprof-perl-6.06+dfsg/lib/Devel/NYTProf/Run.pm:78: system(@perl, $src_file) == 0 libdevel-nytprof-perl-6.06+dfsg/lib/Devel/NYTProf/Run.pm-79- or carp "Exit status $? from @perl $src_file"; ############################################## libdevel-nytprof-perl-6.06+dfsg/lib/Devel/NYTProf/Reader.pm-542- print OUT $dataend; libdevel-nytprof-perl-6.06+dfsg/lib/Devel/NYTProf/Reader.pm:543: print OUT $self->get_param('footer', [$profile, $filestr]); libdevel-nytprof-perl-6.06+dfsg/lib/Devel/NYTProf/Reader.pm-544- close OUT; ############################################## libdevel-nytprof-perl-6.06+dfsg/.pc/usr-share.patch/bin/nytprofhtml-821- ($is_big) ? "" : " (There were $total_sub_calls of them, so this may take some time, or cancel and use --no-flame to skip this step.)"; libdevel-nytprof-perl-6.06+dfsg/.pc/usr-share.patch/bin/nytprofhtml:822: system("\"$nytprofcalls\" $opt_file > $opt_out/$call_stacks_file") == 0 libdevel-nytprof-perl-6.06+dfsg/.pc/usr-share.patch/bin/nytprofhtml-823- or die "Generating $opt_out/$call_stacks_file failed\n"; ############################################## libdevel-nytprof-perl-6.06+dfsg/.pc/usr-share.patch/bin/nytprofhtml-842- my $run_us = $profile->{attribute}{profiler_active} * $profile->{attribute}{ticks_per_sec}; libdevel-nytprof-perl-6.06+dfsg/.pc/usr-share.patch/bin/nytprofhtml:843: system("\"$flamegraph\" --nametype=sub --countname=microseconds --factor=$factor --width=$opt_flame_width --nameattr=$subattr --hash --total=$run_us $opt_out/$call_stacks_file > $opt_out/$call_stacks_svg") == 0 libdevel-nytprof-perl-6.06+dfsg/.pc/usr-share.patch/bin/nytprofhtml-844- or die "Generating $opt_out/$call_stacks_svg failed\n"; ############################################## libdevel-nytprof-perl-6.06+dfsg/.pc/usr-share.patch/bin/nytprofhtml-1287- close $fh; libdevel-nytprof-perl-6.06+dfsg/.pc/usr-share.patch/bin/nytprofhtml:1288: #system("open '$dot_file'"); die 1; libdevel-nytprof-perl-6.06+dfsg/.pc/usr-share.patch/bin/nytprofhtml-1289- ############################################## libdevel-nytprof-perl-6.06+dfsg/.pc/usr-share.patch/bin/nytprofhtml-1365- warn "Running $cmd\n" if $opt_debug; libdevel-nytprof-perl-6.06+dfsg/.pc/usr-share.patch/bin/nytprofhtml:1366: system($cmd); libdevel-nytprof-perl-6.06+dfsg/.pc/usr-share.patch/bin/nytprofhtml-1367- } ############################################## libdevel-nytprof-perl-6.06+dfsg/.pc/flamegraph.patch/bin/nytprofhtml-821- ($is_big) ? "" : " (There were $total_sub_calls of them, so this may take some time, or cancel and use --no-flame to skip this step.)"; libdevel-nytprof-perl-6.06+dfsg/.pc/flamegraph.patch/bin/nytprofhtml:822: system("\"$nytprofcalls\" $opt_file > $opt_out/$call_stacks_file") == 0 libdevel-nytprof-perl-6.06+dfsg/.pc/flamegraph.patch/bin/nytprofhtml-823- or die "Generating $opt_out/$call_stacks_file failed\n"; ############################################## libdevel-nytprof-perl-6.06+dfsg/.pc/flamegraph.patch/bin/nytprofhtml-842- my $run_us = $profile->{attribute}{profiler_active} * $profile->{attribute}{ticks_per_sec}; libdevel-nytprof-perl-6.06+dfsg/.pc/flamegraph.patch/bin/nytprofhtml:843: system("\"$flamegraph\" --nametype=sub --countname=microseconds --factor=$factor --width=$opt_flame_width --nameattr=$subattr --hash --total=$run_us $opt_out/$call_stacks_file > $opt_out/$call_stacks_svg") == 0 libdevel-nytprof-perl-6.06+dfsg/.pc/flamegraph.patch/bin/nytprofhtml-844- or die "Generating $opt_out/$call_stacks_svg failed\n"; ############################################## libdevel-nytprof-perl-6.06+dfsg/.pc/flamegraph.patch/bin/nytprofhtml-1287- close $fh; libdevel-nytprof-perl-6.06+dfsg/.pc/flamegraph.patch/bin/nytprofhtml:1288: #system("open '$dot_file'"); die 1; libdevel-nytprof-perl-6.06+dfsg/.pc/flamegraph.patch/bin/nytprofhtml-1289- ############################################## libdevel-nytprof-perl-6.06+dfsg/.pc/flamegraph.patch/bin/nytprofhtml-1366- warn "Running $cmd\n" if $opt_debug; libdevel-nytprof-perl-6.06+dfsg/.pc/flamegraph.patch/bin/nytprofhtml:1367: system($cmd); libdevel-nytprof-perl-6.06+dfsg/.pc/flamegraph.patch/bin/nytprofhtml-1368- } ############################################## libdevel-nytprof-perl-6.06+dfsg/.pc/autopkgtest.patch/t/lib/NYTProfTest.pm-350- warn "$merge_cmd\n"; libdevel-nytprof-perl-6.06+dfsg/.pc/autopkgtest.patch/t/lib/NYTProfTest.pm:351: system($merge_cmd) == 0 libdevel-nytprof-perl-6.06+dfsg/.pc/autopkgtest.patch/t/lib/NYTProfTest.pm-352- or die "Error running $merge_cmd\n"; ############################################## libdevel-nytprof-perl-6.06+dfsg/.pc/autopkgtest.patch/t/lib/NYTProfTest.pm-560- if ($^O ne 'MSWin32') { libdevel-nytprof-perl-6.06+dfsg/.pc/autopkgtest.patch/t/lib/NYTProfTest.pm:561: system("diff @opts $old_file $new_file 1>&2"); libdevel-nytprof-perl-6.06+dfsg/.pc/autopkgtest.patch/t/lib/NYTProfTest.pm-562- }