Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_ID (Results 1 – 12 of 12) sorted by relevance

/tools/perf/util/
Doff_cpu.h15 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | \
Dbpf_off_cpu.c324 if (sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) { in off_cpu_write()
349 if (sample_type & PERF_SAMPLE_ID) in off_cpu_write()
Dbpf-filter.l71 id { return sample(PERF_SAMPLE_ID); }
Devent.h39 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | \
Devsel.c172 if (!(sample_type & PERF_SAMPLE_ID)) in __perf_evsel__calc_id_pos()
205 if (!(sample_type & PERF_SAMPLE_ID)) in __perf_evsel__calc_is_pos()
2230 if (type & PERF_SAMPLE_ID) { in perf_evsel__parse_id_sample()
2417 if (type & PERF_SAMPLE_ID) { in evsel__parse_sample()
2747 if (sample_type & PERF_SAMPLE_ID) in evsel__id_hdr_size()
Ddata-convert-bt.c630 if ((type & PERF_SAMPLE_ID) || in add_generic_values()
1132 if ((type & PERF_SAMPLE_ID) || in add_generic_types()
Dsynthetic-events.c1448 if (type & PERF_SAMPLE_ID) in perf_event__sample_event_size()
1612 if (type & PERF_SAMPLE_ID) { in perf_event__synthesize_sample()
1788 if (type & PERF_SAMPLE_ID) { in perf_event__synthesize_id_sample()
/tools/perf/util/bpf_skel/
Dsample_filter.bpf.c58 case PERF_SAMPLE_ID: in perf_get_sample()
/tools/perf/tests/
Dsample-parsing.c66 if (type & PERF_SAMPLE_ID) in samples_same()
/tools/include/uapi/linux/
Dperf_event.h146 PERF_SAMPLE_ID = 1U << 6, enumerator
/tools/perf/Documentation/
Dperf.data-file-format.txt469 by an ID. This can be either through the PERF_SAMPLE_ID or the
Dperf-intel-pt.txt1080 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_STREAM_ID |