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

1 2 3 4

  /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/options/print-tgid
13 chown root shell /sys/kernel/debug/tracing/events/sched/sched_switch/enable
14 chown root shell /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable
15 chown root shell /sys/kernel/debug/tracing/events/power/cpu_frequency/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;
90 GURL url1("chrome://tracing/");
  /external/chromium-trace/trace-viewer/src/about_tracing/
tracing_controller.css 6 .tracing-overlay {
16 .tracing-start-button {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
util.c 20 char tracing_events_path[PATH_MAX + 1] = "/sys/kernel/debug/tracing/events";
251 mountpoint, "tracing/events");
284 * Finds the path to the debugfs/tracing
289 static char *tracing; local
294 return tracing;
300 tracing = malloc(strlen(debugfs) + 9);
301 if (!tracing)
304 sprintf(tracing, "%s/tracing", debugfs);
307 return tracing;
312 const char *tracing; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
login_browsertest.cc 19 #include "chrome/test/base/tracing.h"
70 ASSERT_TRUE(tracing::BeginTracingWithWatch(
123 EXPECT_TRUE(tracing::WaitForWatchEvent(no_timeout));
125 ASSERT_TRUE(tracing::EndTracing(&json_events));
  /external/chromium_org/components/tracing/
child_trace_message_filter.h 16 namespace tracing { namespace
63 } // 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.
  /external/mesa3d/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.
  /external/oprofile/daemon/
opd_trans.c 96 if (trans->tracing != TRACING_ON)
128 if (trans->tracing == TRACING_START)
129 trans->tracing = TRACING_ON;
241 trans->tracing = TRACING_START;
295 .tracing = TRACING_OFF,
opd_spu.c 126 if (trans->tracing != TRACING_ON)
134 if (trans->tracing == TRACING_START)
135 trans->tracing = TRACING_ON;
opd_trans.h 42 enum tracing_type tracing; member in struct:transient
  /external/chromium_org/tools/android/adb_profile_chrome/
main.py 65 parser = optparse.OptionParser(description='Record about://tracing profiles '
71 timed_options = optparse.OptionGroup(parser, 'Timed tracing')
77 cont_options = optparse.OptionGroup(parser, 'Continuous tracing')
86 chrome_opts = optparse.OptionGroup(parser, 'Chrome tracing options')
87 chrome_opts.add_option('-c', '--categories', help='Select Chrome tracing '
90 'Chrome\'s default categories. Chrome tracing can be '
113 systrace_opts = optparse.OptionGroup(parser, 'Systrace tracing options')
204 ui.PrintMessage('Time interval or continuous tracing should be specified.')
213 'Chrome tracing results in duplicate trace events.')
  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_performancetest.cc 23 #include "chrome/test/base/tracing.h"
189 ASSERT_TRUE(tracing::BeginTracing("gpu,mirroring"));
197 ASSERT_TRUE(tracing::EndTracing(&json_events));
  /external/chromium_org/components/
tracing.target.darwin-arm.mk 27 components/tracing/child_trace_message_filter.cc \
28 components/tracing/tracing_messages.cc
296 .PHONY: tracing
297 tracing: components_tracing_gyp
tracing.target.darwin-arm64.mk 27 components/tracing/child_trace_message_filter.cc \
28 components/tracing/tracing_messages.cc
264 .PHONY: tracing
265 tracing: components_tracing_gyp
tracing.target.darwin-mips.mk 27 components/tracing/child_trace_message_filter.cc \
28 components/tracing/tracing_messages.cc
280 .PHONY: tracing
281 tracing: components_tracing_gyp
tracing.target.darwin-x86.mk 27 components/tracing/child_trace_message_filter.cc \
28 components/tracing/tracing_messages.cc
280 .PHONY: tracing
281 tracing: components_tracing_gyp
tracing.target.darwin-x86_64.mk 27 components/tracing/child_trace_message_filter.cc \
28 components/tracing/tracing_messages.cc
278 .PHONY: tracing
279 tracing: components_tracing_gyp
tracing.target.linux-arm.mk 27 components/tracing/child_trace_message_filter.cc \
28 components/tracing/tracing_messages.cc
296 .PHONY: tracing
297 tracing: components_tracing_gyp
tracing.target.linux-arm64.mk 27 components/tracing/child_trace_message_filter.cc \
28 components/tracing/tracing_messages.cc
264 .PHONY: tracing
265 tracing: components_tracing_gyp
tracing.target.linux-mips.mk 27 components/tracing/child_trace_message_filter.cc \
28 components/tracing/tracing_messages.cc
280 .PHONY: tracing
281 tracing: components_tracing_gyp
tracing.target.linux-x86.mk 27 components/tracing/child_trace_message_filter.cc \
28 components/tracing/tracing_messages.cc
280 .PHONY: tracing
281 tracing: components_tracing_gyp

Completed in 1344 milliseconds

1 2 3 4