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

  /external/oprofile/daemon/
init.c 53 static size_t s_buf_bytesize; variable
323 s_buf_bytesize = opd_buf_size * kernel_pointer_size;
325 sbuf = xmalloc(s_buf_bytesize);
358 opd_do_read(sbuf, s_buf_bytesize);
  /external/oprofile/daemon/liblegacy/
init.c 46 static size_t s_buf_bytesize; variable
336 s_buf_bytesize = sizeof(struct op_buffer_head) + opd_buf_size * sizeof(struct op_sample);
338 sbuf = xmalloc(s_buf_bytesize);
365 opd_do_read(sbuf, s_buf_bytesize, nbuf, n_buf_bytesize);

Completed in 2876 milliseconds