HomeSort by relevance Sort by last modified time
    Searched refs:tracing (Results 1 - 25 of 72) sorted by null

1 2 3

  /system/core/rootdir/
init.trace.rc 1 ## Permissions to allow system-wide tracing to the kernel trace buffer.
6 chmod 0222 /sys/kernel/debug/tracing/trace_marker
8 # Allow the shell group to enable (some) kernel tracing.
9 chown root shell /sys/kernel/debug/tracing/trace_clock
10 chown root shell /sys/kernel/debug/tracing/buffer_size_kb
11 chown root shell /sys/kernel/debug/tracing/options/overwrite
12 chown root shell /sys/kernel/debug/tracing/events/sched/sched_switch/enable
13 chown root shell /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable
14 chown root shell /sys/kernel/debug/tracing/events/power/cpu_frequency/enable
15 chown root shell /sys/kernel/debug/tracing/events/power/cpu_idle/enabl
    [all...]
  /external/chromium-trace/
init.js 9 var m = new tracing.Model();
13 tracing.ui.decorate(timelineViewEl, tracing.TimelineView);
script.js 1 window.FLATTENED={};window.FLATTENED_RAW_SCRIPTS={};window.FLATTENED.base=!0;window.FLATTENED["tracing.color_scheme"]=!0;window.FLATTENED["tracing.importer.linux_perf.parser"]=!0;window.FLATTENED["base.guid"]=!0;window.FLATTENED["tracing.trace_model.counter_series"]=!0;window.FLATTENED["tracing.importer.linux_perf.android_parser"]=!0;window.FLATTENED["tracing.importer.linux_perf.bus_parser"]=!0;window.FLATTENED["tracing.importer.linux_perf.clock_parser"]=!0;
2 window.FLATTENED["tracing.importer.linux_perf.cpufreq_parser"]=!0;window.FLATTENED["tracing.importer.linux_perf.disk_parser"]=!0;window.FLATTENED["tracing.importer.linux_perf.drm_parser"]=!0;window.FLATTENED["tracing.importer.linux_perf.exynos_parser"]=!0;window.FLATTENED["tracing.importer.linux_perf.gesture_parse (…)
    [all...]
  /external/chromium_org/chrome/test/base/
tracing.h 13 namespace tracing { namespace
16 // Begin tracing specified category_patterns on the browser.
49 } // namespace tracing
tracing_browsertest.cc 5 #include "chrome/test/base/tracing.h"
21 using tracing::BeginTracingWithWatch;
22 using tracing::WaitForWatchEvent;
23 using tracing::EndTracing;
89 GURL url1("chrome://tracing/");
  /external/qemu/
android-trace.h 29 // This variable == 1 if we are currently tracing, otherwise == 0.
30 extern int tracing;
53 extern int tracing;
  /external/chromium/chrome/browser/resources/gpu_internals/
tracing_controller.css 6 .gpu-tracing-overlay {
16 .gpu-tracing-start-button {
  /external/chromium-trace/trace-viewer/src/about_tracing/
tracing_controller.css 6 .tracing-overlay {
16 .tracing-start-button {
  /external/qemu/target-arm/
translate-android.h 320 if (tracing) { \
329 if (tracing) { \
339 if (tracing) { \
345 if (tracing) { \
353 if (tracing && ticks > 0) { \
360 if (tracing) { \
368 if (tracing) { \
  /external/chromium_org/components/tracing/
child_trace_message_filter.h 16 namespace tracing { namespace
53 } // namespace tracing
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_trace.spec 38 The application can add comments and enable or disable tracing of GL
63 Further, IHV's might have builtin support for tracing GL execution
65 the tracing code from their driver code base.
169 5.7 Tracing
171 The tracing facility is used to record the execution of a GL program
173 using C syntax. The primary intention of tracing is to aid in program
198 enable or disable tracing of different classes of GL commands.