OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_DRIVER_BASE
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libop/
op_config.h
45
#define
OP_DRIVER_BASE
"/dev/oprofile"
/external/oprofile/opcontrol/
opcontrol.cpp
351
if (mkdir(
OP_DRIVER_BASE
, 0755)) {
353
fprintf(stderr, "Cannot create directory "
OP_DRIVER_BASE
": %s\n",
359
if (access(
OP_DRIVER_BASE
"/stats", F_OK)) {
360
if (system("mount -t oprofilefs nodev "
OP_DRIVER_BASE
)) {
452
snprintf(fullname, 512,
OP_DRIVER_BASE
"/%d/%s", counter, file);
455
snprintf(fullname, 512,
OP_DRIVER_BASE
"/%s", file);
490
printf("Driver directory: %s\n",
OP_DRIVER_BASE
);
493
sprintf(fullname,
OP_DRIVER_BASE
"/%d/enabled", i);
499
sprintf(fullname,
OP_DRIVER_BASE
"/%d/event", i);
504
sprintf(fullname,
OP_DRIVER_BASE
"/%d/count", i)
[
all
...]
Completed in 36 milliseconds