Home
last modified time | relevance | path

Searched refs:op_device (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/libop/
Dop_config.c31 char op_device[PATH_MAX]; variable
69 strcpy(op_device, op_session_dir); in init_op_config_dirs()
70 strcat(op_device, "/opdev"); in init_op_config_dirs()
Dop_config_24.h18 extern char op_device[];
/external/oprofile/daemon/liblegacy/
Dinit.c79 devfd = op_open_device(op_device); in op_open_files()