OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tev
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/util/
probe-event.c
993
struct probe_trace_event *
tev
)
995
struct probe_trace_point *tp = &
tev
->point;
1015
&pr, (float *)(void *)&
tev
->group,
1016
(float *)(void *)&
tev
->event);
1022
pr_debug("Group:%s Event:%s probe:%c\n",
tev
->group,
tev
->event, pr);
1032
tev
->nargs = argc - 2;
1033
tev
->args = zalloc(sizeof(struct probe_trace_arg) *
tev
->nargs);
1034
if (
tev
->args == NULL)
1501
struct probe_trace_event
tev
;
local
1546
struct probe_trace_event
tev
;
local
1640
struct probe_trace_event *
tev
= NULL;
local
1727
struct probe_trace_event *
tev
;
local
[
all
...]
probe-event.h
106
extern char *synthesize_probe_trace_command(struct probe_trace_event *
tev
);
probe-finder.c
1603
struct probe_trace_event *
tev
;
local
[
all
...]
/hardware/ril/libril/
ril_event.cpp
164
struct ril_event *
tev
= timer_list.next;
local
171
while ((
tev
!= &timer_list) && (timercmp(&now, &
tev
->timeout, >))) {
174
next =
tev
->next;
175
removeFromList(
tev
);
176
addToList(
tev
, &pending_list);
177
tev
= next;
218
struct ril_event *
tev
= timer_list.next;
local
224
if (
tev
== &timer_list) {
231
(int)
tev
->timeout.tv_sec, (int)tev->timeout.tv_usec)
[
all
...]
Completed in 25 milliseconds