OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nr_counters
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libop/
op_alloc_counter.c
202
int i,
nr_counters
, nr_pmc_events;
local
213
nr_counters
= op_get_nr_counters(cpu_type);
215
nr_counters
= op_get_counter_mask(&unavailable_counters);
218
if (
nr_counters
<= 0) {
219
nr_counters
= op_get_nr_counters(cpu_type);
220
unavailable_counters = (~0) <<
nr_counters
;
226
if (++nr_pmc_events >
nr_counters
)
op_cpu_type.c
23
unsigned int
nr_counters
;
member in struct:cpu_descr
210
return cpu_descrs[cpu_type].
nr_counters
;
op_xml_events.c
62
int
nr_counters
;
local
71
nr_counters
= op_get_nr_counters(cpu_type);
/external/oprofile/utils/
ophelp.c
92
size_t
nr_counters
;
local
96
nr_counters
= op_get_nr_counters(cpu_type);
108
if (hweight(mask) ==
nr_counters
) {
194
size_t
nr_counters
= op_get_nr_counters(cpu_type);
local
227
if (count_events >
nr_counters
) {
231
(unsigned long)
nr_counters
);
Completed in 2496 milliseconds