Home
last modified time | relevance | path

Searched defs:cookie (Results 1 – 5 of 5) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/
DTraceMarkerEvent.kt47 class StartAsyncSliceEvent(val tgid: Int, val name: String, val cookie: Int) : FtraceEventDetails { constant in trebuchet.importers.ftrace.events.StartAsyncSliceEvent
54 class FinishAsyncSliceEvent(val tgid: Int, val name: String, val cookie: Int) : FtraceEventDetails { constant in trebuchet.importers.ftrace.events.FinishAsyncSliceEvent
88 val cookie = readInt() in BufferReader() constant
99 val cookie = readInt() in BufferReader() constant
/tools/netsim/rust/daemon/src/wifi/
Dframe.rs36 pub cookie: Option<u64>, field
Dhwsim_attr_set.rs65 cookie: Option<u64>, field
80 pub cookie: Option<u64>, field
155 pub fn cookie(&mut self, cookie: u64) -> &mut Self { in cookie() method
Dmedium.rs306 let cookie = frame.cookie.context("cookie")?; in validate() localVariable
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DAsyncSlicesBuilder.kt26 val cookie: Int, constant in trebuchet.model.fragments.AsyncSlice