Searched refs:trace (Results 226 - 250 of 1241) sorted by relevance

1234567891011>>

/linux-master/drivers/interconnect/
H A Dtrace.h86 #define TRACE_INCLUDE_FILE trace
88 #include <trace/define_trace.h>
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_args_type.tc38 ARGS=`grep "testprobe" trace | head -n 1 | sed -e 's/.* arg1=\(.*\) arg2=\(.*\) arg3=\(.*\) arg4=\(.*\)/\1 \2 \3 \4/'`
/linux-master/arch/x86/include/asm/trace/
H A Dfpu.h93 #define TRACE_INCLUDE_PATH asm/trace/
99 #include <trace/define_trace.h>
/linux-master/drivers/cpufreq/
H A Damd-pstate-trace.h3 * amd-pstate-trace.h - AMD Processor P-state Frequency Driver Tracer
21 #define TRACE_INCLUDE_FILE amd-pstate-trace
97 #include <trace/define_trace.h>
/linux-master/include/trace/events/
H A Discsi.h15 void iscsi_dbg_trace(void (*trace)(struct device *dev, struct va_format *),
107 #include <trace/define_trace.h>
/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv-trace.h86 #define TRACE_INCLUDE_FILE rtrs-srv-trace
87 #include <trace/define_trace.h>
H A Drtrs-clt-trace.h84 #define TRACE_INCLUDE_FILE rtrs-clt-trace
85 #include <trace/define_trace.h>
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-trace-fwht.h65 #define TRACE_INCLUDE_FILE visl-trace-fwht
66 #include <trace/define_trace.h>
/linux-master/samples/bpf/
H A Dlwt_len_hist.sh32 cp /dev/null ${TRACE_ROOT}/trace
35 cat ${TRACE_ROOT}/trace | grep -v '^#'
/linux-master/drivers/soc/qcom/
H A Dtrace-rpmh.h85 #define TRACE_INCLUDE_FILE trace-rpmh
87 #include <trace/define_trace.h>
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.h64 int trace; member in struct:vchiq_instance
113 vchiq_instance_set_trace(struct vchiq_instance *instance, int trace);
/linux-master/drivers/misc/mei/
H A DMakefile28 mei-$(CONFIG_EVENT_TRACING) += mei-trace.o
29 CFLAGS_mei-trace.o = -I$(src)
/linux-master/drivers/block/null_blk/
H A Dtrace.h77 #define TRACE_INCLUDE_FILE trace
80 #include <trace/define_trace.h>
/linux-master/net/tipc/
H A DMakefile12 topsrv.o group.o trace.o
/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_traceonoff_triggers.tc10 # tracing, enabling or disabling trace events, or recording a stack trace
26 grep -v '^#' trace | wc -l
35 fail "Found junk in trace"
48 fail "Nothing found in trace"
93 csum1=`md5sum trace`
95 csum2=`md5sum trace`
/linux-master/tools/tracing/rtla/src/
H A Dosnoise.c908 int enable_osnoise(struct trace_instance *trace) argument
910 return enable_tracer_by_name(trace->inst, "osnoise");
916 int enable_timerlat(struct trace_instance *trace) argument
918 return enable_tracer_by_name(trace->inst, "timerlat");
1008 * osnoise_destroy_tool - disable trace, restore configs and free data
1015 trace_instance_destroy(&top->trace);
1027 * creates a new trace instance for the tool.
1042 retval = trace_instance_init(&top->trace, tool_name);
1053 * osnoise_init_trace_tool - init a tracer instance to trace osnoise events
1057 struct osnoise_tool *trace; local
[all...]
/linux-master/kernel/trace/
H A Dtrace.h14 #include <linux/trace.h>
179 * The CPU trace array - it consists of thousands of trace entries
181 * the trace, etc.)
284 * associated with the trace instance by
315 * The trace array - an array of per-CPU trace arrays. This is the
325 * The max_buffer is used to snapshot the trace when a maximum
327 * Some tracers will use this to store a maximum trace while
390 cpumask_var_t tracing_cpumask; /* only trace o
528 struct tracer *trace; member in struct:tracer_flags
899 ftrace_graph_addr(struct ftrace_graph_ent *trace) argument
946 ftrace_graph_addr_finish(struct ftrace_graph_ret *trace) argument
976 ftrace_graph_addr(struct ftrace_graph_ent *trace) argument
985 ftrace_graph_addr_finish(struct ftrace_graph_ret *trace) argument
991 ftrace_graph_ignore_func(struct ftrace_graph_ent *trace) argument
[all...]
/linux-master/kernel/locking/
H A Dlockdep.c64 #include <trace/events/lock.h>
547 * Stack-trace: sequence of lock_trace structures. Protected by the graph_lock.
561 struct lock_trace *trace, *t2; local
569 trace = (struct lock_trace *)(stack_trace + nr_stack_trace_entries);
582 trace->nr_entries = stack_trace_save(trace->entries, max_entries, 3);
584 hash = jhash(trace->entries, trace->nr_entries *
585 sizeof(trace->entries[0]), 0);
586 trace
601 struct lock_trace *trace; local
1408 add_lock_to_list(struct lock_class *this, struct lock_class *links_to, struct list_head *head, u16 distance, u8 dep, const struct lock_trace *trace) argument
1849 print_lock_trace(const struct lock_trace *trace, unsigned int spaces) argument
2161 check_noncircular(struct held_lock *src, struct held_lock *target, struct lock_trace **const trace) argument
2472 const struct lock_trace *trace = NULL; local
3091 check_prev_add(struct task_struct *curr, struct held_lock *prev, struct held_lock *next, u16 distance, struct lock_trace **const trace) argument
3229 struct lock_trace *trace = NULL; local
4155 const struct irqtrace_events *trace = &curr->irqtrace; local
4366 struct irqtrace_events *trace = &current->irqtrace; local
4455 struct irqtrace_events *trace = &current->irqtrace; local
4475 struct irqtrace_events *trace = &current->irqtrace; local
4525 struct irqtrace_events *trace = &current->irqtrace; local
[all...]
/linux-master/kernel/
H A DMakefile20 # Do not trace internal ftrace files
105 obj-$(CONFIG_FUNCTION_TRACER) += trace/
106 obj-$(CONFIG_TRACING) += trace/
107 obj-$(CONFIG_TRACE_CLOCK) += trace/
108 obj-$(CONFIG_RING_BUFFER) += trace/
109 obj-$(CONFIG_TRACEPOINTS) += trace/
110 obj-$(CONFIG_RETHOOK) += trace/
/linux-master/arch/powerpc/kvm/
H A Dtrace.h125 #define TRACE_INCLUDE_FILE trace
127 #include <trace/define_trace.h>
/linux-master/drivers/gpu/drm/tegra/
H A Dtrace.h67 #define TRACE_INCLUDE_FILE trace
68 #include <trace/define_trace.h>
/linux-master/drivers/vfio/pci/
H A Dtrace.h95 #define TRACE_INCLUDE_FILE trace
98 #include <trace/define_trace.h>
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dtrace.h103 #define TRACE_INCLUDE_FILE trace
105 #include <trace/define_trace.h>
/linux-master/sound/firewire/motu/
H A Damdtp-motu-trace.h3 * amdtp-motu-trace.h - tracepoint definitions to dump a part of packet data
84 #define TRACE_INCLUDE_FILE amdtp-motu-trace
85 #include <trace/define_trace.h>
/linux-master/tools/testing/selftests/ftrace/test.d/direct/
H A Dftrace-direct.tc14 grep -q "my_direct_func: waking up" trace

Completed in 254 milliseconds

1234567891011>>