HomeSort by relevance Sort by last modified time
    Searched full:countername (Results 1 - 25 of 27) sorted by null

1 2

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
values.h 13 char **countername; member in struct:perf_read_values
values.c 19 values->countername = malloc(values->counters_max
20 * sizeof(*values->countername));
21 if (!values->counterrawid || !values->countername)
40 free(values->countername[i]);
41 free(values->countername);
86 values->countername = realloc(values->countername,
87 values->counters_max * sizeof(*values->countername));
88 if (!values->counterrawid || !values->countername)
113 values->countername[i] = strdup(name)
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
cpu_track.js 64 for (var counterName in this.cpu_.counters) {
65 var counter = this.cpu_.counters[counterName];
  /external/chromium-trace/trace-viewer/src/tracing/importer/
timeline_stream_importer.js 139 var counterName = counterData['n'];
143 var counter = process.getOrCreateCounter('streamed', counterName);
158 var importError = 'Streamed counter ' + counterName +
168 var importError = 'Streamed counter ' + counterName +
linux_perf_importer.js 592 for (var counterName in cpu.counters) {
593 var counter = cpu.counters[counterName];
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCounter.h 70 void showCounterRendererTree(const blink::RenderObject*, const char* counterName = 0);
RenderCounter.cpp 601 void showCounterRendererTree(const blink::RenderObject* renderer, const char* counterName)
609 AtomicString identifier(counterName);
617 counterName ? blink::counterMaps().get(current)->get(identifier) : (blink::CounterNode*)1 : (blink::CounterNode*)0);
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
SysTrace.java 44 * @param counterName The counter name to appear in the trace.
48 public static void traceCounter(String counterName, int counterValue) {
50 Log.v(TAG, "traceCounter " + counterName + " " + counterValue);
  /frameworks/base/core/java/android/os/
Trace.java 153 * @param counterName The counter name to appear in the trace.
158 public static void traceCounter(long traceTag, String counterName, int counterValue) {
160 nativeTraceCounter(traceTag, counterName, counterValue);
  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
mali_parser.js 298 dvfsSample: function(counterName, seriesName, ts, s) {
301 getOrCreateCounter('DVFS', counterName);
338 hwcSample: function(cat, counterName, seriesName, ts, eventBase) {
345 getOrCreateCounter(cat, counterName);
  /external/javassist/sample/rmi/
webdemo.html 59 String counterName = getParameter("name");
60 <font color="red">counter = (Counter)importer.getObject(counterName);</font>
  /external/chromium_org/tools/stats_viewer/
stats_table.cs 194 /// Get the offset of the CounterName table
  /frameworks/native/opengl/libs/GLES2/
gl2ext_api.in 520 void API_ENTRY(glGetPerfCounterInfoINTEL)(GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counterDescLength, GLchar * counterDesc, GLuint * counterOffset, GLuint * counterDataSize, GLuint * counterTypeEnum, GLuint * counterDataTypeEnum, GLuint64 * rawCounterMaxValue) {
521 CALL_GL_API(glGetPerfCounterInfoINTEL, queryId, counterId, counterNameLength, counterName, counterDescLength, counterDesc, counterOffset, counterDataSize, counterTypeEnum, counterDataTypeEnum, rawCounterMaxValue);
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/libs/
trace.in     [all...]
entries.in 290 GL_ENTRY(void, glGetPerfCounterInfoINTEL, GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counterDescLength, GLchar * counterDesc, GLuint * counterOffset, GLuint * counterDataSize, GLuint * counterTypeEnum, GLuint * counterDataTypeEnum, GLuint64 * rawCounterMaxValue)
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]

Completed in 1375 milliseconds

1 2