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

  /external/oprofile/opjitconv/
conversion.c 22 for (entry = jitentry_list; entry; entry = next) {
28 jitentry_list = NULL;
52 jitentry_list = NULL;
parse_dump.c 57 entry->next = jitentry_list;
58 jitentry_list = entry;
100 for (entry = jitentry_list; entry; entry = entry->next) {
133 /* parse all entries in the jit dump file and build jitentry_list.
opjitconv.h 41 /* linked list. see jitentry_list */
121 extern struct jitentry * jitentry_list;
jitsymbol.c 33 /* count the entries in the jitentry_list */
38 for (entry = jitentry_list; entry; entry = entry->next)
48 for (entry = jitentry_list; entry; entry = entry->next)
opjitconv.c 43 struct jitentry * jitentry_list = NULL; variable in typeref:struct:jitentry

Completed in 840 milliseconds