Searched refs:sample_type (Results 1 - 25 of 103) sorted by path

12345

/linux-master/drivers/cpufreq/
H A Dcpufreq_ondemand.h16 unsigned int sample_type:1; member in struct:od_policy_dbs_info
H A Dcpufreq_ondemand.c176 int sample_type = dbs_info->sample_type; local
179 dbs_info->sample_type = OD_NORMAL_SAMPLE;
184 if (sample_type == OD_SUB_SAMPLE && policy_dbs->sample_delay_ns > 0) {
194 dbs_info->sample_type = OD_SUB_SAMPLE;
394 dbs_info->sample_type = OD_NORMAL_SAMPLE;
/linux-master/sound/soc/intel/skylake/
H A Dskl-ssp-clk.h76 u32 sample_type : 8; member in struct:skl_dmactrl_sclkfs_cfg
/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/arch/s390/kernel/
H A Dperf_cpum_cf.c969 if (event->attr.sample_type & PERF_SAMPLE_CPU)
971 if (event->attr.sample_type & PERF_SAMPLE_RAW) {
1802 !(attr->sample_type & (PERF_SAMPLE_CPU | PERF_SAMPLE_RAW))) {
H A Dperf_cpum_sf.c916 if (event->attr.sample_type & PERF_SAMPLE_TID)
925 u64 sample_type = event->attr.sample_type; local
927 return sample_type & (PERF_SAMPLE_CALLCHAIN | PERF_SAMPLE_REGS_USER |
H A Dperf_pai_crypto.c302 a->sample_type |= PERF_SAMPLE_RAW;
432 if (event->attr.sample_type & PERF_SAMPLE_TID) {
436 if (event->attr.sample_type & PERF_SAMPLE_TIME)
438 if (event->attr.sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER))
440 if (event->attr.sample_type & PERF_SAMPLE_CPU) {
444 if (event->attr.sample_type & PERF_SAMPLE_RAW) {
H A Dperf_pai_ext.c278 a->sample_type |= PERF_SAMPLE_RAW;
448 if (event->attr.sample_type & PERF_SAMPLE_TID) {
452 if (event->attr.sample_type & PERF_SAMPLE_TIME)
454 if (event->attr.sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER))
456 if (event->attr.sample_type & PERF_SAMPLE_CPU)
458 if (event->attr.sample_type & PERF_SAMPLE_RAW) {
/linux-master/arch/x86/events/amd/
H A Dibs.c960 static void perf_ibs_parse_ld_st_data(__u64 sample_type, argument
978 if (sample_type & PERF_SAMPLE_DATA_SRC) {
983 if (sample_type & PERF_SAMPLE_WEIGHT_TYPE && op_data3.dc_miss &&
987 if (sample_type & PERF_SAMPLE_WEIGHT_STRUCT) {
990 } else if (sample_type & PERF_SAMPLE_WEIGHT) {
996 if (sample_type & PERF_SAMPLE_ADDR && op_data3.dc_lin_addr_valid) {
1001 if (sample_type & PERF_SAMPLE_PHYS_ADDR && op_data3.dc_phy_addr_valid) {
1007 static int perf_ibs_get_offset_max(struct perf_ibs *perf_ibs, u64 sample_type, argument
1010 if (sample_type & PERF_SAMPLE_RAW ||
1012 (sample_type
[all...]
/linux-master/arch/x86/events/intel/
H A Dcore.c3906 if (!(event->attr.sample_type &
4062 (event->attr.sample_type & PERF_SAMPLE_DATA_SRC) &&
4486 (event->attr.sample_type & PERF_SAMPLE_WEIGHT_TYPE) &&
H A Dds.c1190 u64 sample_type = attr->sample_type; local
1194 if (!(sample_type & ~(PERF_SAMPLE_IP|PERF_SAMPLE_TIME)) &&
1198 if (sample_type & PERF_PEBS_MEMINFO_TYPE)
1207 gprs = (sample_type & PERF_SAMPLE_REGS_INTR) &&
1210 tsx_weight = (sample_type & PERF_SAMPLE_WEIGHT_TYPE) &&
1217 if ((sample_type & PERF_SAMPLE_REGS_INTR) &&
1221 if (sample_type & PERF_SAMPLE_BRANCH_STACK) {
1623 u64 sample_type; local
1629 sample_type
1801 u64 sample_type; local
[all...]
/linux-master/arch/x86/kvm/vmx/
H A Dpmu_intel.c220 * - set 'sample_type = PERF_SAMPLE_BRANCH_STACK' and
231 .sample_type = PERF_SAMPLE_BRANCH_STACK,
/linux-master/drivers/iio/adc/
H A Dtwl4030-madc.c147 enum sample_type { enum
/linux-master/include/linux/
H A Dperf_event.h1663 return event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK;
/linux-master/include/uapi/linux/
H A Dperf_event.h136 * Bits that can be set in attr.sample_type to request information
411 __u64 sample_type; member in struct:perf_event_attr
441 sample_id_all : 1, /* sample_type all events */
842 * have the sample_type selected fields related to where/when
/linux-master/include/uapi/sound/
H A Dskl-tplg-interface.h182 __u32 sample_type; member in struct:skl_dfw_v4_module_fmt
/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))
/linux-master/kernel/events/
H A Dcore.c1847 static void __perf_event_header_size(struct perf_event *event, u64 sample_type) argument
1852 if (sample_type & PERF_SAMPLE_IP)
1855 if (sample_type & PERF_SAMPLE_ADDR)
1858 if (sample_type & PERF_SAMPLE_PERIOD)
1861 if (sample_type & PERF_SAMPLE_WEIGHT_TYPE)
1864 if (sample_type & PERF_SAMPLE_READ)
1867 if (sample_type & PERF_SAMPLE_DATA_SRC)
1870 if (sample_type & PERF_SAMPLE_TRANSACTION)
1873 if (sample_type & PERF_SAMPLE_PHYS_ADDR)
1876 if (sample_type
1903 u64 sample_type = event->attr.sample_type; local
7125 __perf_event_header__init_id(struct perf_sample_data *data, struct perf_event *event, u64 sample_type) argument
7166 u64 sample_type = data->type; local
7314 u64 sample_type = data->type; local
7655 u64 sample_type = event->attr.sample_type; local
[all...]
/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/samples/bpf/
H A Dtrace_event_user.c262 .sample_type = PERF_SAMPLE_ADDR,
H A Dtracex6_user.c108 .sample_type = 0,
117 .sample_type = 0,
126 .sample_type = 0,
136 .sample_type = 0,
148 .sample_type = 0,
161 .sample_type = 0,
/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/sound/soc/intel/avs/
H A Dmessages.h680 u32 sample_type:8; member in struct:avs_audio_format
H A Dtopology.c368 audio_format->sample_type = le32_to_cpu(velem->value);

Completed in 480 milliseconds

12345