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

  /external/oprofile/libopagent/
opagent.h 101 * nr_entry: Number of entries in compile_map
110 size_t nr_entry,
jitdump.h 96 u32 nr_entry; member in struct:jr_code_debug_info
opagent.c 279 size_t nr_entry,
298 if (nr_entry == 0)
305 rec.nr_entry = nr_entry;
319 for (i = 0; i < nr_entry; ++i) {
  /external/oprofile/opjitconv/
debug_line.c 307 struct debug_line_info const * line, size_t nr_entry,
339 for (i = 0; i < nr_entry; i++) {
374 struct debug_line_info const * line, size_t nr_entry,
396 emit_lineno_info(b, line, nr_entry, code_addr);
453 if (rec->nr_entry) {
457 xmalloc(rec->nr_entry *
459 for (i = 0; i < rec->nr_entry; ++i) {
470 rec->nr_entry, rec->code_addr);

Completed in 658 milliseconds