Home
last modified time | relevance | path

Searched refs:do_trace (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/cmd/
H A Dtrace.c80 int do_trace(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_trace() function
112 trace, 4, 1, do_trace,
/openbmc/linux/arch/riscv/kernel/
H A Dmcount.S97 bne t5, t4, do_trace
121 do_trace: label
/openbmc/qemu/tests/tcg/plugins/
H A Dinsn.c23 static bool do_trace; variable
124 if (do_trace) { in vcpu_insn_matched_exec_before()
287 if (!qemu_plugin_bool_parse(tokens[0], tokens[1], &do_trace)) { in qemu_plugin_install()
/openbmc/linux/arch/m68k/68000/
H A Dentry.S41 do_trace: label
80 jne do_trace
/openbmc/linux/Documentation/trace/
H A Dftrace-design.rst92 goto do_trace;
98 do_trace:
147 goto do_trace;
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c916 static int do_trace(struct t3cdev *dev, struct sk_buff *skb) in do_trace() function
1398 t3_register_cpl_handler(CPL_TRACE_PKT, do_trace); in cxgb3_offload_init()