Home
last modified time | relevance | path

Searched refs:PERF_FORMAT_GROUP (Results 1 – 23 of 23) sorted by relevance

/linux/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…
H A Dtest-record-group-sampling25 # PERF_FORMAT_ID | PERF_FORMAT_GROUP | PERF_FORMAT_LOST
/linux/tools/perf/tests/
H A Dsample-parsing.c79 if (read_format & PERF_FORMAT_GROUP) in samples_same()
88 if (read_format & PERF_FORMAT_GROUP) { in samples_same()
304 if (read_format & PERF_FORMAT_GROUP) { in do_test()
/linux/tools/lib/perf/tests/
H A Dtest-evsel.c237 attr->read_format |= PERF_FORMAT_GROUP; in test_stat_read_format_group()
241 attr->read_format &= ~PERF_FORMAT_GROUP; in test_stat_read_format_group()
/linux/tools/testing/selftests/resctrl/
H A Dcache.c13 pea->read_format = PERF_FORMAT_GROUP; in perf_event_attr_initialize()
/linux/tools/lib/perf/
H A Devsel.c324 if (read_format & PERF_FORMAT_GROUP) { in perf_evsel__read_size()
413 if (read_format & PERF_FORMAT_GROUP) in perf_evsel__read()
H A Devlist.c391 if (perf_evlist__read_format(evlist) & PERF_FORMAT_GROUP) in perf_evlist__id_add_fd()
/linux/tools/perf/ui/browsers/
H A Dscripts.c39 if (attr->read_format & PERF_FORMAT_GROUP) in attr_to_script()
/linux/tools/testing/selftests/net/bench/page_pool/
H A Dtime_bench.c35 (PERF_FORMAT_GROUP | PERF_FORMAT_ID | PERF_FORMAT_TOTAL_TIME_ENABLED | \
/linux/tools/perf/util/
H A Devsel.c1523 attr->read_format |= PERF_FORMAT_GROUP; in evsel__config()
1984 if (read_format & PERF_FORMAT_GROUP) { in evsel__group_read_size()
2092 if (evsel->core.attr.read_format & PERF_FORMAT_GROUP) in evsel__read_counter()
2355 evsel->core.attr.read_format &= ~(PERF_FORMAT_GROUP|PERF_FORMAT_ID); in evsel__disable_missing_features()
2707 attr.read_format = PERF_FORMAT_GROUP; in evsel__detect_missing_features()
2762 if (evsel->core.attr.inherit && (evsel->core.attr.read_format & PERF_FORMAT_GROUP) && in evsel__detect_missing_features()
3320 if (read_format & PERF_FORMAT_GROUP) in evsel__parse_sample()
3340 if (read_format & PERF_FORMAT_GROUP) { in evsel__parse_sample()
H A Dsynthetic-events.c1496 if (read_format & PERF_FORMAT_GROUP) { in perf_event__sample_event_size()
1670 if (read_format & PERF_FORMAT_GROUP) in perf_event__synthesize_sample()
1687 if (read_format & PERF_FORMAT_GROUP) { in perf_event__synthesize_sample()
H A Dsession.c1062 if (read_format & PERF_FORMAT_GROUP) { in sample_read__printf()
1328 if (read_format & PERF_FORMAT_GROUP) in evlist__deliver_sample()
H A Devlist.c402 if ((pos->core.attr.read_format & PERF_FORMAT_GROUP) && in evlist__use_affinity()
/linux/include/uapi/linux/
H A Dperf_event.h369 PERF_FORMAT_GROUP = 1U << 3, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h369 PERF_FORMAT_GROUP = 1U << 3, enumerator
/linux/tools/testing/selftests/powerpc/
H A Dutils.c539 event_attr->read_format = PERF_FORMAT_GROUP; in perf_event_attr_init()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c8499 ret = open_perf_counter(cpu, rapl_type, rapl_energy_pkg_config, rci->fd_perf, PERF_FORMAT_GROUP); in add_rapl_perf_counter()
8779 ret = open_perf_counter(cpu, type, config, *pfd_group, PERF_FORMAT_GROUP); in add_cstate_perf_counter()
8808 ret = open_perf_counter(cpu, type, config, cci->fd_perf, PERF_FORMAT_GROUP); in add_msr_perf_counter()
9341 …erf_counter(master_cpu, PERF_TYPE_HARDWARE, PERF_COUNT_HW_CACHE_REFERENCES, -1, PERF_FORMAT_GROUP); in has_perf_llc_access()
9369 … open_perf_counter(cpu, PERF_TYPE_HARDWARE, PERF_COUNT_HW_CACHE_REFERENCES, -1, PERF_FORMAT_GROUP); in perf_llc_init()
9375 …ounter(cpu, PERF_TYPE_HARDWARE, PERF_COUNT_HW_CACHE_MISSES, fd_llc_percpu[cpu], PERF_FORMAT_GROUP); in perf_llc_init()
9406 …n_perf_counter(cpu, perf_pmu_types.uniform, perf_model_support->first.refs, -1, PERF_FORMAT_GROUP); in perf_l2_init()
9412 …cpu, perf_pmu_types.uniform, perf_model_support->first.hits, fd_l2_percpu[cpu], PERF_FORMAT_GROUP); in perf_l2_init()
9421 …pen_perf_counter(cpu, perf_pmu_types.pcore, perf_model_support->first.refs, -1, PERF_FORMAT_GROUP); in perf_l2_init()
9427 …r(cpu, perf_pmu_types.pcore, perf_model_support->first.hits, fd_l2_percpu[cpu], PERF_FORMAT_GROUP); in perf_l2_init()
[all …]
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat428 self.read_format = PERF_FORMAT_GROUP
432 PERF_FORMAT_GROUP = 1 << 3 variable
/linux/tools/perf/Documentation/
H A Dtopdown.txt302 - The PERF_FORMAT_GROUP flag must be applied for each TopDown metric
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c672 if (read_format & PERF_FORMAT_GROUP) in set_sample_read_in_dict()
680 if (read_format & PERF_FORMAT_GROUP) { in set_sample_read_in_dict()
/linux/tools/perf/
H A Dbuiltin-stat.c723 attr->read_format |= PERF_FORMAT_ID|PERF_FORMAT_GROUP; in create_perf_stat_counter()
/linux/kernel/events/
H A Dcore.c2038 if (read_format & PERF_FORMAT_GROUP) { in __perf_event_read_size()
6254 if (read_format & PERF_FORMAT_GROUP) in __perf_read()
8173 if (event->attr.read_format & PERF_FORMAT_GROUP) in perf_output_read()