HomeSort by relevance Sort by last modified time
    Searched refs:op_open_device (Results 1 - 4 of 4) sorted by null

  /external/oprofile/libutil/
op_deviceio.h 24 * op_open_device - open a special char device for reading
30 fd_t op_open_device(char const * name);
op_deviceio.c 22 fd_t op_open_device(char const * name) function
  /external/oprofile/daemon/liblegacy/
init.c 63 hashmapdevfd = op_open_device(op_hash_device);
69 notedevfd = op_open_device(op_note_device);
79 devfd = op_open_device(op_device);
  /external/oprofile/daemon/
init.c 72 devfd = op_open_device("/dev/oprofile/buffer");

Completed in 72 milliseconds