Searched refs:ASSIGN_FETCH_FUNC (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/kernel/trace/ |
D | trace_probe.h | 202 #define ASSIGN_FETCH_FUNC(method, type) \ macro 213 ASSIGN_FETCH_FUNC(reg, ftype), \ 214 ASSIGN_FETCH_FUNC(stack, ftype), \ 215 ASSIGN_FETCH_FUNC(retval, ftype), \ 216 ASSIGN_FETCH_FUNC(memory, ftype), \ 217 ASSIGN_FETCH_FUNC(symbol, ftype), \ 218 ASSIGN_FETCH_FUNC(deref, ftype), \ 219 ASSIGN_FETCH_FUNC(bitfield, ftype), \ 220 ASSIGN_FETCH_FUNC(file_offset, ftype), \
|