OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_disasm
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
pprof
318
$main::
opt_disasm
= "";
388
"disasm=s" => \$main::
opt_disasm
,
436
if ($main::
opt_disasm
|| $main::opt_list || $main::opt_symbols) {
470
($main::
opt_disasm
eq '' ? 0 : 1) +
517
'--disasm' => $main::
opt_disasm
);
650
if ($main::
opt_disasm
) {
651
PrintDisassembly($libs, $flat, $cumulative, $main::
opt_disasm
);
835
$main::
opt_disasm
= 0;
896
$main::
opt_disasm
= 1;
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
pprof
318
$main::
opt_disasm
= "";
388
"disasm=s" => \$main::
opt_disasm
,
436
if ($main::
opt_disasm
|| $main::opt_list || $main::opt_symbols) {
470
($main::
opt_disasm
eq '' ? 0 : 1) +
517
'--disasm' => $main::
opt_disasm
);
650
if ($main::
opt_disasm
) {
651
PrintDisassembly($libs, $flat, $cumulative, $main::
opt_disasm
);
835
$main::
opt_disasm
= 0;
896
$main::
opt_disasm
= 1;
[
all
...]
Completed in 32 milliseconds