OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ins_operands
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.h
16
struct
ins_operands
{
struct
32
struct
ins_operands
*ops;
38
void (*free)(struct
ins_operands
*ops);
39
int (*parse)(struct
ins_operands
*ops);
41
struct
ins_operands
*ops);
51
int ins__scnprintf(struct ins *ins, char *bf, size_t size, struct
ins_operands
*ops);
61
struct
ins_operands
ops;
annotate.c
27
static void ins__delete(struct
ins_operands
*ops)
36
struct
ins_operands
*ops)
42
struct
ins_operands
*ops)
50
static int call__parse(struct
ins_operands
*ops)
88
struct
ins_operands
*ops)
109
static int jump__parse(struct
ins_operands
*ops)
124
struct
ins_operands
*ops)
164
static int lock__parse(struct
ins_operands
*ops)
194
struct
ins_operands
*ops)
206
static void lock__delete(struct
ins_operands
*ops
[
all
...]
Completed in 542 milliseconds