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

1 2

  /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/trace-viewer/tracing/build/
update_gypi 12 from tracing import tracing_project
13 from tracing.build import update_gypi
dev_server_unittest.py 7 from tracing.build import temporary_dev_server
fixjsstyle 12 from tracing.build import fixjsstyle
generate_about_tracing_contents 12 from tracing.build import generate_about_tracing_contents
gjslint 14 import tracing namespace
17 os.path.join(top_dir, 'tracing', 'tracing'),
check_common_unittest.py 7 from tracing.build import check_common
generate_about_tracing_contents_unittest.py 16 from tracing.build import generate_about_tracing_contents
vulcanize_trace_viewer_unittest.py 10 from tracing.build import vulcanize_trace_viewer
check_gypi.py 13 from tracing.build import check_common
fixjsstyle.py 13 from tracing import tracing_project
trace2html_unittest.py 10 from tracing.build import trace2html
update_gypi_unittest.py 7 from tracing.build.update_gypi import GypiFile
check_common.py 13 from tracing import tracing_project
90 ' Note: only files actually used in about:tracing should\n'
gjslint.py 8 from tracing import tracing_project
update_gypi.py 15 from tracing.build import check_common
16 from tracing import tracing_project
benchmarks.py 18 from tracing import tracing_project
generate_about_tracing_contents.py 17 from tracing import tracing_project
48 title='chrome://tracing',
49 flattened_js_url='tracing.js',
  /external/chromium-trace/trace-viewer/tracing/
PRESUBMIT.py 10 from tracing.build import check_gypi
15 from tracing.build import js_checks
run_py_tests 16 import tracing # Brings in tvcm bindings. namespace
35 runner.AddModule(tracing)
run_dev_server 14 from tracing.build import tracing_dev_server
why_imported 21 from tracing import tracing_project
33 names = ['tracing',
run_d8_tests 17 from tracing import tracing_project
  /external/linux-tools-perf/src/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/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.

Completed in 201 milliseconds

1 2