Searched refs:trace (Results 201 - 225 of 1241) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/sf/diag/
H A Dvhca_tracepoint.h40 #include <trace/define_trace.h>
/linux-master/tools/testing/selftests/bpf/progs/
H A Dget_cgroup_id_kern.c22 int trace(void *ctx) function
/linux-master/drivers/media/common/videobuf2/
H A DMakefile6 videobuf2-common-objs += vb2-trace.o
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-tracepoints.c4 #include <asm/trace.h>
/linux-master/include/trace/events/
H A Dswiotlb.h41 #include <trace/define_trace.h>
H A Dqla.h46 #include <trace/define_trace.h>
H A Dintel_ifs.h41 #include <trace/define_trace.h>
/linux-master/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp.c31 struct mod_hdcp_trace *trace = &hdcp->connection.trace; local
33 if (trace->error_count < MAX_NUM_OF_ERROR_TRACE) {
34 trace->errors[trace->error_count].status = status;
35 trace->errors[trace->error_count].state_id = hdcp->state.id;
36 trace->error_count++;
356 /* reset error trace */
357 memset(&hdcp->connection.trace,
[all...]
/linux-master/tools/verification/dot2/dot2k_templates/
H A Dmain_per_task.c15 * #include <linux/trace/events/sched.h>
17 #include <trace/events/rv.h>
H A Dmain_per_cpu.c15 * #include <linux/trace/events/sched.h>
17 #include <trace/events/rv.h>
H A Dmain_global.c15 * #include <trace/events/sched.h>
17 #include <trace/events/rv.h>
/linux-master/drivers/net/wireless/ath/
H A DMakefile23 ath-$(CONFIG_ATH_TRACEPOINTS) += trace.o
/linux-master/drivers/gpu/drm/tegra/
H A DMakefile30 tegra-drm-y += trace.o
/linux-master/fs/dlm/
H A Dmain.c23 #include <trace/events/dlm.h>
/linux-master/drivers/net/wireless/ath/ath6kl/
H A DMakefile40 ath6kl_core-$(CONFIG_ATH6KL_TRACING) += trace.o
48 # for tracing framework to find trace.h
/linux-master/arch/x86/kernel/fpu/
H A Dcontext.h6 #include <asm/trace/fpu.h>
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_trace.h51 #include <trace/define_trace.h>
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmt7615_trace.h56 #include <trace/define_trace.h>
/linux-master/kernel/trace/
H A Dtrace_syscalls.c2 #include <trace/syscall.h>
3 #include <trace/events/syscalls.h>
14 #include "trace.h"
133 struct syscall_trace_enter *trace; local
137 trace = (typeof(trace))ent;
138 syscall = trace->nr;
162 trace->args[i],
179 struct syscall_trace_exit *trace; local
183 trace
272 struct syscall_trace_enter trace; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dconn.h30 #define CONN_TRACE(c,f,a...) CONN_MSG((c), trace, f, ##a)
/linux-master/drivers/usb/chipidea/
H A DMakefile8 ci_hdrc-$(CONFIG_USB_CHIPIDEA_UDC) += udc.o trace.o
/linux-master/drivers/cxl/core/
H A DMakefile17 cxl_core-$(CONFIG_TRACING) += trace.o
/linux-master/drivers/net/wireless/ath/ath12k/
H A DMakefile26 ath12k-$(CONFIG_ATH12K_TRACING) += trace.o
28 # for tracing framework to find trace.h
/linux-master/net/mac80211/
H A Dtrace_msg.h53 #include <trace/define_trace.h>
/linux-master/sound/soc/intel/avs/
H A DMakefile9 snd-soc-avs-objs += trace.o
10 # tell define_trace.h where to find the trace header

Completed in 187 milliseconds

1234567891011>>