Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dperf_event.h228 PERF_FORMAT_TOTAL_TIME_ENABLED = 1U << 0, enumerator
/external/linux-tools-perf/src/tools/perf/tests/
Dsample-parsing.c64 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in samples_same()
/external/linux-tools-perf/src/tools/perf/util/
Devsel.c1349 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { in perf_evsel__parse_sample()
1509 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_event__sample_event_size()
1653 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { in perf_event__synthesize_sample()
Devlist.c390 if (evsel->attr.read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_evlist__id_add_fd()
Dpython.c1006 { "FORMAT_TOTAL_TIME_ENABLED", PERF_FORMAT_TOTAL_TIME_ENABLED },
Dsession.c787 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in sample_read__printf()
/external/linux-tools-perf/src/tools/perf/
Ddesign.txt165 PERF_FORMAT_TOTAL_TIME_ENABLED = 1,
Dbuiltin-stat.c247 attr->read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | in create_perf_stat_counter()