Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dperf_api_probe.c83 evsel->core.attr.sample_type |= PERF_SAMPLE_IDENTIFIER; in perf_probe_sample_identifier()
H A Devent.h42 PERF_SAMPLE_IDENTIFIER)
H A Devsel.c132 if (sample_type & PERF_SAMPLE_IDENTIFIER) in __perf_evsel__calc_id_pos()
165 if (sample_type & PERF_SAMPLE_IDENTIFIER) in __perf_evsel__calc_is_pos()
2012 if (type & PERF_SAMPLE_IDENTIFIER) { in perf_evsel__parse_id_sample()
2126 if (type & PERF_SAMPLE_IDENTIFIER) { in evsel__parse_sample()
2421 if (type & PERF_SAMPLE_IDENTIFIER) in evsel__parse_sample_timestamp()
H A Dstat.c539 attr->sample_type = PERF_SAMPLE_IDENTIFIER; in create_perf_stat_counter()
H A Ddata-convert-bt.c625 (type & PERF_SAMPLE_IDENTIFIER)) { in add_generic_values()
1127 (type & PERF_SAMPLE_IDENTIFIER)) in add_generic_types()
H A Dsynthetic-events.c1309 if (type & PERF_SAMPLE_IDENTIFIER) in perf_event__sample_event_size()
1434 if (type & PERF_SAMPLE_IDENTIFIER) { in perf_event__synthesize_sample()
H A Devlist.c1200 if (sample_type & PERF_SAMPLE_IDENTIFIER) in perf_evlist__id_hdr_size()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dsample-parsing.c39 if (type & PERF_SAMPLE_IDENTIFIER) in samples_same()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dperf_event.h140 PERF_SAMPLE_IDENTIFIER = 1U << 16, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dperf_event.h140 PERF_SAMPLE_IDENTIFIER = 1U << 16, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dperf_event.h140 PERF_SAMPLE_IDENTIFIER = 1U << 16, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dperf_event.h140 PERF_SAMPLE_IDENTIFIER = 1U << 16, enumerator
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dinject-buildid.c455 bench_sample_type = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP; in do_inject_loops()
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf.data-file-format.txt435 PERF_SAMPLE_IDENTIFIER header. The PERF_SAMPLE_IDENTIFIER header is
H A Dperf-config.txt323 │1628 if (type & PERF_SAMPLE_IDENTIFIER) {
332 │ if (type & PERF_SAMPLE_IDENTIFIER) {
H A Dperf-intel-pt.txt998 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER |
/OK3568_Linux_fs/kernel/tools/testing/selftests/resctrl/
H A Dresctrl_val.c78 imc_counters_config[i][j].pe.sample_type = PERF_SAMPLE_IDENTIFIER; in membw_initialize_perf_event_attr()
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dperf_event.h132 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER | \
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c1925 if (sample_type & PERF_SAMPLE_IDENTIFIER) in perf_event__id_header_size()
6700 if (sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) in __perf_event_header__init_id()
6740 if (sample_type & PERF_SAMPLE_IDENTIFIER) in __perf_event__output_id_sample()
6865 if (sample_type & PERF_SAMPLE_IDENTIFIER) in perf_output_sample()