Searched refs:stream_id (Results 1 – 14 of 14) sorted by relevance
/tools/include/uapi/linux/ |
D | usbdevice_fs.h | 128 unsigned int stream_id; /* Only used with bulk streams */ member
|
/tools/perf/tests/ |
D | sample-parsing.c | 60 COMP(stream_id); in samples_same() 206 .stream_id = 107, in do_test()
|
/tools/lib/perf/include/perf/ |
D | event.h | 84 __u64 stream_id; member
|
/tools/perf/util/ |
D | intel-pt.c | 1382 sample.stream_id = ptq->pt->branches_id; in intel_pt_synth_branch_sample() 1445 sample.stream_id = ptq->pt->instructions_id; in intel_pt_synth_instruction_sample() 1477 sample.stream_id = ptq->pt->transactions_id; in intel_pt_synth_transaction_sample() 1511 sample.stream_id = ptq->pt->ptwrites_id; in intel_pt_synth_ptwrite_sample() 1540 sample.stream_id = ptq->pt->cbr_id; in intel_pt_synth_cbr_sample() 1567 sample.stream_id = ptq->pt->mwait_id; in intel_pt_synth_mwait_sample() 1592 sample.stream_id = ptq->pt->pwre_id; in intel_pt_synth_pwre_sample() 1617 sample.stream_id = ptq->pt->exstop_id; in intel_pt_synth_exstop_sample() 1642 sample.stream_id = ptq->pt->pwrx_id; in intel_pt_synth_pwrx_sample() 1799 sample.stream_id = id; in intel_pt_synth_pebs_sample()
|
D | event.h | 128 u64 stream_id; member
|
D | python.c | 140 sample_member_def(sample_stream_id, stream_id, T_ULONGLONG, "event stream id"), \ 259 member_def(perf_record_throttle, stream_id, T_ULONGLONG, "event stream id"), 270 te->time, te->id, te->stream_id); in pyrf_throttle_event__repr()
|
D | evsel.c | 2030 sample->stream_id = *array; in perf_evsel__parse_id_sample() 2108 data->stream_id = data->id = data->time = -1ULL; in evsel__parse_sample() 2166 data->stream_id = *array; in evsel__parse_sample()
|
D | arm-spe.c | 286 sample.stream_id = spe_events_id; in arm_spe_synth_spe_events_sample()
|
D | intel-bts.c | 290 sample.stream_id = btsq->bts->branches_id; in intel_bts_synth_branch_sample()
|
D | cs-etm.c | 1159 sample.stream_id = etmq->etm->instructions_id; in cs_etm__synth_instruction_sample() 1216 sample.stream_id = etmq->etm->branches_id; in cs_etm__synth_branch_sample()
|
D | synthetic-events.c | 59 .stream_id = -1, in perf_tool__process_synth_event() 1467 *array = sample->stream_id; in perf_event__synthesize_sample()
|
D | session.c | 688 event->throttle.stream_id = bswap_64(event->throttle.stream_id); in perf_event__throttle_swap()
|
D | data-convert-bt.c | 632 ret = value_set_u64(cw, event, "perf_stream_id", sample->stream_id); in add_generic_values()
|
D | evlist.c | 1195 size += sizeof(data->stream_id); in perf_evlist__id_hdr_size()
|