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
373
if (mkdir(
OP_DRIVER_BASE
, 0755)) {
375
fprintf(stderr, "Cannot create directory "
OP_DRIVER_BASE
": %s\n",
381
if (access(
OP_DRIVER_BASE
"/stats", F_OK)) {
382
if (system("mount -t oprofilefs nodev "
OP_DRIVER_BASE
)) {
474
snprintf(fullname, 512,
OP_DRIVER_BASE
"/%d/%s", counter, file);
477
snprintf(fullname, 512,
OP_DRIVER_BASE
"/%s", file);
502
printf("Driver directory: %s\n",
OP_DRIVER_BASE
);
505
sprintf(fullname,
OP_DRIVER_BASE
"/%d/enabled", i);
511
sprintf(fullname,
OP_DRIVER_BASE
"/%d/event", i);
516
sprintf(fullname,
OP_DRIVER_BASE
"/%d/count", i)
[
all
...]
Completed in 302 milliseconds