Searched refs:PERF_FORMAT_TOTAL_TIME_ENABLED (Results 1 – 13 of 13) sorted by relevance
2 #if !(defined(PERF_FORMAT_TOTAL_TIME_ENABLED) || (defined(HAVE_DECL_PERF_FORMAT_TOTAL_TIME_ENABLED)…3 # define PERF_FORMAT_TOTAL_TIME_ENABLED 1 << 0 macro23 XLAT(PERF_FORMAT_TOTAL_TIME_ENABLED),
1 PERF_FORMAT_TOTAL_TIME_ENABLED 1 << 0
46 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in ReadReadInfo()59 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in ReadGroupReadInfo()424 if (attr.read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in WritePerfSampleToData()434 if (attr.read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in WritePerfSampleToData()
215 attr.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | in TEST()
373 if (reader->event_attr().read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in SerializeSampleEvent()433 if (reader->event_attr().read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in DeserializeSampleEvent()
579 .WithReadFormat(PERF_FORMAT_TOTAL_TIME_ENABLED | in TEST()
33 e->attr.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | \ in event_init_opts()
226 PERF_FORMAT_TOTAL_TIME_ENABLED = 1U << 0, enumerator
157 hw_event.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | in count_hardware_counters()
286 PERF_FORMAT_TOTAL_TIME_ENABLED = 1U << 0, enumerator
636 { ARG_STR(PERF_FORMAT_TOTAL_TIME_ENABLED) }, in main()