OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildID
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/bin/
jeprof.in
4533
my $
buildID
= $1 if $readelf =~ /Build ID: ([A-Fa-f0-9]+)/s;
4534
if (defined $
buildID
&& length $
buildID
> 0) {
4535
my $symbolFile = '/usr/lib/debug/.build-id/' . substr($
buildID
, 0, 2) . '/' . substr($
buildID
, 2) . '.debug';
4540
if($main::opt_debug) { print STDERR "no debug symbol file found for $file, build ID: $
buildID
\n" };
/src/external/bsd/jemalloc/dist/bin/
jeprof
4558
my $
buildID
= $1 if $readelf =~ /Build ID: ([A-Fa-f0-9]+)/s;
4559
if (defined $
buildID
&& length $
buildID
> 0) {
4560
my $symbolFile = '/usr/lib/debug/.build-id/' . substr($
buildID
, 0, 2) . '/' . substr($
buildID
, 2) . '.debug';
4565
if($main::opt_debug) { print STDERR "no debug symbol file found for $file, build ID: $
buildID
\n" };
jeprof.in
4558
my $
buildID
= $1 if $readelf =~ /Build ID: ([A-Fa-f0-9]+)/s;
4559
if (defined $
buildID
&& length $
buildID
> 0) {
4560
my $symbolFile = '/usr/lib/debug/.build-id/' . substr($
buildID
, 0, 2) . '/' . substr($
buildID
, 2) . '.debug';
4565
if($main::opt_debug) { print STDERR "no debug symbol file found for $file, build ID: $
buildID
\n" };
Completed in 27 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026