Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/scripts/oss-fuzz/
H A Doutput_reproducer.py52 def bash_reproducer(path, args, trace): argument
61 def c_reproducer(name, args, trace): argument
H A Dminimize_qtest_trace.py53 def check_if_trace_crashes(trace, path): argument
/openbmc/openbmc-tools/tracing/
H A DREADME.md1 # trace chapter
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dbatch.py20 def render(writer, trace, app_options, filename): argument
H A Dgui.py47 def __init__(self, trace, options, xscale): argument
254 def __init__(self, window, trace, options, xscale): argument
318 def __init__(self, trace, app_options): argument
345 def show(trace, options): argument
H A Ddraw.py34 def proc_tree (self, trace): argument
338 def extents(options, xscale, trace): argument
388 def render_charts(ctx, options, clip, trace, curr_y, w, h, sec_w): argument
671 def render_processes_chart(ctx, options, trace, curr_y, width, h, sec_w): argument
753 def render(ctx, options, xscale, trace): argument
/openbmc/openpower-proc-control/procedures/phal/
H A Dstart_host.cpp255 const auto trace{std::format( in allowHwIsolation() local
268 const auto trace{std::format( in allowHwIsolation() local
/openbmc/hiomapd/
H A Dprotocol.c176 struct blk_io_trace *trace = &context->trace; in blktrace_flush_start() local
211 struct blk_io_trace *trace = &context->trace; in blktrace_flush_done() local
225 struct blk_io_trace *trace = &context->trace; in blktrace_window_start() local
246 struct blk_io_trace *trace = &context->trace; in blktrace_window_done() local
H A Dmboxd.h108 struct blk_io_trace trace; member
/openbmc/openpower-hw-diags/util/
H A Dtrace.hpp14 namespace trace namespace
/openbmc/phosphor-misc/http-redirect/
H A Dhttp-redirect.awk428 function trace(string) function
/openbmc/openpower-hw-diags/attn/pel/
H A Dpel_common.hpp46 trace = 0x02 enumerator
/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/
H A Dmakedevs.c40 static int trace = 0; variable
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c417 const char *trace = g_getenv("QTEST_TRACE"); in qtest_spawn_qemu() local
/openbmc/qemu/
H A Dmeson.build3785 subdir('trace') subdir
/openbmc/qemu/hw/nvme/
H A Dctrl.c230 #define NVME_GUEST_ERR(trace, fmt, ...) \ argument