Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_TIME (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Dperf_event_sample_format.h20 #if defined(PERF_SAMPLE_TIME) || (defined(HAVE_DECL_PERF_SAMPLE_TIME) && HAVE_DECL_PERF_SAMPLE_TIME)
22 static_assert((PERF_SAMPLE_TIME) == (1 << 2), "PERF_SAMPLE_TIME != 1 << 2");
25 # define PERF_SAMPLE_TIME 1 << 2
159 XLAT(PERF_SAMPLE_TIME),
Dperf_event_sample_format.in3 PERF_SAMPLE_TIME 1 << 2
/external/perfetto/src/profiling/perf/
Devent_reader.cc283 (~uint64_t(PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_STACK_USER | in ParseSampleRecord()
308 if (event_attr_.sample_type & PERF_SAMPLE_TIME) { in ParseSampleRecord()
Devent_config.cc177 pe.sample_type = PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_STACK_USER | in EventConfig()
/external/ltp/testcases/cve/
Dcve-2015-3290.c328 PERF_SAMPLE_TIME|PERF_SAMPLE_CALLCHAIN| in child_thread()
/external/kernel-headers/original/uapi/linux/
Dperf_event.h126 PERF_SAMPLE_TIME = 1U << 2, enumerator
/external/igt-gpu-tools/overlay/
Dgpu-perf.c217 attr.sample_type = (PERF_SAMPLE_TIME | PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_TID | PERF_SAMPLE_RAW); in perf_tracepoint_open()