Searched refs:PERF_SAMPLE_TIME (Results 1 – 7 of 7) sorted by relevance
20 #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 << 2159 XLAT(PERF_SAMPLE_TIME),
3 PERF_SAMPLE_TIME 1 << 2
283 (~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()
177 pe.sample_type = PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_STACK_USER | in EventConfig()
328 PERF_SAMPLE_TIME|PERF_SAMPLE_CALLCHAIN| in child_thread()
126 PERF_SAMPLE_TIME = 1U << 2, enumerator
217 attr.sample_type = (PERF_SAMPLE_TIME | PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_TID | PERF_SAMPLE_RAW); in perf_tracepoint_open()