Searched refs:do_trace (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | trace.c | 80 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 D | mcount.S | 97 bne t5, t4, do_trace 121 do_trace: label
|
/openbmc/qemu/tests/tcg/plugins/ |
H A D | insn.c | 23 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 D | entry.S | 41 do_trace: label 80 jne do_trace
|
/openbmc/linux/Documentation/trace/ |
H A D | ftrace-design.rst | 92 goto do_trace; 98 do_trace: 147 goto do_trace;
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_offload.c | 916 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()
|