OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_buildid_cache
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/
builtin-record.c
67
static bool
no_buildid_cache
= false;
variable
795
OPT_BOOLEAN('N', "no-buildid-cache", &
no_buildid_cache
,
848
if (
no_buildid_cache
|| no_buildid)
/external/linux-tools-perf/util/
header.c
28
static bool
no_buildid_cache
= false;
variable
439
if (!
no_buildid_cache
)
1246
no_buildid_cache
= true;
Completed in 698 milliseconds