Home
last modified time | relevance | path

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

12

/tools/perf/dlfilters/
A Ddlfilter-test-api-v0.c47 __u64 stream_id; member
194 .stream_id = 101, in check_sample()
210 CHECK_SAMPLE(stream_id); in check_sample()
A Ddlfilter-test-api-v2.c53 __u64 stream_id; member
209 .stream_id = 101, in check_sample()
225 CHECK_SAMPLE(stream_id); in check_sample()
/tools/lib/bpf/
A Dbpf_helpers.h318 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 Dbpf.h730 LIBBPF_API int bpf_prog_stream_read(int prog_fd, __u32 stream_id, void *buf, __u32 buf_len,
A Dbpf.c1379 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 Dsample.h87 u64 stream_id; member
A Dintel-pt.c1787 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 Dpython.c53 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 Darm-spe.c486 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 Ddlfilter.c526 ASSIGN(stream_id); in dlfilter__do_filter_event()
A Dsynthetic-events.c60 .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 Dintel-bts.c291 sample.stream_id = btsq->bts->branches_id; in intel_bts_synth_branch_sample()
A Devsel.c2806 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 Dcs-etm.c1584 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 Dsession.c418 event->throttle.stream_id = bswap_64(event->throttle.stream_id); in perf_event__throttle_swap()
A Ddata-convert-bt.c639 ret = value_set_u64(cw, event, "perf_stream_id", sample->stream_id); in add_generic_values()
/tools/perf/include/perf/
A Dperf_dlfilter.h48 __u64 stream_id; member
/tools/perf/trace/beauty/include/uapi/linux/
A Dusbdevice_fs.h128 unsigned int stream_id; /* Only used with bulk streams */ member
/tools/perf/tests/
A Dsample-parsing.c70 COMP(stream_id); in samples_same()
253 .stream_id = 107, in do_test()
A Ddlfilter-test.c186 .stream_id = 101, in write_sample()
/tools/lib/perf/include/perf/
A Devent.h103 __u64 stream_id; member
/tools/perf/Documentation/
A Dperf-dlfilter.txt93 __u64 stream_id;
/tools/perf/util/scripting-engines/
A Dtrace-event-python.c852 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 Dprog.c1125 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 Dbuiltin-inject.c1361 .stream_id = -1, in synthesize_build_id()
1733 sample->stream_id = guest_id->host_id; in guest_session__inject_events()

Completed in 78 milliseconds

12