Home
last modified time | relevance | path

Searched refs:note_size (Results 1 – 4 of 4) sorted by relevance

/external/oprofile/libop/
Dop_config_24.h47 #define OP_PRE_NOTE_WATERMARK(note_size) \ argument
48 (((note_size) / 32) < OP_MIN_NOTE_PRE_WATERMARK \
50 : (note_size) / 32)
/external/oprofile/module/
Doprofile.c166 if (likely(note_pos < (sysctl.note_size - OP_PRE_NOTE_WATERMARK(sysctl.note_size)) && !is_ready())) in up_and_check_note()
172 if (unlikely(note_pos == sysctl.note_size)) { in up_and_check_note()
180 note_pos = sysctl.note_size - 1; in up_and_check_note()
212 max = sizeof(struct op_note) * sysctl.note_size; in oprof_note_read()
438 notebufsize = sizeof(struct op_note) * sysctl.note_size; in oprof_init_data()
485 if ((err = check_range(sysctl.note_size, OP_MIN_NOTE_TABLE_SIZE, OP_MAX_NOTE_TABLE_SIZE, in parms_check()
756 { 1, "notesize", &sysctl_parms.note_size, sizeof(int), 0644, NULL, &lproc_dointvec, NULL, },
785 sysctl_parms.note_size = OP_DEFAULT_NOTE_SIZE; in init_sysctl()
Doprofile.h78 int note_size; member
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c145 static UInt note_size(const struct note *n) in note_size() function
177 VG_(write)(fd, &n->note, note_size(n)); in write_note()
588 notesz += note_size(note); in make_elf_coredump()