Searched refs:tracepoint (Results 276 - 300 of 432) sorted by relevance

<<1112131415161718

/linux-master/net/openvswitch/
H A Dopenvswitch_trace.h8 #include <linux/tracepoint.h>
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dtrace.h9 #include <linux/tracepoint.h>
/linux-master/include/trace/events/
H A Dhuge_memory.h8 #include <linux/tracepoint.h>
H A Dhabanalabs.h14 #include <linux/tracepoint.h>
H A Doom.h7 #include <linux/tracepoint.h>
H A Dasoc.h9 #include <linux/tracepoint.h>
H A Ddevlink.h12 #include <linux/tracepoint.h>
H A Dclk.h11 #include <linux/tracepoint.h>
H A Dbridge.h8 #include <linux/tracepoint.h>
H A Dtarget.h8 #include <linux/tracepoint.h>
H A Drdma_core.h16 #include <linux/tracepoint.h>
H A Dv4l2.h8 #include <linux/tracepoint.h>
/linux-master/drivers/thermal/
H A Dthermal_trace.h10 #include <linux/tracepoint.h>
/linux-master/samples/trace_events/
H A Dtrace-events-sample.h58 * All trace headers should include tracepoint.h, until we finally
61 #include <linux/tracepoint.h>
66 * name: name of the trace point. This is also how to enable the tracepoint.
111 * instance to instance of the tracepoint being called.
116 * specific instance of tracepoint. Again, size is the number of
372 * There may be a case where a tracepoint should only be called if
373 * some condition is set. Otherwise the tracepoint should not be called.
382 * skip the tracepoint when not enabled, and a jmp is placed to jump
383 * to the tracepoint code when it is enabled, having a if statement
434 * tracepoint i
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/sf/diag/
H A Dsf_tracepoint.h10 #include <linux/tracepoint.h>
/linux-master/drivers/net/hyperv/
H A Dnetvsc_trace.h6 #include <linux/tracepoint.h>
/linux-master/drivers/base/regmap/
H A Dtrace.h9 #include <linux/tracepoint.h>
/linux-master/drivers/block/rnbd/
H A Drnbd-srv-trace.h13 #include <linux/tracepoint.h>
/linux-master/drivers/iommu/intel/
H A Dtrace.h15 #include <linux/tracepoint.h>
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat715 tracepoint = name
719 tracepoint, sub = match.groups()
721 (self.filters[tracepoint][0],
722 self.filters[tracepoint][1][sub]))
737 trace_point=tracepoint,
/linux-master/kernel/trace/
H A Dtrace_events_user.c38 #define EVENT_TP_NAME(user_event) ((user_event)->tracepoint.name)
86 struct tracepoint tracepoint; member in struct:user_event
1532 * events. Callers expect the underlying tracepoint to match
1676 struct tracepoint *tp = &user->tracepoint;
1979 user->tracepoint.name = multi_name;
1986 user->tracepoint.name = user->reg_name;
2149 user->call.tp = &user->tracepoint;
2247 struct tracepoint *t
[all...]
/linux-master/tools/perf/util/
H A Dparse-events.y237 * (there could be more events added for multiple tracepoint
496 struct tracepoint_name tracepoint = {$1, $3};
498 $$ = tracepoint;
/linux-master/arch/s390/kvm/
H A Dtrace.h5 #include <linux/tracepoint.h>
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.h36 #include <linux/tracepoint.h>
/linux-master/drivers/greybus/
H A Dgreybus_trace.h14 #include <linux/tracepoint.h>

Completed in 185 milliseconds

<<1112131415161718