OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jitentry
(Results
1 - 6
of
6
) sorted by null
/external/oprofile/opjitconv/
jitsymbol.c
36
struct
jitentry
const * entry;
44
static void fill_entry_array(struct
jitentry
* entries[])
47
struct
jitentry
* entry;
53
/* create an array pointing to the
jitentry
structures which is sorted
56
static struct
jitentry
** create_sorted_array(compare_symbol compare)
58
struct
jitentry
** array =
59
xmalloc(sizeof(struct
jitentry
*) * entry_count);
61
qsort(array, entry_count, sizeof(struct
jitentry
*), compare);
69
struct
jitentry
* a0 = *(struct
jitentry
**) a
[
all
...]
opjitconv.h
40
struct
jitentry
{
struct
42
struct
jitentry
* next;
117
* hold all
jitentry
elements. After parsing, the program works on the
121
extern struct
jitentry
* jitentry_list;
129
extern struct
jitentry
** entries_symbols_ascending;
131
extern struct
jitentry
** entries_address_ascending;
create_bfd.c
32
struct
jitentry
const * e;
104
/* create a .text section. end_idx: index last
jitentry
(inclusive!) */
114
struct
jitentry
* ee = entries_address_ascending[end_idx];
153
struct
jitentry
const * e;
188
struct
jitentry
const * pred;
189
struct
jitentry
const * entry;
207
// this holds always if we have at least one
jitentry
238
// this holds always if we have at least one
jitentry
parse_dump.c
25
/* parse a code load record and add the entry to the
jitentry
list */
29
struct
jitentry
* entry;
37
entry = xcalloc(1, sizeof(struct
jitentry
));
39
//
jitentry
constructor
89
struct
jitentry
* entry;
237
* Build up
jitentry
structure and set global variables.
conversion.c
20
struct
jitentry
* entry, * next;
opjitconv.c
39
* hold all
jitentry
elements. After parsing, the program works on the
43
struct
jitentry
* jitentry_list = NULL;
67
struct
jitentry
** entries_symbols_ascending;
69
struct
jitentry
** entries_address_ascending;
Completed in 34 milliseconds