OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_OP
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.c
780
return
EVENT_OP
;
859
case
EVENT_OP
:
1163
if (read_expected(
EVENT_OP
, ":") < 0)
1184
if (read_expected(
EVENT_OP
, ":") < 0)
1288
if (test_type_token(type, token,
EVENT_OP
, ":") < 0)
1307
(type ==
EVENT_OP
&& strcmp(token, "*") == 0) ||
1313
type ==
EVENT_OP
&& strcmp(token, ".") == 0)) {
1346
if (test_type(type,
EVENT_OP
))
1450
if (test_type_token(type, token,
EVENT_OP
, ";"))
1457
if (read_expected(
EVENT_OP
, ":") < 0
[
all
...]
event-parse.h
325
EVENT_OP
,
parse-filter.c
998
case
EVENT_OP
:
[
all
...]
Completed in 363 milliseconds