Searched defs:no_buildid_cache (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-record.c76 bool no_buildid_cache; member in struct:perf_record
904 OPT_BOOLEAN('N', "no-buildid-cache", &record.no_buildid_cache,
962 if (rec->no_buildid_cache || rec->no_buildid)
/external/linux-tools-perf/src/tools/perf/util/
H A Dheader.c26 static bool no_buildid_cache = false; variable
485 if (!no_buildid_cache)
3067 no_buildid_cache = true;

Completed in 169 milliseconds