Searched refs:sample_type (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflacdsp_template.c27 #undef sample_type macro
32 # define sample_type int32_t macro
34 # define sample_type int16_t macro
39 # define sample sample_type *
44 # define sample sample_type
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-record.c246 attr->sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID;
249 attr->sample_type |= PERF_SAMPLE_ID;
258 attr->sample_type |= PERF_SAMPLE_PERIOD;
273 attr->sample_type |= PERF_SAMPLE_ADDR;
278 attr->sample_type |= PERF_SAMPLE_CALLCHAIN;
281 attr->sample_type |= PERF_SAMPLE_CPU;
284 attr->sample_type |= PERF_SAMPLE_TIME;
285 attr->sample_type |= PERF_SAMPLE_RAW;
286 attr->sample_type |= PERF_SAMPLE_CPU;
H A Dbuiltin-trace.c77 event__parse_sample(event, session->sample_type, &data);
89 if (session->sample_type & PERF_SAMPLE_RAW) {
H A Dbuiltin-timechart.c480 event__parse_sample(event, session->sample_type, &data);
482 if (session->sample_type & PERF_SAMPLE_TIME) {
490 if (session->sample_type & PERF_SAMPLE_RAW && data.raw_size > 0) {
H A Dbuiltin-report.c202 if (!(self->sample_type & PERF_SAMPLE_CALLCHAIN)) {
H A Dbuiltin-kmem.c317 event__parse_sample(event, session->sample_type, &data);
H A Dbuiltin-top.c1199 attr->sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID;
1202 attr->sample_type |= PERF_SAMPLE_PERIOD;
H A Dbuiltin-sched.c1605 if (!(session->sample_type & PERF_SAMPLE_RAW))
1613 event__parse_sample(event, session->sample_type, &data);
H A Dbuiltin-lock.c838 event__parse_sample(self, s->sample_type, &data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cpufreq/
H A Dcpufreq_ondemand.c86 unsigned int sample_type:1; member in struct:cpu_dbs_info_s
607 int sample_type = dbs_info->sample_type; local
618 dbs_info->sample_type = DBS_NORMAL_SAMPLE;
620 sample_type == DBS_NORMAL_SAMPLE) {
624 dbs_info->sample_type = DBS_SUB_SAMPLE;
643 dbs_info->sample_type = DBS_NORMAL_SAMPLE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsession.h35 u64 sample_type; member in struct:perf_session
H A Dsession.c70 self->sample_type = perf_header__sample_type(&self->header);
347 self->attr.attr.sample_type = bswap_64(self->attr.attr.sample_type);
579 event__parse_sample(event, s->sample_type, &data);
879 if (!(self->sample_type & PERF_SAMPLE_RAW)) {
H A Dparse-events.c439 attr->sample_type |= PERF_SAMPLE_RAW;
440 attr->sample_type |= PERF_SAMPLE_TIME;
441 attr->sample_type |= PERF_SAMPLE_CPU;
H A Devent.c670 event__parse_sample(self, session->sample_type, data);
676 if (session->sample_type & PERF_SAMPLE_CALLCHAIN) {
H A Dheader.c927 type = attr->attr.sample_type;
928 else if (type != attr->attr.sample_type)
929 die("non matching sample_type");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dperf_event.c3304 u64 sample_type = data->type; local
3308 if (sample_type & PERF_SAMPLE_IP)
3311 if (sample_type & PERF_SAMPLE_TID)
3314 if (sample_type & PERF_SAMPLE_TIME)
3317 if (sample_type & PERF_SAMPLE_ADDR)
3320 if (sample_type & PERF_SAMPLE_ID)
3323 if (sample_type & PERF_SAMPLE_STREAM_ID)
3326 if (sample_type & PERF_SAMPLE_CPU)
3329 if (sample_type & PERF_SAMPLE_PERIOD)
3332 if (sample_type
3374 u64 sample_type = event->attr.sample_type; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/mixart/
H A Dmixart.c517 stream_param.sample_type = ST_INTEGER_8;
521 stream_param.sample_type = ST_INTEGER_16LE;
525 stream_param.sample_type = ST_INTEGER_16BE;
529 stream_param.sample_type = ST_INTEGER_24LE;
533 stream_param.sample_type = ST_INTEGER_24BE;
537 stream_param.sample_type = ST_FLOATING_POINT_32LE;
541 stream_param.sample_type = ST_FLOATING_POINT_32BE;
549 snd_printdd("set SNDRV_PCM_FORMAT sample_type(%d) sample_size(%d) freq(%d) channels(%d)\n",
550 stream_param.sample_type, stream_param.sample_size, stream_param.sampling_freq, stream->channels);
H A Dmixart_core.h369 u32 sample_type; /* use enum mixart_sample_type */ member in struct:mixart_stream_param_desc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/
H A Davxsynth_c.h166 int sample_type; member in struct:AVS_VideoInfo
247 switch (p->sample_type) {
275 { return p->sample_type;}
H A Davisynth_c.h210 int sample_type; member in struct:AVS_VideoInfo
303 switch (p->sample_type) {
331 { return p->sample_type;}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davisynth.c299 switch (avs->vi->sample_type) {
317 "unknown AviSynth sample type %d\n", avs->vi->sample_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dperf_event.h113 * Bits that can be set in attr.sample_type to request information
188 __u64 sample_type; member in struct:perf_event_attr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dperf_event.c1177 if (event->attr.sample_type & PERF_SAMPLE_ADDR)

Completed in 388 milliseconds