OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pev
(Results
1 - 7
of
7
) sorted by null
/external/oprofile/libop/
op_alloc_counter.h
28
* @param
pev
array of selected event we want to bind to counter
29
* @param nr_events size of
pev
array
32
* Try to calculate a binding between passed event in
pev
and counter number.
34
* number bound to
pev
[i]
36
size_t * map_event_to_counter(struct op_event const *
pev
[], int nr_events,
op_alloc_counter.c
37
* @param
pev
an array of event
38
* @param nr_events number of entry in
pev
41
* counter_arc_head[i] is the list of allowed counter for
pev
[i] events
45
build_counter_arc(struct op_event const *
pev
[], int nr_events)
54
u32 mask =
pev
[i]->counter_mask;
197
size_t * map_event_to_counter(struct op_event const *
pev
[], int nr_events,
225
if(
pev
[i]->ext == NULL)
229
ctr_arc = build_counter_arc(
pev
, nr_events);
/external/oprofile/utils/
ophelp.c
152
static void check_event(struct parsed_event *
pev
,
160
event = find_event_by_name(
pev
->name, 0, 0);
163
pev
->unit_mask,
pev
->name);
166
pev
->name);
170
ret = op_check_events(0, event->val,
pev
->unit_mask, cpu_type);
174
pev
->unit_mask,
pev
->name);
181
if (
pev
->count < min_count) {
183
"minimum %d\n",
pev
->count, pev->name, min_count)
216
struct parsed_event *
pev
= &parsed_events[i];
local
[
all
...]
/external/llvm/lib/Analysis/
PathProfileVerifier.cpp
124
ProfilePathEdgeVector*
pev
= currentPath->getPathEdges();
local
132
for( ProfilePathEdgeIterator nextEdge =
pev
->begin(),
133
endEdge =
pev
->end(); nextEdge != endEdge; nextEdge++ ) {
134
if (nextEdge !=
pev
->begin())
166
delete
pev
;
PathProfileInfo.cpp
141
ProfilePathEdgeVector*
pev
= new ProfilePathEdgeVector;
local
151
pev
->push_back(ProfilePathEdge(
158
pev
->push_back(ProfilePathEdge(
165
pev
->push_back(ProfilePathEdge(
174
return
pev
;
/external/chromium/third_party/libevent/
event.c
871
struct event **
pev
;
local
893
pev
= base->timeheap.p;
895
for (; size-- > 0; ++
pev
) {
896
struct timeval *ev_tv = &(**
pev
).ev_timeout;
/external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp
843
WebCore::PlatformWheelEvent
pev
(ev);
844
bool accepted = frame->eventHandler()->handleWheelEvent(
pev
);
[
all
...]
Completed in 181 milliseconds