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 - 7
of
7
) 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
339
return (ret != ~0UL) ? ret +
OP_MAX_COUNTERS
: ret;
365
if (key == ~0UL || key <
OP_MAX_COUNTERS
)
368
key = key -
OP_MAX_COUNTERS
;
426
ibs_vc[ibs_selected_size].counter = ibs_selected_size +
OP_MAX_COUNTERS
;
770
counter = ibs_vci +
OP_MAX_COUNTERS
;
817
if (counter >=
OP_MAX_COUNTERS
+ OP_MAX_IBS_COUNTERS
818
|| counter <
OP_MAX_COUNTERS
) {
824
ibs_vci = counter -
OP_MAX_COUNTERS
;
opd_perfmon.c
227
pfarg_reg_t pc[
OP_MAX_COUNTERS
];
228
pfarg_reg_t pd[
OP_MAX_COUNTERS
];
/external/oprofile/module/
oprofile.h
56
uint ctr_count[
OP_MAX_COUNTERS
];
88
struct oprof_counter ctr[
OP_MAX_COUNTERS
];
/external/oprofile/daemon/liblegacy/
opd_proc.c
133
xcalloc(
OP_MAX_COUNTERS
, sizeof(struct op_24_sfile *));
Completed in 563 milliseconds