Home
last modified time | relevance | path

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

/tools/perf/util/
Dperf_api_probe.c83 evsel->core.attr.sample_type |= PERF_SAMPLE_IDENTIFIER; in perf_probe_sample_identifier()
Devent.h42 PERF_SAMPLE_IDENTIFIER)
Devsel.c135 if (sample_type & PERF_SAMPLE_IDENTIFIER) in __perf_evsel__calc_id_pos()
168 if (sample_type & PERF_SAMPLE_IDENTIFIER) in __perf_evsel__calc_is_pos()
2148 if (type & PERF_SAMPLE_IDENTIFIER) { in perf_evsel__parse_id_sample()
2269 if (type & PERF_SAMPLE_IDENTIFIER) { in evsel__parse_sample()
2576 if (type & PERF_SAMPLE_IDENTIFIER) in evsel__parse_sample_timestamp()
Dstat.c559 attr->sample_type = PERF_SAMPLE_IDENTIFIER; in create_perf_stat_counter()
Ddata-convert-bt.c625 (type & PERF_SAMPLE_IDENTIFIER)) { in add_generic_values()
1127 (type & PERF_SAMPLE_IDENTIFIER)) in add_generic_types()
Dsynthetic-events.c1404 if (type & PERF_SAMPLE_IDENTIFIER) in perf_event__sample_event_size()
1541 if (type & PERF_SAMPLE_IDENTIFIER) { in perf_event__synthesize_sample()
Devlist.c1254 if (sample_type & PERF_SAMPLE_IDENTIFIER) in evlist__id_hdr_size()
/tools/perf/tests/
Dsample-parsing.c39 if (type & PERF_SAMPLE_IDENTIFIER) in samples_same()
Ddlfilter-test.c311 PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_TIME | \
/tools/include/uapi/linux/
Dperf_event.h156 PERF_SAMPLE_IDENTIFIER = 1U << 16, enumerator
/tools/perf/bench/
Dinject-buildid.c455 bench_sample_type = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP; in do_inject_loops()
/tools/testing/selftests/resctrl/
Dresctrl_val.c78 imc_counters_config[i][j].pe.sample_type = PERF_SAMPLE_IDENTIFIER; in membw_initialize_perf_event_attr()
/tools/perf/Documentation/
Dperf.data-file-format.txt468 PERF_SAMPLE_IDENTIFIER header. The PERF_SAMPLE_IDENTIFIER header is
Dperf-config.txt331 │1628 if (type & PERF_SAMPLE_IDENTIFIER) {
340 │ if (type & PERF_SAMPLE_IDENTIFIER) {
Dperf-intel-pt.txt1037 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER |