Searched refs:sample_type (Results 76 - 100 of 103) sorted by relevance

12345

/linux-master/tools/perf/tests/
H A Dparse-events.c92 TEST_ASSERT_VAL("wrong sample_type",
93 PERF_TP_SAMPLE_TYPE == evsel->core.attr.sample_type);
108 TEST_ASSERT_VAL("wrong sample_type",
109 PERF_TP_SAMPLE_TYPE == evsel->core.attr.sample_type);
665 TEST_ASSERT_VAL("wrong sample_type",
666 PERF_TP_SAMPLE_TYPE == evsel->core.attr.sample_type);
721 TEST_ASSERT_VAL("wrong time", !(PERF_SAMPLE_TIME & evsel->core.attr.sample_type));
733 TEST_ASSERT_VAL("wrong time", !(PERF_SAMPLE_TIME & evsel->core.attr.sample_type));
1005 TEST_ASSERT_VAL("wrong sample_type",
1006 evsel->core.attr.sample_type
[all...]
/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 |
/linux-master/tools/perf/bench/
H A Dinject-buildid.c150 event.attr.attr.sample_type = bench_sample_type;
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c404 attr.sample_type = PERF_SAMPLE_RAW;
/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/tools/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/tools/perf/util/
H A Dperf_event_attr_fprintf.c272 PRINT_ATTRf(sample_type, p_sample_type);
H A Devlist.c1242 evlist->combined_sample_type |= evsel->core.attr.sample_type;
1267 u64 sample_type = first->core.attr.sample_type; local
1277 if ((sample_type & PERF_SAMPLE_READ) &&
H A Dcallchain.c1676 void callchain_param_setup(u64 sample_type, const char *arch) argument
1679 if ((sample_type & PERF_SAMPLE_REGS_USER) &&
1680 (sample_type & PERF_SAMPLE_STACK_USER)) {
1683 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK)
H A Ddlfilter.c563 (evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) &&
H A Dstat.c773 attr->sample_type = PERF_SAMPLE_IDENTIFIER;
H A Dpython.c822 .sample_type = PERF_SAMPLE_PERIOD | PERF_SAMPLE_TID,
829 "sample_type",
881 &sample_period, &attr.sample_type,
H A Dmachine.c2984 if (!((evsel->core.attr.sample_type & PERF_SAMPLE_REGS_USER) &&
2985 (evsel->core.attr.sample_type & PERF_SAMPLE_STACK_USER)))
/linux-master/drivers/iio/adc/
H A Dtwl4030-madc.c147 enum sample_type { enum
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrl_val.c78 imc_counters_config[i][j].pe.sample_type = PERF_SAMPLE_IDENTIFIER;
/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/tools/perf/
H A Dbuiltin-c2c.c2850 u64 sample_type = evlist__combined_sample_type(evlist); local
2853 if ((sample_type & PERF_SAMPLE_REGS_USER) &&
2854 (sample_type & PERF_SAMPLE_STACK_USER)) {
2857 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK)
2859 else if (sample_type & PERF_SAMPLE_CALLCHAIN)
H A Dbuiltin-timechart.c582 if (evsel->core.attr.sample_type & PERF_SAMPLE_TIME) {
H A Dbuiltin-record.c1922 evsel->core.attr.sample_type, &sample);
/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);
/linux-master/include/linux/
H A Dperf_event.h1663 return event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK;
/linux-master/sound/soc/intel/skylake/
H A Dskl-topology.c2187 dst_fmt->sample_type = value;
2766 dst_fmt[i].fmt.sample_type = src_fmt[i].sample_type;
/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) &&

Completed in 352 milliseconds

12345