Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/tests/shell/attr/
H A Dtest-record-group-sampling118 # PERF_FORMAT_ID | PERF_FORMAT_GROUP | PERF_FORMAT_LOST | PERF_FORMAT_TOTAL_TIME_ENABLED | PERF_FO…
40 # PERF_FORMAT_ID | PERF_FORMAT_GROUP | PERF_FORMAT_LOST | PERF_FORMAT_TOTAL_TIME_ENABLED | PERF_FO…
H A Dtest-record-group-sampling218 # PERF_FORMAT_ID | PERF_FORMAT_GROUP | PERF_FORMAT_LOST | PERF_FORMAT_TOTAL_TIME_ENABLED | PERF_FO…
46 # PERF_FORMAT_ID | PERF_FORMAT_GROUP | PERF_FORMAT_LOST | PERF_FORMAT_TOTAL_TIME_ENABLED | PERF_FO…
/linux-6.15/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()
/linux-6.15/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()
/linux-6.15/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,
/linux-6.15/tools/lib/perf/
H A Devsel.c301 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_evsel__read_size()
348 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_evsel__read_group()
376 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_evsel__adjust_values()
H A Devlist.c327 if (evsel->attr.read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_evlist__id_add_fd()
/linux-6.15/tools/testing/selftests/powerpc/pmu/
H A Devent.c35 e->attr.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | \ in __event_init_opts()
/linux-6.15/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()
/linux-6.15/tools/testing/selftests/resctrl/
H A Dresctrl_val.c58 PERF_FORMAT_TOTAL_TIME_ENABLED | PERF_FORMAT_TOTAL_TIME_RUNNING; in read_mem_bw_initialize_perf_event_attr()
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h363 PERF_FORMAT_TOTAL_TIME_ENABLED = 1U << 0, enumerator
/linux-6.15/include/uapi/linux/
H A Dperf_event.h363 PERF_FORMAT_TOTAL_TIME_ENABLED = 1U << 0, enumerator
/linux-6.15/tools/perf/util/
H A Devsel.c1376 PERF_FORMAT_TOTAL_TIME_ENABLED | in evsel__config()
1482 PERF_FORMAT_TOTAL_TIME_ENABLED | in evsel__config()
1780 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in evsel__group_read_size()
1812 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in evsel__process_group_data()
3035 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { in evsel__parse_sample()
H A Dstat.c762 attr->read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | in create_perf_stat_counter()
H A Dsynthetic-events.c1480 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_event__sample_event_size()
1659 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { in perf_event__synthesize_sample()
H A Dsession.c1004 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in sample_read__printf()
1137 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in dump_read()
/linux-6.15/tools/perf/
H A Ddesign.txt168 PERF_FORMAT_TOTAL_TIME_ENABLED = 1,
/linux-6.15/kernel/events/
H A Dcore.c1910 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in __perf_event_read_size()
5908 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { in __perf_read_group_add()
5990 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_read_one()
7634 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { in perf_output_read_one()
7669 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in perf_output_read_group()
7704 #define PERF_FORMAT_TOTAL_TIMES (PERF_FORMAT_TOTAL_TIME_ENABLED|\
/linux-6.15/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c661 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { in set_sample_read_in_dict()