Searched refs:trace (Results 76 - 100 of 1241) sorted by relevance

1234567891011>>

/linux-master/samples/ftrace/
H A Dsample-trace-array.h9 * In this case, it would look for sample-trace.h
15 * This file is called sample-trace-array.h but we want the system
19 * #define TRACE_INCLUDE_FILE sample-trace-array
83 #define TRACE_INCLUDE_FILE sample-trace-array
84 #include <trace/define_trace.h>
H A DMakefile10 CFLAGS_sample-trace-array.o := -I$(src)
11 obj-$(CONFIG_SAMPLE_TRACE_ARRAY) += sample-trace-array.o
/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc-filter-notrace-pid.tc55 count_pid=`cat trace | grep -v ^# | grep $PID | wc -l`
56 count_other=`cat trace | grep -v ^# | grep -v $PID | wc -l`
81 count_pid=`cat trace | grep -v ^# | grep $PID | wc -l`
82 count_other=`cat trace | grep -v ^# | grep -v $PID | wc -l`
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_args_comm.tc14 grep testprobe trace | grep -q 'comm=".*"'
H A Dkprobe_args_user.tc23 grep myevent trace | grep -q 'path="/dev/null" path2="/dev/null"'
32 grep myevent trace | grep -q 'path=(fault) path2=(fault)'
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dmock_uncore.c29 nop_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { }
36 nop_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { return 0; }
/linux-master/tools/testing/selftests/bpf/
H A Dtest_ftrace.sh3 if [[ -e /sys/kernel/tracing/trace ]]; then
9 clear_trace() { # reset trace output
10 echo > $TR/trace
13 disable_tracing() { # stop trace recording
17 enable_tracing() { # start trace recording
/linux-master/drivers/block/rnbd/
H A DMakefile8 CFLAGS_rnbd-srv-trace.o = -I$(src)
12 rnbd-srv-trace.o
/linux-master/arch/csky/kernel/
H A Dstacktrace.c123 struct stack_trace *trace = arg; local
127 if (unlikely(trace->skip > 0)) {
128 trace->skip--;
132 trace->entries[trace->nr_entries++] = pc;
133 return (trace->nr_entries >= trace->max_entries);
144 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) argument
146 walk_stackframe(tsk, NULL, save_trace, trace);
150 void save_stack_trace(struct stack_trace *trace) argument
[all...]
/linux-master/kernel/trace/
H A Dtrace_selftest.c2 /* Include in trace.c */
55 printk(KERN_CONT ".. corrupted trace buffer .. ");
60 * Test the trace buffer to see if all the elements
97 static inline void warn_failed_init_tracer(struct tracer *trace, int init_ret) argument
100 trace->name, init_ret);
205 * Probe 1 will trace function 1.
206 * Probe 2 will trace function 2.
207 * Probe 3 will trace functions 1 and 2.
290 /* Remove trace function from probe 3 */
356 static int trace_selftest_startup_dynamic_tracing(struct tracer *trace, argument
691 trace_selftest_startup_function(struct tracer *trace, struct trace_array *tr) argument
765 trace_graph_entry_watchdog(struct ftrace_graph_ent *trace) argument
796 trace_selftest_startup_function_graph(struct tracer *trace, struct trace_array *tr) argument
928 trace_selftest_startup_irqsoff(struct tracer *trace, struct trace_array *tr) argument
977 trace_selftest_startup_preemptoff(struct tracer *trace, struct trace_array *tr) argument
1039 trace_selftest_startup_preemptirqsoff(struct tracer *trace, struct trace_array *tr) argument
1140 trace_selftest_startup_nop(struct tracer *trace, struct trace_array *tr) argument
1192 trace_selftest_startup_wakeup(struct tracer *trace, struct trace_array *tr) argument
1270 trace_selftest_startup_branch(struct tracer *trace, struct trace_array *tr) argument
[all...]
H A Dpower-traces.c3 * Power trace points
15 #include <trace/events/power.h>
H A Drpm-traces.c3 * Power trace points
16 #include <trace/events/rpm.h>
/linux-master/kernel/
H A Dstacktrace.c5 * Stack trace management functions
19 * stack_trace_print - Print the entries in the stack trace
38 * stack_trace_snprint - Print the entries in the stack trace into a buffer
105 * stack_trace_save - Save a stack trace into a storage array
108 * @skipnr: Number of entries to skip at the start of the stack trace
110 * Return: Number of trace entries stored.
128 * stack_trace_save_tsk - Save a task stack trace into a storage array
132 * @skipnr: Number of entries to skip at the start of the stack trace
134 * Return: Number of trace entries stored.
157 * stack_trace_save_regs - Save a stack trace base
249 save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) argument
255 save_stack_trace_regs(struct pt_regs *regs, struct stack_trace *trace) argument
271 struct stack_trace trace = { local
295 struct stack_trace trace = { local
319 struct stack_trace trace = { local
345 struct stack_trace trace = { local
365 struct stack_trace trace = { local
[all...]
/linux-master/tools/tracing/rtla/src/
H A Dtimerlat_hist.c217 struct trace_instance *trace = data; local
222 tool = container_of(trace, struct osnoise_tool, trace);
239 struct trace_seq *s = tool->trace.seq;
285 struct trace_instance *trace,
294 trace_seq_printf(trace->seq, "count:");
304 trace_seq_printf(trace->seq, "%9d ",
308 trace_seq_printf(trace->seq, "%9d ",
312 trace_seq_printf(trace->seq, "%9d ",
315 trace_seq_printf(trace
284 timerlat_print_summary(struct timerlat_hist_params *params, struct trace_instance *trace, struct timerlat_hist_data *data) argument
411 struct trace_instance *trace = &tool->trace; local
956 struct trace_instance *trace; local
[all...]
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-trace.c7 #include <trace/events/v4l2.h>
/linux-master/include/trace/events/
H A Dintel_ish.h31 #include <trace/define_trace.h>
H A Dnetlink.h29 #include <trace/define_trace.h>
/linux-master/arch/s390/kernel/
H A Dtrace.c11 #include <asm/trace/diag.h>
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dback_to_back_ebbs_test.c38 trace_log_counter(ebb_state.trace, ebb_state.stats.ebb_count);
53 trace_log_reg(ebb_state.trace, SPRN_SIAR, siar);
56 trace_log_reg(ebb_state.trace, SPRN_PMC1, val);
59 trace_log_reg(ebb_state.trace, SPRN_MMCR0, val);
/linux-master/net/sunrpc/auth_gss/
H A Dtrace.c14 #include <trace/events/rpcgss.h>
/linux-master/drivers/block/null_blk/
H A DMakefile3 # needed for trace events
9 null_blk-$(CONFIG_TRACING) += trace.o
/linux-master/drivers/net/wireless/intel/iwlwifi/mei/
H A DMakefile5 iwlmei-$(CONFIG_IWLWIFI_DEVICE_TRACING) += trace.o
/linux-master/arch/openrisc/kernel/
H A Dunwinder.c40 * Create a stack trace doing scanning which is frame pointer aware. We can
61 void (*trace)(void *data, unsigned long addr, int reliable))
81 trace(data, frameinfo->ra, reliable);
90 * Create a stack trace by doing a simple scan treating all text addresses
94 void (*trace)(void *data, unsigned long addr, int reliable))
101 trace(data, addr, 0);
/linux-master/net/tls/
H A DMakefile10 tls-y := tls_main.o tls_sw.o tls_proc.o trace.o tls_strp.o
/linux-master/drivers/media/test-drivers/visl/
H A DMakefile2 visl-y := visl-core.o visl-video.o visl-dec.o visl-trace-points.o

Completed in 210 milliseconds

1234567891011>>