Home
last modified time | relevance | path

Searched defs:CallTimestamp (Results 1 – 4 of 4) sorted by relevance

/packages/modules/UprobeStats/src/bpf_progs/
DGenericInstrumentation.c43 struct CallTimestamp { struct
53 DEFINE_BPF_RINGBUF_EXT(call_timestamp_buf, struct CallTimestamp, 4096, argument
/packages/modules/UprobeStats/src/
DBpf.h34 struct CallTimestamp { struct
35 unsigned int event;
36 unsigned long timestampNs;
/packages/modules/UprobeStats/rust/ffi/
Dbpf.h24 struct CallTimestamp { struct
25 unsigned int event;
26 unsigned long timestampNs;
/packages/modules/UprobeStats/rust/src/bpf_map/
Dgeneric_instrumentation.rs11 unsafe impl OnItem for CallTimestamp { implementation