Searched refs:trace (Results 126 - 150 of 1241) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dpm-trace.h7 #include <asm/pm-trace.h>
/linux-master/include/trace/events/
H A Dcontext_tracking.h29 * @dummy: dummy arg to make trace event macro happy
43 * @dummy: dummy arg to make trace event macro happy
59 #include <trace/define_trace.h>
H A Dthermal_pressure.h29 #include <trace/define_trace.h>
/linux-master/drivers/infiniband/sw/rdmavt/
H A DMakefile12 rc.o srq.o trace.o
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A DMakefile5 usb.o init.o main.o mcu.o trace.o dma.o core.o eeprom.o phy.o \
/linux-master/kernel/trace/
H A Dbpf_trace.h34 #include <trace/define_trace.h>
H A Dfgraph.c15 #include <trace/events/sched.h>
18 #include "trace.h"
67 /* Add a function return address to the trace stack on thread info.*/
87 /* The return trace stack is full */
126 struct ftrace_graph_ent trace; local
139 trace.func = func;
140 trace.depth = ++current->curr_ret_depth;
145 /* Only trace if the calling function expects to */
146 if (!ftrace_graph_entry(&trace))
157 /* Retrieve a function return address to the trace stac
159 ftrace_pop_return_trace(struct ftrace_graph_ret *trace, unsigned long *ret, unsigned long frame_pointer) argument
250 struct ftrace_graph_ret trace; local
388 ftrace_graph_entry_stub(struct ftrace_graph_ent *trace) argument
484 ftrace_graph_entry_test(struct ftrace_graph_ent *trace) argument
[all...]
H A Dtrace_stat.c18 #include "trace.h"
308 int register_stat_tracer(struct tracer_stat *trace) argument
313 if (!trace)
316 if (!trace->stat_start || !trace->stat_next || !trace->stat_show)
322 if (node->ts == trace)
332 session->ts = trace;
351 void unregister_stat_tracer(struct tracer_stat *trace) argument
357 if (node->ts == trace) {
[all...]
/linux-master/drivers/net/ethernet/intel/e1000e/
H A De1000e_trace.h3 /* Modeled on trace-events-sample.h */
4 /* The trace subsystem name for e1000e will be "e1000e_trace".
8 * Since this include file's name is different from the trace
32 /* This trace include file is not located in the .../include/trace
42 #include <trace/define_trace.h>
/linux-master/drivers/usb/cdns3/
H A DMakefile3 CFLAGS_cdns3-trace.o := -I$(src)
4 CFLAGS_cdnsp-trace.o := -I$(src)
21 cdns3-$(CONFIG_TRACING) += cdns3-trace.o
43 cdnsp-udc-pci-$(CONFIG_TRACING) += cdnsp-trace.o
/linux-master/arch/x86/kernel/
H A Dirq_work.c13 #include <asm/trace/irq_vectors.h>
/linux-master/drivers/md/bcache/
H A DMakefile6 journal.o movinggc.o request.o stats.o super.o sysfs.o trace.o\
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_args_string.tc53 grep -qe "testprobe.* arg1=\"test\"" trace
60 grep -qe "testprobe.* arg1=\"test\" arg2=\"test\"" trace
H A Dkprobe_args_char.tc53 grep -qe "testprobe.* arg1='t'" trace
60 grep -qe "testprobe.* arg1='t' arg2={'t','e','s','t'}" trace
/linux-master/drivers/soc/qcom/
H A Dpmic_pdcharger_ulog.h36 #include <trace/define_trace.h>
/linux-master/kernel/trace/rv/monitors/wip/
H A Dwip.c13 #include <trace/events/rv.h>
14 #include <trace/events/sched.h>
15 #include <trace/events/preemptirq.h>
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dcoredump.h9 struct trace { struct
43 struct trace t;
49 struct trace irq[60];
/linux-master/tools/tracing/rtla/src/
H A Dtimerlat_aa.c120 * It could be stored inside the trace context. But every access would
346 * which the event is placed in the buffer (the trace
463 * timerlat_aa_stack_handler - Handles timerlat IRQ stack trace
465 * Saves and parse the stack trace generated by the timerlat IRQ.
478 trace_seq_printf(taa_data->stack_seq, " Blocking thread stack trace\n");
482 function = tep_find_function(taa_ctx->tool->trace.tep, caller[i]);
494 * Handles the sched:sched_switch event to trace the current thread running on the
495 * CPU. It is used to display the threads running on the other CPUs when the trace
564 * Expected IRQ arrival time using the trace clock as the base.
591 * If the trace stoppe
691 struct trace_instance *trace = &taa_ctx->tool->trace; local
[all...]
H A Dosnoise_top.c111 struct trace_instance *trace = context; local
118 tool = container_of(trace, struct osnoise_tool, trace);
159 struct trace_seq *s = top->trace.seq;
212 struct trace_seq *s = tool->trace.seq;
253 struct trace_instance *trace = &top->trace; local
261 clear_terminal(trace->seq);
271 trace_seq_do_printf(trace->seq);
272 trace_seq_reset(trace
666 struct trace_instance *trace; local
[all...]
/linux-master/net/ipv6/
H A Dioam6.c623 struct ioam6_trace_hdr *trace,
627 be16_to_cpu(trace->namespace_id)) ||
628 nla_put_u8(skb, IOAM6_EVENT_ATTR_TRACE_NODELEN, trace->nodelen) ||
630 be32_to_cpu(trace->type_be32)) ||
632 len - sizeof(struct ioam6_trace_hdr) - trace->remlen * 4,
633 trace->data + trace->remlen * 4))
699 struct ioam6_trace_hdr *trace,
711 data = trace->data + trace
622 ioam6_event_put_trace(struct sk_buff *skb, struct ioam6_trace_hdr *trace, unsigned int len) argument
697 __ioam6_fill_trace_data(struct sk_buff *skb, struct ioam6_namespace *ns, struct ioam6_trace_hdr *trace, struct ioam6_schema *sc, u8 sclen, bool is_input) argument
925 ioam6_fill_trace_data(struct sk_buff *skb, struct ioam6_namespace *ns, struct ioam6_trace_hdr *trace, bool is_input) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dinit.c50 #define trace(fmt, args...) bioslog(TRACE, fmt, ##args) macro
324 trace("auxch read failed with %d\n", ret);
337 trace("auxch write failed with %d\n", ret);
487 trace("\t[0x%02x] (R[0x%06x] & 0x%08x) == 0x%08x\n",
504 trace("\t[0x%02x] (0x%04x[0x%02x] & 0x%02x) == 0x%02x\n",
598 trace("RESERVED 0x%02x\t", opcode);
612 trace("DONE\n");
632 trace("IO_RESTRICT_PROG\tR[0x%06x] = "
642 trace("\t0x%08x *\n", data);
645 trace("\t0
[all...]
/linux-master/tools/testing/selftests/ftrace/test.d/event/
H A Devent-no-pid.tc18 cat trace
26 cat trace | grep -v '^#' | sed -e 's/[^-]*-\([0-9]*\).*/\1/' | grep $pid | wc -l
31 cat trace | grep -v '^#' | sed -e 's/[^-]*-\([0-9]*\).*/\1/' | grep -v $pid | wc -l
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dcycles_with_freeze_test.c37 trace_log_counter(ebb_state.trace, ebb_state.stats.ebb_count);
40 trace_log_reg(ebb_state.trace, SPRN_MMCR0, val);
43 trace_log_string(ebb_state.trace, "frozen");
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_debugfs.c35 int trace; local
37 trace = vchiq_instance_get_trace(instance);
38 seq_printf(f, "%s\n", trace ? "Y" : "N");
108 debugfs_create_file("trace", 0644, top, instance, &debugfs_trace_fops);
/linux-master/drivers/dma-buf/
H A Dsync_trace.h33 #include <trace/define_trace.h>

Completed in 192 milliseconds

1234567891011>>