copy maps file too
This commit is contained in:
parent
186064c57a
commit
9137350aa6
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
my(@proc_files) = qw(cmdline stat statm status);
|
my(@proc_files) = qw(cmdline stat statm status maps);
|
||||||
my $cpname = "copy-proc";
|
my $cpname = "copy-proc";
|
||||||
my $tmp = $ENV{TMPDIR} || "/tmp";
|
my $tmp = $ENV{TMPDIR} || "/tmp";
|
||||||
my $tmpdir = "$tmp/$cpname";
|
my $tmpdir = "$tmp/$cpname";
|
||||||
|
|
Loading…
Reference in New Issue