OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IBS_OP_LS_BASE
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/daemon/
opd_ibs_macro.h
173
#define
IBS_OP_LS_BASE
0xf200
175
#define IBS_OP_LS_MAX (IBS_OP_LS_END -
IBS_OP_LS_BASE
+ 1)
176
#define IS_IBS_OP_LS(x) (
IBS_OP_LS_BASE
<= x && x <= IBS_OP_LS_END)
177
#define IBS_OP_LS_OFFSET(x) (x -
IBS_OP_LS_BASE
)
opd_ibs.c
335
ret = (x -
IBS_OP_LS_BASE
+ IBS_OP_MAX + IBS_FETCH_MAX);
Completed in 17 milliseconds