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

  /external/oprofile/gui/
oprof_start_config.cpp 38 buffer_size(OP_DEFAULT_BUF_SIZE),
66 buffer_size = OP_DEFAULT_BUF_SIZE;
75 if (buffer_size < OP_DEFAULT_BUF_SIZE)
76 buffer_size = OP_DEFAULT_BUF_SIZE;
  /external/oprofile/libop/
op_config_24.h 25 #define OP_DEFAULT_BUF_SIZE 65536
  /external/oprofile/daemon/liblegacy/
init.c 328 int opd_buf_size = OP_DEFAULT_BUF_SIZE;
  /external/oprofile/module/
oprofile.c 784 sysctl_parms.buf_size = OP_DEFAULT_BUF_SIZE;

Completed in 505 milliseconds