OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_MAX_COUNTERS
(Results
1 - 5
of
5
) sorted by null
/external/oprofile/libop/
op_hw_config.h
20
#define
OP_MAX_COUNTERS
20
22
#define
OP_MAX_COUNTERS
8
/external/oprofile/daemon/
opd_sfile.h
64
odb_t files[
OP_MAX_COUNTERS
];
opd_events.c
32
struct opd_event opd_events[
OP_MAX_COUNTERS
];
134
if (counter >=
OP_MAX_COUNTERS
) {
opd_ibs.c
274
return (ret != ~0UL) ? ret +
OP_MAX_COUNTERS
: ret;
300
if (key == ~0UL || key <
OP_MAX_COUNTERS
)
303
key = key -
OP_MAX_COUNTERS
;
365
ibs_vc[ibs_selected_size].counter = ibs_selected_size +
OP_MAX_COUNTERS
;
617
counter = ibs_vci +
OP_MAX_COUNTERS
;
664
if (counter >=
OP_MAX_COUNTERS
+ OP_MAX_IBS_COUNTERS
665
|| counter <
OP_MAX_COUNTERS
) {
671
ibs_vci = counter -
OP_MAX_COUNTERS
;
opd_perfmon.c
229
pfarg_reg_t pc[
OP_MAX_COUNTERS
];
230
pfarg_reg_t pd[
OP_MAX_COUNTERS
];
Completed in 108 milliseconds