Home
last modified time | relevance | path

Searched refs:DECLARE_FETCH_FUNC (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/kernel/trace/
Dtrace_probe.h149 #define DECLARE_FETCH_FUNC(method, type) \ macro
154 DECLARE_FETCH_FUNC(method, u8); \
155 DECLARE_FETCH_FUNC(method, u16); \
156 DECLARE_FETCH_FUNC(method, u32); \
157 DECLARE_FETCH_FUNC(method, u64)
168 DECLARE_FETCH_FUNC(symbol, string);
169 DECLARE_FETCH_FUNC(symbol, string_size);
172 DECLARE_FETCH_FUNC(deref, string);
173 DECLARE_FETCH_FUNC(deref, string_size);
184 DECLARE_FETCH_FUNC(comm, string);
[all …]