Searched refs:trace (Results 151 - 175 of 1241) sorted by relevance

1234567891011>>

/linux-master/include/trace/events/
H A Dpage_isolation.h39 #include <trace/define_trace.h>
H A Dprintk.h21 * Each trace entry is printed in a new line.
23 * to avoid blank lines in the trace.
37 #include <trace/define_trace.h>
H A Dnmi.h38 #include <trace/define_trace.h>
H A Dudp.h33 #include <trace/define_trace.h>
H A Dgpu_mem.h3 * GPU memory trace points
57 #include <trace/define_trace.h>
H A Dnotifier.h69 #include <trace/define_trace.h>
/linux-master/net/sunrpc/xprtrdma/
H A Dmodule.c20 #include <trace/events/rpcrdma.h>
/linux-master/drivers/infiniband/hw/irdma/
H A DMakefile20 trace.o \
/linux-master/samples/trace_events/
H A Dtrace_custom_sched.c19 #include <trace/events/sched.h>
27 * As the trace events are not exported to modules, the use of
28 * for_each_kernel_tracepoint() is needed to find the trace event
/linux-master/kernel/trace/
H A Dtrace_benchmark.h44 #include <trace/define_trace.h>
H A Dtrace_functions_graph.c16 #include "trace.h"
104 struct ftrace_graph_ent *trace,
117 entry->graph_ent = *trace;
132 int trace_graph_entry(struct ftrace_graph_ent *trace) argument
146 * Do not trace a function if it's filtered by set_graph_notrace.
152 if (ftrace_graph_notrace_addr(trace->func)) {
164 if (ftrace_graph_ignore_func(trace))
183 ret = __trace_graph_entry(tr, trace, trace_ctx);
223 struct ftrace_graph_ret *trace,
236 entry->ret = *trace;
103 __trace_graph_entry(struct trace_array *tr, struct ftrace_graph_ent *trace, unsigned int trace_ctx) argument
222 __trace_graph_return(struct trace_array *tr, struct ftrace_graph_ret *trace, unsigned int trace_ctx) argument
241 trace_graph_return(struct ftrace_graph_ret *trace) argument
278 trace_graph_thresh_return(struct ftrace_graph_ret *trace) argument
963 print_graph_return(struct ftrace_graph_ret *trace, struct trace_seq *s, struct trace_entry *ent, struct trace_iterator *iter, u32 flags) argument
[all...]
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
H A Dtrigger-synthetic-eprobe.tc19 echo "hist:keys=common_pid:filename=\$__arg__1,ret=ret:onmatch($SYSTEM.$START).trace($SYNTH,\$filename,\$ret)" > events/$SYSTEM/$END/trigger
32 content=`grep '^ *ls-' trace | grep 'file='`
33 nocontent=`grep '^ *ls-' trace | grep 'file=' | grep -v -e '"/' -e '"."'` || true
44 echo '!'"hist:keys=common_pid:filename=\$__arg__1,ret=ret:onmatch($SYSTEM.$START).trace($SYNTH,\$filename,\$ret)" > events/$SYSTEM/$END/trigger
/linux-master/arch/powerpc/kernel/
H A Ddbell.c18 #include <asm/trace.h>
/linux-master/fs/lockd/
H A DMakefile6 ccflags-y += -I$(src) # needed for trace events
11 svcshare.o svcproc.o svcsubs.o mon.o trace.o xdr.o
/linux-master/fs/ext2/
H A DMakefile9 ioctl.o namei.o super.o symlink.o trace.o
11 # For tracepoints to include our trace.h from tracepoint infrastructure
/linux-master/drivers/usb/typec/ucsi/
H A DMakefile10 typec_ucsi-$(CONFIG_TRACING) += trace.o
/linux-master/net/sunrpc/auth_gss/
H A DMakefile10 gss_rpc_upcall.o gss_rpc_xdr.o trace.o
/linux-master/arch/x86/xen/
H A Dmulticalls.h5 #include <trace/events/xen.h>
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dtrace_rvt.h38 #include <trace/define_trace.h>
/linux-master/tools/perf/tests/shell/
H A Dtrace+probe_vfs_getname.sh2 # Check open filename arg using perf trace + vfs_getname
5 # then use it with 'perf trace' using 'touch' to write to a temp file, then
6 # checks that that was captured by the vfs_getname was used by 'perf trace',
23 perf trace -e $evts touch $file 2>&1 | \
37 # via trace.{show_timestamp,show_prefix,etc}
/linux-master/net/ieee802154/
H A DMakefile7 header_ops.o sysfs.o nl802154.o trace.o pan.o
/linux-master/arch/x86/include/asm/fpu/
H A Dsched.h10 #include <asm/trace/fpu.h>
/linux-master/arch/x86/include/asm/
H A Dmsr-trace.h6 #define TRACE_INCLUDE_FILE msr-trace
58 #include <trace/define_trace.h>
/linux-master/arch/s390/include/asm/trace/
H A Dzcrypt.h120 #define TRACE_INCLUDE_PATH asm/trace
123 #include <trace/define_trace.h>
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-trace-marker-snapshot.tc40 test_trace trace 1

Completed in 465 milliseconds

1234567891011>>