Searched refs:trace (Results 101 - 125 of 1241) sorted by relevance

1234567891011>>

/linux-master/net/mac802154/
H A DMakefile4 iface.o llsec.o util.o cfg.o scan.o trace.o
/linux-master/drivers/iommu/
H A Diommu-traces.c3 * iommu trace points
13 #include <trace/events/iommu.h>
/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfgraph-retval.tc32 count=`cat trace | grep 'proc_reg_write' | grep '= -5' | wc -l`
39 count=`cat trace | grep 'proc_reg_write' | grep 'fffffffb' | wc -l`
/linux-master/net/handshake/
H A DMakefile11 handshake-y := alert.o genl.o netlink.o request.o tlshd.o trace.o
H A Dtrace.c22 #include <trace/events/handshake.h>
/linux-master/kernel/bpf/
H A Dstackmap.c214 struct perf_callchain_entry *trace, u64 flags)
224 if (trace->nr <= skip)
225 /* skipping more than usable stack trace */
228 trace_nr = trace->nr - skip;
230 ips = trace->ip + skip;
289 struct perf_callchain_entry *trace; local
300 trace = get_perf_callchain(regs, 0, kernel, user, max_depth,
303 if (unlikely(!trace))
304 /* couldn't fetch the stack trace */
307 return __bpf_get_stackid(map, trace, flag
213 __bpf_get_stackid(struct bpf_map *map, struct perf_callchain_entry *trace, u64 flags) argument
319 count_kernel_ip(struct perf_callchain_entry *trace) argument
335 struct perf_callchain_entry *trace; local
397 struct perf_callchain_entry *trace; local
513 struct perf_callchain_entry *trace; local
[all...]
/linux-master/tools/testing/selftests/ftrace/test.d/00basic/
H A Dringbuffer_subbuf_size.tc46 echo > trace
71 new_str=`awk ' /tracing_mark_write:/ { sub(/^.*tracing_mark_write: /,"");printf "%s", $0; exit}' trace`
78 new_str=`awk ' /tracing_mark_write:/ { sub(/^.*tracing_mark_write: /,"");printf "%s", $0; }' trace`
H A Dtrace_marker.tc48 echo > trace
68 new_str=`awk ' /tracing_mark_write:/ { sub(/^.*tracing_mark_write: /,"");printf "%s", $0; exit}' trace`
75 new_str=`awk ' /tracing_mark_write:/ { sub(/^.*tracing_mark_write: /,"");printf "%s", $0; }' trace`
/linux-master/arch/xtensa/kernel/
H A Dstacktrace.c57 * previous PCs in the call trace.
204 struct stack_trace *trace; member in struct:stack_trace_data
211 struct stack_trace *trace = trace_data->trace; local
220 trace->entries[trace->nr_entries++] = frame->pc;
221 return trace->nr_entries >= trace->max_entries;
224 void save_stack_trace_tsk(struct task_struct *task, struct stack_trace *trace) argument
227 .trace
234 save_stack_trace(struct stack_trace *trace) argument
[all...]
/linux-master/net/ipv6/
H A Dioam6_iptunnel.c79 static bool ioam6_validate_trace_hdr(struct ioam6_trace_hdr *trace) argument
83 if (!trace->type_be32 || !trace->remlen ||
84 trace->remlen > IOAM6_TRACE_DATA_SIZE_MAX / 4 ||
85 trace->type.bit12 | trace->type.bit13 | trace->type.bit14 |
86 trace->type.bit15 | trace->type.bit16 | trace
109 struct ioam6_trace_hdr *trace; local
208 struct ioam6_trace_hdr *trace; local
[all...]
/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim3 " To use, :source this file while viewing a function_graph trace, or use vim's
4 " -S option to load from the command-line together with a trace. You can then
12 " single-CPU trace (e.g. trace-cmd report --cpu 1).
/linux-master/arch/x86/include/asm/trace/
H A Dexceptions.h9 #include <asm/trace/common.h>
54 #include <trace/define_trace.h>
/linux-master/arch/arm64/kvm/vgic/
H A Dtrace.h35 #define TRACE_INCLUDE_FILE trace
38 #include <trace/define_trace.h>
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkretprobe_args.tc14 cat trace | grep testprobe2 | grep -q "<- $FUNCTION_FORK"
H A Dkprobe_args.tc12 grep testprobe trace | grep "$FUNCTION_FORK" | \
/linux-master/fs/iomap/
H A DMakefile7 ccflags-y += -I $(srctree)/$(src) # needed for trace events
11 iomap-y += trace.o \
/linux-master/include/trace/
H A Ddefine_custom_trace.h5 * trace file may define:
13 * TRACE_INCLUDE_PATH if the path is something other than core kernel include/trace
41 # define __TRACE_INCLUDE(system) <trace/events/system.h>
49 /* Let the trace headers be reread */
55 #include <trace/trace_custom_events.h>
/linux-master/drivers/net/wireless/ath/
H A Dtrace.h65 #define TRACE_INCLUDE_FILE trace
68 #include <trace/define_trace.h>
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_trace.h16 * enum trace_ctrl_mode - State of trace channel
17 * @TRACE_DISABLE: mode for disable trace
18 * @TRACE_ENABLE: mode for enable trace
26 * struct iosm_trace - Struct for trace interface
28 * @ctrl_file: Pointer to trace control file
34 * @mode: Mode for enable and disable trace
52 return ipc_mem->trace && ipc_mem->trace->chl_id == chl_id;
/linux-master/drivers/base/power/
H A DMakefile4 obj-$(CONFIG_PM_TRACE_RTC) += trace.o
/linux-master/drivers/soc/qcom/
H A Dtrace-aoss.h46 #define TRACE_INCLUDE_FILE trace-aoss
48 #include <trace/define_trace.h>
/linux-master/tools/tracing/rtla/src/
H A Dtimerlat_top.c160 struct trace_instance *trace = context; local
166 top = container_of(trace, struct osnoise_tool, trace);
185 struct trace_seq *s = top->trace.seq;
225 struct trace_seq *s = top->trace.seq;
237 * Unless trace is being lost, IRQ counter is always the max.
302 struct trace_instance *trace = &top->trace; local
313 clear_terminal(trace->seq);
323 trace_seq_do_printf(trace
766 struct trace_instance *trace; local
[all...]
/linux-master/arch/x86/xen/
H A Dtrace.c21 #include <trace/events/xen.h>
/linux-master/arch/x86/entry/vsyscall/
H A Dvsyscall_trace.h30 #include <trace/define_trace.h>
/linux-master/drivers/misc/ocxl/
H A DMakefile5 ocxl-y += link.o context.o afu_irq.o sysfs.o trace.o
9 # For tracepoints to include our trace.h from tracepoint infrastructure:

Completed in 176 milliseconds

1234567891011>>