Searched refs:_tp (Results 1 – 6 of 6) sorted by relevance
/linux/include/trace/ |
H A D | bpf_probe.h | 122 __BPF_DECLARE_TRACE(call##_tp, PARAMS(proto), PARAMS(args)) \ 123 __DEFINE_EVENT(call##_tp, call##_tp, PARAMS(proto), PARAMS(args), 0) 128 __BPF_DECLARE_TRACE(call##_tp, PARAMS(proto), PARAMS(args)) \ 129 __DEFINE_EVENT(call##_tp, call##_tp, PARAMS(proto), PARAMS(args), size)
|
H A D | define_trace.h | 77 DEFINE_TRACE(name##_tp, PARAMS(proto), PARAMS(args)) 81 DEFINE_TRACE(name##_tp, PARAMS(proto), PARAMS(args))
|
/linux/drivers/input/mouse/ |
H A D | trackpoint.c | 247 #define TRACKPOINT_UPDATE(_power_on, _psmouse, _tp, _name) \ argument 251 if ((!_power_on || _tp->_name != _attr->power_on_default) && \ 256 _attr->command, _tp->_name); \ 260 _tp->_name); \ 264 #define TRACKPOINT_SET_POWER_ON_DEFAULT(_tp, _name) \ argument 266 _tp->_name = trackpoint_attr_##_name.power_on_default; \
|
/linux/include/linux/ |
H A D | tracepoint.h | 467 __DECLARE_TRACE(name##_tp, PARAMS(proto), PARAMS(args), \ 472 __DECLARE_TRACE(name##_tp, PARAMS(proto), PARAMS(args), \ 477 __DECLARE_TRACE_SYSCALL(name##_tp, PARAMS(proto), PARAMS(args), \
|
/linux/Documentation/trace/ |
H A D | tracepoints.rst | 135 All trace_<tracepoint>_tp() calls have a matching trace_<tracepoint>_enabled() 137 false otherwise. The trace_<tracepoint>_tp() should always be within the
|
/linux/kernel/trace/ |
H A D | trace_eprobe.c | 46 #define for_each_trace_eprobe_tp(ep, _tp) \ argument 47 list_for_each_entry(ep, trace_probe_probe_list(_tp), tp.list)
|