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

  /external/oprofile/libop/
op_config_24.h 47 #define OP_PRE_NOTE_WATERMARK(note_size) \
48 (((note_size) / 32) < OP_MIN_NOTE_PRE_WATERMARK \
50 : (note_size) / 32)
  /external/oprofile/module/
oprofile.c 166 if (likely(note_pos < (sysctl.note_size - OP_PRE_NOTE_WATERMARK(sysctl.note_size)) && !is_ready()))
172 if (unlikely(note_pos == sysctl.note_size)) {
180 note_pos = sysctl.note_size - 1;
212 max = sizeof(struct op_note) * sysctl.note_size;
438 notebufsize = sizeof(struct op_note) * sysctl.note_size;
485 if ((err = check_range(sysctl.note_size, OP_MIN_NOTE_TABLE_SIZE, OP_MAX_NOTE_TABLE_SIZE,
486 "sysctl.note_size value %d not in range (%d %d)\n")))
756 { 1, "notesize", &sysctl_parms.note_size, sizeof(int), 0644, NULL, &lproc_dointvec, NULL, },
785 sysctl_parms.note_size = OP_DEFAULT_NOTE_SIZE
    [all...]
oprofile.h 78 int note_size; member in struct:oprof_sysctl
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 145 static UInt note_size(const struct note *n) function
177 VG_(write)(fd, &n->note, note_size(n));
607 notesz += note_size(note);

Completed in 436 milliseconds