Searched refs:EVENT_NAME (Results 1 – 5 of 5) sorted by relevance
30 private static final String EVENT_NAME = "MyEvent"; field in EarlyTraceEventTest48 EarlyTraceEvent.begin(EVENT_NAME); in testCanRecordEvent()49 EarlyTraceEvent.end(EVENT_NAME); in testCanRecordEvent()55 Assert.assertEquals(EVENT_NAME, event.mName); in testCanRecordEvent()69 EarlyTraceEvent.startAsync(EVENT_NAME, EVENT_ID); in testCanRecordAsyncEvent()70 EarlyTraceEvent.finishAsync(EVENT_NAME, EVENT_ID); in testCanRecordAsyncEvent()77 Assert.assertEquals(EVENT_NAME, eventStart.mName); in testCanRecordAsyncEvent()79 Assert.assertEquals(EVENT_NAME, eventEnd.mName); in testCanRecordAsyncEvent()91 EarlyTraceEvent.startAsync(EVENT_NAME, EVENT_ID); in testRecordAsyncFinishEventWhenFinishing()97 EarlyTraceEvent.finishAsync(EVENT_NAME, EVENT_ID); in testRecordAsyncFinishEventWhenFinishing()[all …]
12 EVENT_NAME=kprobes/testevent14 DEF1="p:$EVENT_NAME $SYM1"15 DEF2="p:$EVENT_NAME $SYM2"24 echo "-:$EVENT_NAME" >> kprobe_events30 echo "-:$EVENT_NAME $SYM1" >> kprobe_events
260 static Query EventName() { return Query(EVENT_NAME); } in EventName()293 return Query(EVENT_NAME) == Query::String(name); in EventNameIs()470 return (Query(EVENT_NAME) == Query(name)) && MatchBeginWithEnd(); in MatchBeginName()475 return (Query(EVENT_NAME) == Query(name)) && MatchComplete(); in MatchCompleteName()527 EVENT_NAME, enumerator
573 case EVENT_NAME: in GetMemberValueAsString()
7 …mounted but can often be found at `/sys/kernel/debug/tracing/events/EVENT_GROUP/EVENT_NAME/format`.8 …he codebase at `src/traced/probes/ftrace/test/data/synthetic/events/EVENT_GROUP/EVENT_NAME/format`.