Home
last modified time | relevance | path

Searched refs:PERF_FORMAT_TOTAL_TIME_ENABLED (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/tools/testing/selftests/powerpc/pmu/
Devent.c33 e->attr.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | \ in event_init_opts()
/linux-4.1.27/include/uapi/linux/
Dperf_event.h250 PERF_FORMAT_TOTAL_TIME_ENABLED = 1U << 0, enumerator
/linux-4.1.27/tools/perf/tests/
Dsample-parsing.c65 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in samples_same()
/linux-4.1.27/tools/perf/util/
Devsel.c743 PERF_FORMAT_TOTAL_TIME_ENABLED | in perf_evsel__config()
1524 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { in perf_evsel__parse_sample()
1712 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_event__sample_event_size()
1869 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { in perf_event__synthesize_sample()
Dpython.c1000 { "FORMAT_TOTAL_TIME_ENABLED", PERF_FORMAT_TOTAL_TIME_ENABLED },
Devlist.c519 if (evsel->attr.read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_evlist__id_add_fd()
Dsession.c713 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in sample_read__printf()
/linux-4.1.27/kernel/events/
Dcore.c1279 if (event->attr.read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_event__read_size()
3803 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_event_read_group()
3845 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_event_read_one()
5073 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { in perf_output_read_one()
5101 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_output_read_group()
5131 #define PERF_FORMAT_TOTAL_TIMES (PERF_FORMAT_TOTAL_TIME_ENABLED|\
/linux-4.1.27/tools/perf/
Ddesign.txt165 PERF_FORMAT_TOTAL_TIME_ENABLED = 1,
Dbuiltin-stat.c299 attr->read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | in create_perf_stat_counter()