Home
last modified time | relevance | path

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

/external/oprofile/libop/
Dop_config.c32 char op_note_device[PATH_MAX]; variable
72 strcpy(op_note_device, op_session_dir); in init_op_config_dirs()
73 strcat(op_note_device, "/opnotedev"); in init_op_config_dirs()
Dop_config_24.h19 extern char op_note_device[];
/external/oprofile/daemon/liblegacy/
Dinit.c69 notedevfd = op_open_device(op_note_device); in op_open_files()