Searched refs:trace (Results 251 - 275 of 1271) sorted by relevance

<<11121314151617181920>>

/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/block/null_blk/
H A Dtrace.h82 #define TRACE_INCLUDE_FILE trace
85 #include <trace/define_trace.h>
/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/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`
H A Dfunc_event_triggers.tc10 # tracing, enabling or disabling trace events, or recording a stack trace
36 grep -v '^#' trace | wc -l
64 fail "Found junk in trace file"
/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/drivers/dma/
H A DMakefile34 fsl-edma-trace-$(CONFIG_TRACING) := fsl-edma-trace.o
35 CFLAGS_fsl-edma-trace.o := -I$(src)
37 fsl-edma-objs := fsl-edma-main.o fsl-edma-common.o ${fsl-edma-trace-y}
39 mcf-edma-objs := mcf-edma-main.o fsl-edma-common.o ${fsl-edma-trace-y}
/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
391 cpumask_var_t tracing_cpumask; /* only trace o
529 struct tracer *trace; member in struct:tracer_flags
900 ftrace_graph_addr(struct ftrace_graph_ent *trace) argument
947 ftrace_graph_addr_finish(struct ftrace_graph_ret *trace) argument
977 ftrace_graph_addr(struct ftrace_graph_ent *trace) argument
986 ftrace_graph_addr_finish(struct ftrace_graph_ret *trace) argument
992 ftrace_graph_ignore_func(struct ftrace_graph_ent *trace) argument
[all...]
H A Dtrace_irqsoff.c3 * trace irqs off critical timings
19 #include "trace.h"
21 #include <trace/events/preemptirq.h>
91 * 0 if the trace is to be ignored, and data->disabled
178 static int irqsoff_graph_entry(struct ftrace_graph_ent *trace) argument
186 if (ftrace_graph_ignore_func(trace))
189 * Do not trace a function if it's filtered by set_graph_notrace.
195 if (ftrace_graph_notrace_addr(trace->func))
202 ret = __trace_graph_entry(tr, trace, trace_ctx);
208 static void irqsoff_graph_return(struct ftrace_graph_ret *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/tools/perf/
H A DMakefile.perf73 # this will remove multiple features and tools, such as 'perf trace',
109 # Define CORESIGHT if you DO WANT support for CoreSight trace decoding.
111 # Define NO_AIO if you do not want support of Posix AIO based trace
112 # streaming for record mode. Currently Posix AIO trace streaming is
116 # trace compression in record mode.
386 PYTHON_EXT_SRCS := $(shell grep -v ^\#\\\|util/trace-event.c\\\|util/trace-event-parse.c util/python-ext-sources)
475 beauty_linux_dir := $(srctree)/tools/perf/trace/beauty/include/linux/
476 beauty_uapi_linux_dir := $(srctree)/tools/perf/trace/beauty/include/uapi/linux/
477 beauty_uapi_sound_dir := $(srctree)/tools/perf/trace/beaut
[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
/linux-master/arch/x86/include/asm/trace/
H A Dhyperv.h92 #define TRACE_INCLUDE_PATH asm/trace/
98 #include <trace/define_trace.h>
/linux-master/arch/powerpc/platforms/powernv/
H A Dvas-trace.h112 #define TRACE_INCLUDE_FILE vas-trace
113 #include <trace/define_trace.h>
/linux-master/drivers/nvme/target/
H A DMakefile22 nvmet-$(CONFIG_TRACING) += trace.o
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-trace-mpeg2.h98 #define TRACE_INCLUDE_FILE visl-trace-mpeg2
99 #include <trace/define_trace.h>
/linux-master/sound/firewire/
H A Damdtp-stream-trace.h3 * amdtp-stream-trace.h - tracepoint definitions to dump a part of packet data
80 #define TRACE_INCLUDE_FILE amdtp-stream-trace
81 #include <trace/define_trace.h>
/linux-master/fs/lockd/
H A Dtrace.h105 #define TRACE_INCLUDE_FILE trace
106 #include <trace/define_trace.h>
/linux-master/include/trace/events/
H A Dpage_pool.h11 #include <trace/events/mmflags.h>
117 #include <trace/define_trace.h>

Completed in 242 milliseconds

<<11121314151617181920>>