HomeSort by relevance Sort by last modified time
    Searched refs:tracing (Results 1 - 25 of 33) 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/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 20 base.exportTo("tracing",function(){function d(){this.iframe_=void 0}d.prototype={__proto__:Object.prototype,measure:function(c){this.iframe_.contentDocument.body.appendChild(c);var a=this.iframe_.contentWindow.getComputedStyle(c),b=parseInt(a.width,10),a=parseInt(a.height,10);this.iframe_.contentDocument.body.removeChild(c);return{width:b,height:a}},attach:function(){var c=document.createElement("iframe");c.style.cssText="width:100%;height:0;border:0;visibility:hidden";document.body.appendChild(c);
22 base.exportTo("tracing",function(){function d(){}function c(b){this.text_=b}function a(b){this.categories_={};b=b||[];for(var a=0;a<b.length;a++)this.addCategory(b[a])}d.prototype={__proto__:Object.prototype,matchCounter:function(){return!0},matchCpu:function(){return!0},matchProcess:function(){return!0},matchSlice:function(){return!0},matchThread:function(){return!0}};c.prototype={__proto__:d.prototype,matchCounter:function(b){return 0==this.text_.length||void 0===b.name?!1:-1!=b.name.indexOf(this.text_)},
27 base.exportTo("tracing",function(){function d(b,a){this.track=b;this.slice=a}function c(b,a,e){this.track=b;this.counter=a;this.sampleIndex=e}function a(){this.bounds_dirty_=!0;this.bounds_=new base.Range;this.length_=0}d.prototype={get selected(){return this.slice.selected},set selected(b){this.slice.selected=b}};c.prototype={get selected(){return!0==this.track.selectedSamples[this.sampleIndex]},set selected(b){this.track.selectedSamples[this.sampleIndex]=b?!0:!1;this.track.invalidate()}};a.prototype=
32 base.exportTo("tracing",function(){function d(a){this.parentEl_=a;this.scaleX_=1;this.gridTimebase_=this.panX_=0;this.gridStep_=1E3/60;this.hasCalledSetupFunction_=this.gridEnabled_=!1;this.onResizeBoundToThis_=this.onResize_.bind(this);this.checkForAttachInterval_=setInterval(this.checkForAttach_.bind(this),250);this.markers=[]}function c(a,b){this.viewport_=a;this.positionWorld_=b;this.selected_=!1}d.prototype={__proto__:base.EventTarget.prototype,drawUnderContent:function(){},drawOverContent:function(a,
42 base.exportTo("tracing.ui",function(){function d(c,a){return(a&&a.ownerDocument?a.ownerDocument:base.doc).createElement(c)}return{decorate:function(c,a){var b;b="string"==typeof c?base.doc.querySelectorAll(c):[c];for(var f=0,e;e=b[f];f++)e instanceof a||a.decorate(e)},define:function(c){function a(e){var g=b(f,e);a.decorate(g);for(var c in e)g[c]=e[c];return g}var b,f;"function"==typeof c?(b=c,f=""):(b=d,f=c);a.decorate=function(b){b.__proto__=a.prototype;b.decorate()};return a},limitInputWidth:function(c,
45 base.exportTo("tracing.tracks",function(){var d=tracing.ui.define("div");d.prototype={__proto__:HTMLDivElement.prototype,decorate:function(){},get visible(){return"none"!==this.style.display},set visible(c){this.style.display=c?"":"none"},get numVisibleTracks(){return this.visible?1:0},addControlButtonElements_:function(c){var a=document.createElement("div");a.classList.add("track-button");a.classList.add("track-close-button");a.textContent=String.fromCharCode(215);var b=this;a.addEventListener("click",
47 base.exportTo("tracing.tracks",function(){var d=tracing.ui.define(tracing.tracks.Track);d.prototype={__proto__:tracing.tracks.Track.prototype,decorate:function(){this.categ (…)
    [all...]
  /external/qemu/
android-trace.h 29 // This variable == 1 if we are currently tracing, otherwise == 0.
30 extern int tracing;
53 extern int tracing;
vl-android.c 635 if (!tracing) {
636 fprintf(stderr,"-- start tracing --\n");
639 tracing = 1;
648 if (tracing) {
651 fprintf(stderr,"-- stop tracing --\n");
653 tracing = 0;
660 * SIGUSR1 turns tracing on. SIGUSR2 turns tracing off.
672 * This is needed when tracing to flush the buffers to disk.
    [all...]
trace.c 29 // For tracing dynamic execution of basic blocks
48 // For tracing simuation start times of instructions
61 // For tracing the static information about a basic block
72 // For tracing load and store addresses
85 // For tracing exceptions
96 // For tracing process id changes
105 // For tracing Dalvik VM method enter and exit
136 int tracing; variable
536 // If tracing is on, then start timing the simulator
537 if (tracing)
    [all...]
  /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/
tracing_controller.css 5 .tracing-overlay {
15 .tracing-start-button {
about_tracing.js 154 tracingController = new tracing.TracingController(
158 tracing.ui.decorate(profilingView, tracing.ProfilingView);
  /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/linux-tools-perf/util/
trace-event-info.c 128 * Finds the path to the debugfs/tracing
133 static char *tracing; local
138 return tracing;
142 tracing = malloc_or_die(strlen(debugfs) + 9);
144 sprintf(tracing, "%s/tracing", debugfs);
147 return tracing;
152 const char *tracing; local
155 tracing = find_tracing_dir();
156 if (!tracing)
    [all...]
  /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
opd_ibs.c 138 if (trans->tracing != TRACING_ON)
165 if (trans->tracing == TRACING_START)
166 trans->tracing = TRACING_ON;
opd_sfile.c 227 if (trans->tracing != TRACING_ON) {
442 if (trans->tracing == TRACING_ON) {
  /external/qemu/hw/
goldfish_trace.c 26 /* Set to 1 to debug tracing */
46 extern int tracing;
275 case TRACE_DEV_REG_ENABLE: // tracing enable: 0 = stop, 1 = start
313 if (tracing) {
371 case TRACE_DEV_REG_ENABLE: // tracing enable
372 return tracing;
  /hardware/ti/wlan/mac80211/ti-utils/scripts/
go.sh 228 if [ ! -e /sys/kernel/debug/tracing ]; then
255 echo -e "+++ Load wl12xx driver, enable mac80211 tracing"
284 if [ -e /sys/kernel/debug/tracing ]; then
285 echo 1 > /sys/kernel/debug/tracing/events/mac80211/enable
407 if [ ! -e /sys/kernel/debug/tracing ]; then
504 if [ ! -e /sys/kernel/debug/tracing ]; then
  /external/qemu/android/
qemulator.c 367 static int tracing = 0; local
414 tracing = !tracing;
415 corecmd_trace_control(tracing);
  /frameworks/av/services/audioflinger/
Android.mk 77 # Define ANDROID_SMP appropriately. Used to get inline tracing fast-path.
  /external/strace/
strace.spec 121 - fix biarch fork/vfork (-f) tracing (#447475)
124 - fix -f tracing of CLONE_VFORK (#455078)
125 - fix ia64 register clobberation in -f tracing (#453438)
344 - integrate patch from Jeff Law to eliminate hang tracing threads
357 - tracing threaded programs is now functional.
strace.c 191 -O overhead -- set overhead for tracing syscalls to OVERHEAD usecs\n\
    [all...]
  /external/blktrace/doc/
blktrace.tex 31 blktrace is a block layer IO tracing mechanism which provides detailed
96 \emph{Support for tracing block io actions.} To do this, run
103 and then down to \emph{Support for tracing block io actions} and hit Y.
187 tracing of devices. The above could also be accomplished by issuing:
216 that the command completed successfully. Tracing SCSI commands can be
362 device name (e.g, if we are tracing /dev/sda, the base device name would
    [all...]
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 105 --trace-symtab-patt=<patt> limit debuginfo tracing to obj name <patt>
  /external/blktrace/btt/doc/
btt.tex 32 \texttt{btt} is a post-processing tool for the block layer IO tracing
36 is a block layer IO tracing mechanism which provides detailed
76 \item After tracing completes, run \texttt{blkrawverify}, specifying
    [all...]

Completed in 436 milliseconds

1 2