| /tools/perf/dlfilters/ |
| A D | dlfilter-test-api-v0.c | 47 __u64 stream_id; member 194 .stream_id = 101, in check_sample() 210 CHECK_SAMPLE(stream_id); in check_sample()
|
| A D | dlfilter-test-api-v2.c | 53 __u64 stream_id; member 209 .stream_id = 101, in check_sample() 225 CHECK_SAMPLE(stream_id); in check_sample()
|
| /tools/lib/bpf/ |
| A D | bpf_helpers.h | 318 extern int bpf_stream_vprintk(int stream_id, const char *fmt__str, const void *args, 321 #define bpf_stream_printk(stream_id, fmt, args...) \ argument 331 bpf_stream_vprintk(stream_id, ___fmt, ___param, sizeof(___param), NULL);\
|
| A D | bpf.h | 730 LIBBPF_API int bpf_prog_stream_read(int prog_fd, __u32 stream_id, void *buf, __u32 buf_len,
|
| A D | bpf.c | 1379 int bpf_prog_stream_read(int prog_fd, __u32 stream_id, void *buf, __u32 buf_len, in bpf_prog_stream_read() argument 1392 attr.prog_stream_read.stream_id = stream_id; in bpf_prog_stream_read()
|
| /tools/perf/util/ |
| A D | sample.h | 87 u64 stream_id; member
|
| A D | intel-pt.c | 1787 sample.stream_id = ptq->pt->branches_id; in intel_pt_synth_branch_sample() 1894 sample.stream_id = ptq->pt->cycles_id; in intel_pt_synth_cycle_sample() 1957 sample.stream_id = ptq->pt->ptwrites_id; in intel_pt_synth_ptwrite_sample() 1988 sample.stream_id = ptq->pt->cbr_id; in intel_pt_synth_cbr_sample() 2019 sample.stream_id = ptq->pt->psb_id; in intel_pt_synth_psb_sample() 2049 sample.stream_id = ptq->pt->mwait_id; in intel_pt_synth_mwait_sample() 2078 sample.stream_id = ptq->pt->pwre_id; in intel_pt_synth_pwre_sample() 2107 sample.stream_id = ptq->pt->exstop_id; in intel_pt_synth_exstop_sample() 2136 sample.stream_id = ptq->pt->pwrx_id; in intel_pt_synth_pwrx_sample() 2434 sample.stream_id = id; in intel_pt_do_synth_pebs_sample() [all …]
|
| A D | python.c | 53 sample_member_def(sample_stream_id, stream_id, T_ULONGLONG, "event stream id"), \ 172 member_def(perf_record_throttle, stream_id, T_ULONGLONG, "event stream id"), 184 te->time, te->id, te->stream_id); in pyrf_throttle_event__repr()
|
| A D | arm-spe.c | 486 sample.stream_id = spe_events_id; in arm_spe__synth_mem_sample() 510 sample.stream_id = spe_events_id; in arm_spe__synth_branch_sample() 542 sample.stream_id = spe_events_id; in arm_spe__synth_instruction_sample()
|
| A D | dlfilter.c | 526 ASSIGN(stream_id); in dlfilter__do_filter_event()
|
| A D | synthetic-events.c | 60 .stream_id = -1, in perf_tool__process_synth_event() 1648 *array = sample->stream_id; in perf_event__synthesize_sample() 1828 *array = sample->stream_id; in perf_event__synthesize_id_sample()
|
| A D | intel-bts.c | 291 sample.stream_id = btsq->bts->branches_id; in intel_bts_synth_branch_sample()
|
| A D | evsel.c | 2806 sample->stream_id = *array; in perf_evsel__parse_id_sample() 2998 data->stream_id = data->id = data->time = -1ULL; in evsel__parse_sample() 3056 data->stream_id = *array; in evsel__parse_sample()
|
| A D | cs-etm.c | 1584 sample.stream_id = etmq->etm->instructions_id; in cs_etm__synth_instruction_sample() 1646 sample.stream_id = etmq->etm->branches_id; in cs_etm__synth_branch_sample()
|
| A D | session.c | 418 event->throttle.stream_id = bswap_64(event->throttle.stream_id); in perf_event__throttle_swap()
|
| A D | data-convert-bt.c | 639 ret = value_set_u64(cw, event, "perf_stream_id", sample->stream_id); in add_generic_values()
|
| /tools/perf/include/perf/ |
| A D | perf_dlfilter.h | 48 __u64 stream_id; member
|
| /tools/perf/trace/beauty/include/uapi/linux/ |
| A D | usbdevice_fs.h | 128 unsigned int stream_id; /* Only used with bulk streams */ member
|
| /tools/perf/tests/ |
| A D | sample-parsing.c | 70 COMP(stream_id); in samples_same() 253 .stream_id = 107, in do_test()
|
| A D | dlfilter-test.c | 186 .stream_id = 101, in write_sample()
|
| /tools/lib/perf/include/perf/ |
| A D | event.h | 103 __u64 stream_id; member
|
| /tools/perf/Documentation/ |
| A D | perf-dlfilter.txt | 93 __u64 stream_id;
|
| /tools/perf/util/scripting-engines/ |
| A D | trace-event-python.c | 852 PyLong_FromUnsignedLongLong(sample->stream_id)); in get_perf_sample_dict() 1332 tuple_set_d64(t, 26, es->sample->stream_id); in python_export_sample_table() 1539 tuple_set_u64(t, 2, event->throttle.stream_id); in python_process_throttle()
|
| /tools/bpf/bpftool/ |
| A D | prog.c | 1125 int stream_id = mode == TRACE_STDOUT ? 1 : 2; in prog_tracelog_stream() local 1131 ret = bpf_prog_stream_read(prog_fd, stream_id, buf, sizeof(buf), NULL); in prog_tracelog_stream()
|
| /tools/perf/ |
| A D | builtin-inject.c | 1361 .stream_id = -1, in synthesize_build_id() 1733 sample->stream_id = guest_id->host_id; in guest_session__inject_events()
|