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

<<1112131415161718

/linux-master/drivers/media/platform/chips-media/coda/
H A Dtrace.h8 #include <linux/tracepoint.h>
/linux-master/drivers/nvme/target/
H A Dtrace.h16 #include <linux/tracepoint.h>
/linux-master/include/trace/events/
H A Dqdisc.h9 #include <linux/tracepoint.h>
H A Doom.h7 #include <linux/tracepoint.h>
H A Dscmi.h8 #include <linux/tracepoint.h>
H A Dasoc.h9 #include <linux/tracepoint.h>
H A Dhuge_memory.h8 #include <linux/tracepoint.h>
H A Dmmc.h11 #include <linux/tracepoint.h>
H A Drdma_core.h16 #include <linux/tracepoint.h>
H A Dv4l2.h8 #include <linux/tracepoint.h>
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dtrace.h9 #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
371 * There may be a case where a tracepoint should only be called if
372 * some condition is set. Otherwise the tracepoint should not be called.
381 * skip the tracepoint when not enabled, and a jmp is placed to jump
382 * to the tracepoint code when it is enabled, having a if statement
433 * tracepoint i
[all...]
/linux-master/drivers/thunderbolt/
H A Dtrace.h17 #include <linux/tracepoint.h>
/linux-master/drivers/thermal/
H A Dthermal_trace.h10 #include <linux/tracepoint.h>
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_trace.h11 #include <linux/tracepoint.h>
/linux-master/include/net/9p/
H A Dclient.h14 #include <linux/tracepoint-defs.h>
/linux-master/include/linux/
H A Dpage_ref.h8 #include <linux/tracepoint-defs.h>
21 * Ideally we would want to use the trace_<tracepoint>_enabled() helper
25 * See trace_##name##_enabled(void) in 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.y230 * (there could be more events added for multiple tracepoint
556 struct tracepoint_name tracepoint = {$1, $3};
558 $$ = 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>
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dtrace.h36 #include <linux/tracepoint.h>

Completed in 662 milliseconds

<<1112131415161718