OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have_vmlinux
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
code-reading.c
402
bool
have_vmlinux
, have_kcore, excl_kernel = false;
local
426
have_vmlinux
= dso__is_vmlinux(map->dso);
434
if (!
have_vmlinux
&& !have_kcore)
522
if (!
have_vmlinux
&& !have_kcore && !try_kcore)
524
else if (!
have_vmlinux
&& !try_kcore)
Completed in 272 milliseconds