Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/perf/Documentation/examples/
H A Dcounting.c29 .read_format = PERF_FORMAT_TOTAL_TIME_ENABLED|PERF_FORMAT_TOTAL_TIME_RUNNING, in main()
35 .read_format = PERF_FORMAT_TOTAL_TIME_ENABLED|PERF_FORMAT_TOTAL_TIME_RUNNING, in main()
/openbmc/linux/tools/lib/perf/tests/
H A Dtest-evsel.c216 if (attr->read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in test_stat_read_format_single()
262 if (attr->read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in test_stat_read_format_group()
275 if (attr->read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in test_stat_read_format_group()
H A Dtest-evlist.c449 .read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | in test_stat_multiplexing()
/openbmc/linux/tools/lib/perf/
H A Devsel.c299 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_evsel__read_size()
346 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_evsel__read_group()
374 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_evsel__adjust_values()
H A Devlist.c313 if (evsel->attr.read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_evlist__id_add_fd()
/openbmc/linux/tools/lib/perf/Documentation/
H A Dlibperf-counting.txt82 23 .read_format = PERF_FORMAT_TOTAL_TIME_ENABLED|PERF_FORMAT_TOTAL_TIME_RUNNING,
88 29 .read_format = PERF_FORMAT_TOTAL_TIME_ENABLED|PERF_FORMAT_TOTAL_TIME_RUNNING,
/openbmc/linux/tools/testing/selftests/powerpc/pmu/
H A Devent.c35 e->attr.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | \ in __event_init_opts()
/openbmc/linux/tools/perf/tests/
H A Devent-times.c185 PERF_FORMAT_TOTAL_TIME_ENABLED | in test_times()
H A Dsample-parsing.c83 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in samples_same()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h359 PERF_FORMAT_TOTAL_TIME_ENABLED = 1U << 0, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h359 PERF_FORMAT_TOTAL_TIME_ENABLED = 1U << 0, enumerator
/openbmc/linux/tools/perf/util/
H A Devsel.c1184 PERF_FORMAT_TOTAL_TIME_ENABLED | in evsel__config()
1290 PERF_FORMAT_TOTAL_TIME_ENABLED | in evsel__config()
1549 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in evsel__process_group_data()
2456 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { in evsel__parse_sample()
H A Dstat.c753 attr->read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | in create_perf_stat_counter()
H A Dsynthetic-events.c1462 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_event__sample_event_size()
1641 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { in perf_event__synthesize_sample()
H A Dsession.c1285 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in sample_read__printf()
1418 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in dump_read()
/openbmc/linux/tools/testing/selftests/resctrl/
H A Dresctrl_val.c80 PERF_FORMAT_TOTAL_TIME_ENABLED | PERF_FORMAT_TOTAL_TIME_RUNNING; in membw_initialize_perf_event_attr()
/openbmc/linux/tools/perf/
H A Ddesign.txt168 PERF_FORMAT_TOTAL_TIME_ENABLED = 1,
/openbmc/linux/kernel/events/
H A Dcore.c1824 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in __perf_event_read_size()
5559 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { in __perf_read_group_add()
5641 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_read_one()
7239 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { in perf_output_read_one()
7273 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_output_read_group()
7310 #define PERF_FORMAT_TOTAL_TIMES (PERF_FORMAT_TOTAL_TIME_ENABLED|\
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c685 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { in set_sample_read_in_dict()