OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:no_vmlinux
(Results
1 - 7
of
7
) sorted by null
/external/oprofile/daemon/
oprofiled.h
62
extern int
no_vmlinux
;
opd_kernel.c
43
if (
no_vmlinux
) {
152
if (
no_vmlinux
)
213
if (
no_vmlinux
)
oprofiled.c
67
int
no_vmlinux
;
variable
90
{ "no-vmlinux", 0, POPT_ARG_NONE, &
no_vmlinux
, 0, "vmlinux kernel image file not available", NULL, },
416
if (!
no_vmlinux
) {
/external/oprofile/daemon/liblegacy/
init.c
331
if (!
no_vmlinux
)
opd_kernel.c
383
if (
no_vmlinux
|| eip < kernel_end) {
opd_proc.c
206
if (in_kernel_eip ||
no_vmlinux
) {
/external/oprofile/gui/
oprof_start.cpp
159
no_vmlinux
->setChecked(config.no_kernel);
621
config.no_kernel =
no_vmlinux
->isChecked();
Completed in 798 milliseconds