mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Fix typo derived from tcmalloc's pprof
The same pr is submitted into gperftools: https://github.com/gperftools/gperftools/pull/1105
This commit is contained in:
parent
1aabab5fdc
commit
498f47e1ec
1 changed files with 1 additions and 1 deletions
|
|
@ -5367,7 +5367,7 @@ sub GetProcedureBoundaries {
|
|||
my $demangle_flag = "";
|
||||
my $cppfilt_flag = "";
|
||||
my $to_devnull = ">$dev_null 2>&1";
|
||||
if (system(ShellEscape($nm, "--demangle", "image") . $to_devnull) == 0) {
|
||||
if (system(ShellEscape($nm, "--demangle", $image) . $to_devnull) == 0) {
|
||||
# In this mode, we do "nm --demangle <foo>"
|
||||
$demangle_flag = "--demangle";
|
||||
$cppfilt_flag = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue