Searched refs:sample_type (Results 51 - 75 of 103) sorted by relevance

12345

/linux-master/tools/perf/util/
H A Dcs-etm.h173 enum cs_etm_sample_type sample_type; member in struct:cs_etm_packet
H A Dsession.c130 pr_err("non matching sample_type\n");
807 bswap_field_64(sample_type);
1277 u64 sample_type = __evlist__combined_sample_type(evlist); local
1285 if ((sample_type & PERF_SAMPLE_CPU))
1288 if (sample_type & PERF_SAMPLE_TIME)
1358 u64 sample_type; local
1368 sample_type = evsel->core.attr.sample_type;
1376 if (sample_type & PERF_SAMPLE_REGS_USER)
1379 if (sample_type
1529 u64 sample_type = evsel->core.attr.sample_type; local
[all...]
H A Devsel.h144 * types here. Note, the recorded sample_type cannot be changed because
263 int __evsel__sample_size(u64 sample_type);
510 return evsel->core.attr.sample_type & PERF_SAMPLE_CALLCHAIN ||
520 return evsel->core.attr.sample_type & PERF_SAMPLE_BRANCH_STACK ||
H A Ddata-convert-json.c158 u64 sample_type = __evlist__combined_sample_type(evsel->evlist); local
180 if ((sample_type & PERF_SAMPLE_CPU))
H A Dbpf-filter.c62 if (evsel->core.attr.sample_type & expr->sample_flags)
H A Dcallchain.h305 void callchain_param_setup(u64 sample_type, const char *arch);
H A Ddata-convert-bt.c600 u64 type = evsel->core.attr.sample_type;
770 if (evsel->core.attr.sample_type & PERF_SAMPLE_CPU)
808 unsigned long type = evsel->core.attr.sample_type;
1100 u64 type = evsel->core.attr.sample_type;
/linux-master/tools/perf/tests/
H A Dattr.c105 WRITE_ASS(sample_type, "llu");
/linux-master/tools/perf/arch/arm64/util/
H A Dperf_regs.c153 .sample_type = PERF_SAMPLE_REGS_USER,
/linux-master/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmisc.c114 event.attr.sample_type = PERF_SAMPLE_REGS_INTR;
270 u64 type = event->attr.sample_type;
/linux-master/sound/pci/mixart/
H A Dmixart.c524 stream_param.sample_type = ST_INTEGER_8;
528 stream_param.sample_type = ST_INTEGER_16LE;
532 stream_param.sample_type = ST_INTEGER_16BE;
536 stream_param.sample_type = ST_INTEGER_24LE;
540 stream_param.sample_type = ST_INTEGER_24BE;
544 stream_param.sample_type = ST_FLOATING_POINT_32LE;
548 stream_param.sample_type = ST_FLOATING_POINT_32BE;
558 "set SNDRV_PCM_FORMAT sample_type(%d) sample_size(%d) freq(%d) channels(%d)\n",
559 stream_param.sample_type, stream_param.sample_size, stream_param.sampling_freq, stream->channels);
H A Dmixart_core.h364 u32 sample_type; /* use enum mixart_sample_type */ member in struct:mixart_stream_param_desc
/linux-master/tools/perf/
H A Dbuiltin-script.c420 static int evsel__do_check_stype(struct evsel *evsel, u64 sample_type, const char *sample_msg, argument
427 if (attr->sample_type & sample_type)
450 static int evsel__check_stype(struct evsel *evsel, u64 sample_type, const char *sample_msg, argument
453 return evsel__do_check_stype(evsel, sample_type, sample_msg, field, false);
492 !(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) {
504 !(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) {
1598 ((evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) &&
2431 if ((evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) &&
2457 u64 sample_type; local
3659 u64 sample_type = evlist__combined_sample_type(session->evlist); local
[all...]
H A Dbuiltin-inject.c849 perf_event__synthesize_sample(event_sw, evsel->core.attr.sample_type,
1075 attr.sample_type |= PERF_SAMPLE_IDENTIFIER;
1446 ret = perf_event__synthesize_id_sample(array, evsel->core.attr.sample_type, sample);
1704 static int evsel__check_stype(struct evsel *evsel, u64 sample_type, const char *sample_msg) argument
1709 if (!(attr->sample_type & sample_type)) {
/linux-master/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c393 enum cs_etm_sample_type sample_type)
409 packet_queue->packet_buffer[et].sample_type = sample_type;
391 cs_etm_decoder__buffer_packet(struct cs_etm_packet_queue *packet_queue, const u8 trace_chan_id, enum cs_etm_sample_type sample_type) argument
/linux-master/sound/soc/intel/skylake/
H A Dskl-messages.c457 base_cfg->audio_fmt.sample_type = format->sample_type;
481 pin_fmt->sample_type = format->sample_type;
743 out_fmt->sample_type = format->sample_type;
H A Dskl-topology.h101 u8 sample_type; member in struct:skl_audio_data_format
219 u32 sample_type; member in struct:skl_module_fmt
H A Dskl-debug.c63 fmt->interleaving_style, fmt->sample_type,
/linux-master/kernel/trace/
H A Dtrace_event_perf.c71 if (p_event->attr.sample_type & PERF_SAMPLE_STACK_USER)
76 if (!(p_event->attr.sample_type & PERF_SAMPLE_RAW))
/linux-master/arch/powerpc/perf/
H A Dcore-book3s.c606 event->attr.sample_type ||
2273 if (event->attr.sample_type & PERF_SAMPLE_IP)
2296 (event->attr.sample_type & PERF_SAMPLE_IP) &&
2308 if (event->attr.sample_type & PERF_SAMPLE_ADDR_TYPE)
2311 if (event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK) {
2318 if (event->attr.sample_type & PERF_SAMPLE_DATA_SRC &&
2324 if (event->attr.sample_type & PERF_SAMPLE_WEIGHT_TYPE &&
2326 ppmu->get_mem_weight(&data.weight.full, event->attr.sample_type);
/linux-master/samples/bpf/
H A Dtrace_event_user.c262 .sample_type = PERF_SAMPLE_ADDR,
/linux-master/tools/bpf/bpftool/
H A Dmap_perf_ring.c113 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME,
/linux-master/tools/perf/arch/powerpc/util/
H A Dperf_regs.c194 .sample_type = PERF_SAMPLE_REGS_INTR,
/linux-master/tools/perf/arch/x86/util/
H A Dperf_regs.c289 .sample_type = PERF_SAMPLE_REGS_INTR,
/linux-master/kernel/bpf/
H A Dstackmap.c341 if (!(event->attr.sample_type & PERF_SAMPLE_CALLCHAIN))
518 if (!(event->attr.sample_type & PERF_SAMPLE_CALLCHAIN))

Completed in 508 milliseconds

12345