Searched refs:DECLARE_TRACE (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/test_kmods/ |
| H A D | bpf_testmod-events.h | 32 DECLARE_TRACE(bpf_testmod_test_write_bare, 38 DECLARE_TRACE(bpf_testmod_test_nullable_bare, 45 DECLARE_TRACE(bpf_testmod_test_raw_tp_null, 57 DECLARE_TRACE(call, PARAMS(proto), PARAMS(args))
|
| /linux/include/trace/events/ |
| H A D | sched.h | 833 DECLARE_TRACE(pelt_cfs, 837 DECLARE_TRACE(pelt_rt, 841 DECLARE_TRACE(pelt_dl, 845 DECLARE_TRACE(pelt_hw, 849 DECLARE_TRACE(pelt_irq, 853 DECLARE_TRACE(pelt_se, 857 DECLARE_TRACE(sched_cpu_capacity, 861 DECLARE_TRACE(sched_overutilized, 865 DECLARE_TRACE(sched_util_est_cfs, 869 DECLARE_TRACE(sched_util_est_se, [all …]
|
| H A D | tcp.h | 359 DECLARE_TRACE(tcp_cwnd_reduction,
|
| /linux/include/trace/ |
| H A D | define_trace.h | 75 #undef DECLARE_TRACE 76 #define DECLARE_TRACE(name, proto, args) \ macro 121 #undef DECLARE_TRACE 122 #define DECLARE_TRACE(name, proto, args) macro 150 #undef DECLARE_TRACE
|
| H A D | bpf_probe.h | 120 #undef DECLARE_TRACE 121 #define DECLARE_TRACE(call, proto, args) \ macro
|
| /linux/Documentation/trace/ |
| H A D | tracepoints.rst | 55 DECLARE_TRACE(subsys_eventname, 146 define tracepoints. Note, DECLARE_TRACE(foo) creates a function 165 trace_foo_bar_tp(args); // for tracepoints created via DECLARE_TRACE
|
| /linux/include/linux/ |
| H A D | tracepoint.h | 177 #ifndef DECLARE_TRACE 479 #define DECLARE_TRACE(name, proto, args) \ macro
|