HomeSort by relevance Sort by last modified time
    Searched refs:tracing (Results 1 - 25 of 34) 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.TimelineModel();
13 cr.ui.decorate(timelineViewEl, tracing.TimelineView);
script.js 16 base.exportTo("tracing",function(){function e(){this.iframe_=void 0}e.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);
18 base.exportTo("tracing",function(){function e(){}function c(a){this.text_=a}function a(a){this.categories_={};for(var a=a||[],d=0;d<a.length;d++)this.addCategory(a[d])}e.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__:e.prototype,matchSlice:function(a){return 0==this.text_.length||void 0===a.title?!1:-1!=a.title.indexOf(this.text_)}};
20 base.exportTo("tracing",function(){function e(a,d){this.track=a;this.slice=d}function c(a,d,f){this.track=a;this.counter=d;this.sampleIndex=f}function a(){this.range_dirty_=!0;this.range_={};this.length_=0}e.prototype={get selected(){return this.slice.selected},set selected(a){this.slice.selected=a}};c.prototype={get selected(){return!0==this.track.selectedSamples[this.sampleIndex]},set selected(a){this.track.selectedSamples[this.sampleIndex]=a?!0:!1;this.track.invalidate()}};a.prototype={__proto__:Object.prototype,
24 base.exportTo("tracing",function(){function e(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}e.prototype={__proto__:base.EventTarget.prototype,drawUnderContent:function(){},drawOverContent:function(a,
39 base.exportTo("tracks",function(){var e=base.ui.define(tracks.TimelineTrack);e.prototype={__proto__:tracks.TimelineTrack.prototype,decorate:function(){this.categoryFilter_=new tracing.TimelineFilter;this.headingWidth_=void 0;this.tracks_=[]},detach:function(){this.detachAllChildren()},detachAllChildren:function(){for(var c=0;c<this.tracks_.length;c++)this.tracks_[c].detach();this.tracks_=[];this.textContent=""},get viewport(){return this.viewport_},set viewport(c){this.viewport_=c;for(var a=0;a<this.tracks_.length;a++)this.tracks_[a].viewport=
44 base.exportTo("tracing",function(){function e(c,a,b,d){this.ctx_=c;this.minRectSize_=a;this.maxMergeDist_=b;this.pallette_=d}e.prototype={y_:0,h_:0,merging_:!1,mergeStartX_:0,mergeCurRight_:0,setYandH:function(c,a){this.flush();this.y_=c;this.h_=a},fillRect:function(c,a,b){var d=c+a;a<this.minRectSize_?(d-this.mergeStartX_>this.maxMergeDist_&&this.flush(),this.merging_?(this.mergeCurRight_=d,this.mergedColorId=Math.max(this.mergedColorId,b)):(this.merging_=!0,this.mergeStartX_=c,this.mergeCurRight_=
46 base.exportTo("tracing",function(){function e(a){for(var b=0,d=0;d<a.length;++d)b=(b+37*b+11*a.charCodeAt(d))%4294967295;return b}var c=[{r:138,g:113,b:152},{r:175,g:112,b:133},{r:127,g:135,b:225},{r:93,g:81,b:137},{r:116,g:143,b:119},{r:178,g:214,b:122},{r:87,g:109,b:147},{r:119,g:155,b:95},{r:114,g:180,b:160},{r:132,g:85,b:103},{r:157,g:210,b:150},{r:148,g:94,b:86},{r:164,g:108,b:138},{r:139,g:191,b:150},{r:110,g:99,b:145},{r:80,g:129,b:109},{r:125,g:140,b:149},{r:93,g:124,b:132},{r:140,g:85,b:140},
56 base.exportTo("tracing",function(){function e(a,b,d){if(0==a.length)return 1;for(var f=0,g=a.length-1,c,h,e=-1;f<=g;)c=Math.floor((f+g)/2),h=b(a[c])-d,0>h?f=c+1:(0<h||(e=c),g=c-1);return-1!=e?e:f}function c(a,b,d,f,g,c){if(0!=a.length&&!(f>g)){var h=e(a,b,f);if(-1!=h&&(0<h&&b(a[h-1])+d(a[h-1])>=f&&c(a[h-1]),h!=a.length))for(d=a.length;h<d&&!(b(a[h])>=g);h++)c(a[h])}}return{findLowIndexInSortedArray:e,findLowIndexInSortedIntervals:function(a,b,d,f){var g=e(a,b,f);return 0==g?f>=b(a[0])&&f<b(a[0]+d(a[0]))?
58 base.exportTo("tracks",function(){function e(){}function c(a,b){this.string=a;this.width=b}var a=tracing.getColorPalette(),b=base.ui.define(tracks.TimelineCanvasBasedTrack);b.prototype={__proto__:tracks.TimelineCanvasBasedTrack.prototype,SHOULD_ELIDE_TEXT:!0,decorate:function(){this.classList.add("timeline-slice-track");this.elidedTitleCache=new e;this.asyncStyle_=!1},decorateHit:function(){},get asyncStyle(){return this.asyncStyle_},set asyncStyle(a){this.asyncStyle_=!!a;this.invalidate()},get slices(){return this.slices_},
60 c.xViewToWorld(f);c.drawUnderContent(b,m,f,g);b.save();c.applyTransformToCanvas(b);this.asyncStyle_&&(b.globalAlpha=0.25);var p=new tracing.FastRectRenderer(b,2*e,2*e,a);p.setYandH(0,g);for(var s=this.slices_,t=tracing.findLowIndexInSorte (…)
    [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 130 tracingController = new tracing.TracingController(
134 base.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/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/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 25 /* Set to 1 to debug tracing */
45 extern int tracing;
274 case TRACE_DEV_REG_ENABLE: // tracing enable: 0 = stop, 1 = start
312 if (tracing) {
370 case TRACE_DEV_REG_ENABLE: // tracing enable
371 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);
  /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 194 -O overhead -- set overhead for tracing syscalls to OVERHEAD usecs\n\
    [all...]
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 96 --trace-symtab-patt=<patt> limit debuginfo tracing to obj name <patt>
  /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/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 845 milliseconds

1 2