Home
last modified time | relevance | path

Searched full:tracing (Results 1 – 25 of 242) sorted by relevance

12345678910

/openbmc/u-boot/doc/
H A DREADME.trace5 Tracing in U-Boot
8 U-Boot supports a simple tracing feature which allows a record of excecution
31 way of trying out tracing before you use it on your actual board. To do
43 Build sandbox U-Boot with tracing enabled:
120 used after relocation, as a place to put function tracing
125 Define this to start tracing early, before relocation.
139 Building U-Boot with Tracing Enabled
159 effect. Once you have done your optimisations, turn off tracing before
162 The best time to start tracing is right at the beginning of U-Boot. The
163 best time to stop tracing is right at the end. In practice it is hard
[all …]
/openbmc/qemu/qapi/
H A Dtrace.json11 # Tracing
18 # State of a tracing event.
34 # Information of a tracing event.
38 # @state: Tracing state.
69 # Set the dynamic tracing state of events.
73 # @enable: Whether to enable tracing.
/openbmc/qemu/docs/
H A Dqemu-option-trace.rst.inc2 Specify tracing options.
9 or ``ftrace`` tracing backend. To specify multiple events or patterns,
20 ``ftrace`` tracing backend.
26 the ``simple`` tracing backend.
/openbmc/qemu/trace/
H A Dcontrol.h2 * Interface for configuring and controlling the state of tracing events.
103 * Get the tracing state of an event, both static and the QEMU dynamic state.
115 * Get the tracing state of an event, both static and dynamic state from all
131 * Get the static tracing state of an event.
141 * Get the dynamic tracing state of an event.
150 * Set the dynamic tracing state of an event.
161 * Initialize the tracing backend.
170 * Record the name of the output file for the tracing backend.
202 * Initialize tracing subsystem.
H A Devent-internal.h2 * Interface for configuring and controlling the state of tracing events.
23 * @sstate: Static tracing state.
24 * @dstate: Dynamic tracing state
31 * Opaque generic description of a tracing event.
H A Dcontrol.c2 * Interface for configuring and controlling the state of tracing events.
176 /* start tracing */ in do_trace_enable_events()
258 "option not supported by the selected tracing backends\n"); in trace_init_file()
268 fprintf(stderr, "failed to initialize simple tracing backend.\n"); in trace_init_backends()
/openbmc/openbmc-tools/tracing/
H A Dtrace49 echo 0 > /sys/kernel/debug/tracing/events/\${event}/enable
52 echo 0 > /sys/kernel/debug/tracing/tracing_on
57 cat /sys/kernel/debug/tracing/per_cpu/cpu0/trace_pipe &
66 echo 1 > /sys/kernel/debug/tracing/events/\${event}/enable
69 echo 1 > /sys/kernel/debug/tracing/tracing_on
/openbmc/openbmc/poky/documentation/profile-manual/
H A Darch.rst4 Overall Architecture of the Linux Tracing and Profiling Tools
7 Architecture of the Tracing and Profiling Tools
11 architecture' for what seems to be a random collection of tracing tools
12 that together make up the Linux tracing and profiling space. The fact
H A Dintro.rst4 Yocto Project Profiling and Tracing Manual
10 Yocto Project bundles a number of tracing and profiling tools --- this manual
21 useful tracing and profiling idioms along with their application (as
49 the tracing and profiling tools will be included in non-sdk images as well e.g.::
H A Dusage.rst5 Basic Usage (with examples) for each of the Yocto Tracing Tools
10 This chapter presents basic usage examples for each of the tracing
16 The perf tool is the profiling and tracing tool that comes bundled
20 that it's only for tracing and profiling the kernel --- you can indeed use
27 In many ways, perf aims to be a superset of all the tracing and
324 …[trz@empanada core2]$ scp /home/trz/yocto/crownbay-tracing-dbg/build/tmp/deploy/rpm/core2_32/busyb…
383 As a segue into tracing, let's try another profile using a different
386 The tracing and profiling infrastructure in Linux has become unified in
531 ``/sys/kernel/debug/tracing/events``, by SystemTap as
632 Note that because tracepoints are normally used for tracing, the default
[all …]
/openbmc/qemu/scripts/kvm/
H A Dkvm_flightrecorder3 # KVM Flight Recorder - ring buffer tracing script
38 tracing_dir = '/sys/kernel/debug/tracing'
81 print('Control the KVM flight recorder tracing.')
94 print('Unable to tracing debugfs directory, try:')
98 print('Unable to write to tracing debugfs directory, please run as root')
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dksample.py137 … self.cmd_and_check("ls /sys/kernel/debug/tracing/events/ | grep sample-trace", "sample-trace")
139 self.cmd_and_check("echo 1 > /sys/kernel/debug/tracing/events/sample-trace/enable")
140 self.cmd_and_check("cat /sys/kernel/debug/tracing/events/sample-trace/enable")
146 …status, output = self.target.run('cat /sys/kernel/debug/tracing/trace | grep hello | head -n1 | cu…
153 self.cmd_and_check("echo 0 > /sys/kernel/debug/tracing/events/sample-trace/enable")
155 self.cmd_and_check("echo > /sys/kernel/debug/tracing/trace")
170 …self.cmd_and_check("cat /sys/kernel/debug/tracing/trace | grep trace_printk_irq_work | head -n1 | …
172 self.cmd_and_check("echo > /sys/kernel/debug/tracing/trace")
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dtraceevents4 # @brief: Collect kernel event tracing
10 file_name="/sys/kernel/tracing/trace"
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/
H A Dlttng-platforms.inc2 # Whether the platform supports kernel tracing
11 # Whether the platform supports userspace tracing
/openbmc/qemu/docs/tools/
H A Dqemu-trace-stap.rst13 The ``qemu-trace-stap`` program facilitates tracing of the execution
76 capable of tracing all known QEMU probes concurrently without overflowing
90 Restrict the tracing session so that it only triggers for the process
108 tracing environment:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/perfetto/
H A D0001-add-missing-includes-for-the-build-with-use_libcxx_m.patch82 diff --git a/include/perfetto/ext/tracing/core/slice.h b/include/perfetto/ext/tracing/core/slice.h
84 --- a/include/perfetto/ext/tracing/core/slice.h
85 +++ b/include/perfetto/ext/tracing/core/slice.h
/openbmc/qemu/docs/devel/
H A Dtracing.rst4 Tracing title
10 This document describes the tracing infrastructure in QEMU and how to use it
16 Enable tracing of ``memory_region_ops_read`` and ``memory_region_ops_write``
285 # echo 1 > /sys/kernel/debug/tracing/events/kvm/enable
289 # cat /sys/kernel/debug/tracing/trace
313 Package lttng-tools is required for userspace tracing. You must ensure that the
314 current user belongs to the "tracing" group, or manually launch the
323 Create tracing session::
332 enable all tracepoint events. Start and stop tracing as needed::
341 Destroy tracing session::
/openbmc/u-boot/cmd/
H A Dtrace.c114 "stats - display tracing statistics\n"
115 "trace pause - pause tracing\n"
116 "trace resume - resume tracing\n"
/openbmc/u-boot/test/trace/
H A Dtest-trace.sh6 # Simple test script for tracing with sandbox
45 # between calls 2 and 3, where tracing is paused.
/openbmc/qemu/accel/tcg/
H A Dtrace-events1 # See docs/devel/tracing.rst for syntax documentation.
3 # TCG related tracing
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_rules.cpp49 // The misc info and tracing event types are always hidden. in check()
53 (newEventType == static_cast<uint8_t>(EventType::tracing))) in check()
/openbmc/u-boot/include/
H A Dtimer.h75 * for tracing.
85 * for tracing. This corresponds to the clock_rate value in struct
/openbmc/qemu/hw/alpha/
H A Dtrace-events1 # See docs/devel/tracing.rst for syntax documentation.
/openbmc/openbmc/meta-security/recipes-security/krill/
H A Dkrill-crates.inc233 crate://crates.io/tracing/0.1.35;name=tracing-0.1.35 \
234 crate://crates.io/tracing-attributes/0.1.22;name=tracing-attributes-0.1.22 \
235 crate://crates.io/tracing-core/0.1.28;name=tracing-core-0.1.28 \
236 crate://crates.io/tracing-log/0.1.3;name=tracing-log-0.1.3 \
237 crate://crates.io/tracing-serde/0.1.3;name=tracing-serde-0.1.3 \
238 crate://crates.io/tracing-subscriber/0.2.25;name=tracing-subscriber-0.2.25 \
507 SRC_URI[tracing-0.1.35.sha256sum] = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e9401…
508 SRC_URI[tracing-attributes-0.1.22.sha256sum] = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15…
509 SRC_URI[tracing-core-0.1.28.sha256sum] = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae3093…
510 SRC_URI[tracing-log-0.1.3.sha256sum] = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb…
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A Dlttng-sessiond.service2 Description=LTTng 2.x central tracing registry session daemon

12345678910