Home
last modified time | relevance | path

Searched refs:stream_id (Results 1 – 10 of 10) sorted by relevance

/tools/perf/tests/
Dsample-parsing.c52 COMP(stream_id); in samples_same()
179 .stream_id = 107, in do_test()
/tools/perf/util/
Devent.h76 u64 stream_id; member
186 u64 stream_id; member
Dpython.c63 sample_member_def(sample_stream_id, stream_id, T_ULONGLONG, "event stream id"), \
182 member_def(throttle_event, stream_id, T_ULONGLONG, "event stream id"),
193 te->time, te->id, te->stream_id); in pyrf_throttle_event__repr()
Devsel.c1674 sample->stream_id = *array; in perf_evsel__parse_id_sample()
1738 data->stream_id = data->id = data->time = -1ULL; in perf_evsel__parse_sample()
1800 data->stream_id = *array; in perf_evsel__parse_sample()
2148 *array = sample->stream_id; in perf_event__synthesize_sample()
Dintel-pt.c1084 sample.stream_id = ptq->pt->branches_id; in intel_pt_synth_branch_sample()
1145 sample.stream_id = ptq->pt->instructions_id; in intel_pt_synth_instruction_sample()
1207 sample.stream_id = ptq->pt->transactions_id; in intel_pt_synth_transaction_sample()
Dintel-bts.c293 sample.stream_id = btsq->bts->branches_id; in intel_bts_synth_branch_sample()
Dsession.c556 event->throttle.stream_id = bswap_64(event->throttle.stream_id); in perf_event__throttle_swap()
Ddata-convert-bt.c549 ret = value_set_u64(cw, event, "perf_stream_id", sample->stream_id); in add_generic_values()
Devent.c70 .stream_id = -1, in perf_tool__process_synth_event()
Devlist.c1568 size += sizeof(data->stream_id); in perf_evlist__id_hdr_size()