Home
last modified time | relevance | path

Searched refs:sample_type (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c1028 u64 sample_type; in setup_pebs_sample_data() local
1035 sample_type = event->attr.sample_type; in setup_pebs_sample_data()
1036 dsrc = sample_type & PERF_SAMPLE_DATA_SRC; in setup_pebs_sample_data()
1048 if (fll && (sample_type & PERF_SAMPLE_WEIGHT)) in setup_pebs_sample_data()
1081 if (sample_type & PERF_SAMPLE_REGS_INTR) { in setup_pebs_sample_data()
1112 if ((sample_type & PERF_SAMPLE_ADDR) && in setup_pebs_sample_data()
1118 if ((sample_type & PERF_SAMPLE_WEIGHT) && !fll) in setup_pebs_sample_data()
1121 if (sample_type & PERF_SAMPLE_TRANSACTION) in setup_pebs_sample_data()
Dperf_event_amd_ibs.c555 if (event->attr.sample_type & PERF_SAMPLE_RAW) in perf_ibs_handle_irq()
568 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in perf_ibs_handle_irq()
593 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in perf_ibs_handle_irq()
Dperf_event_intel.c2519 if (!(event->attr.sample_type & in intel_pmu_hw_config()
/arch/powerpc/perf/
Dcore-book3s.c542 event->attr.sample_type || in ebb_event_check()
2017 if (event->attr.sample_type & PERF_SAMPLE_IP) in record_and_restart()
2040 (event->attr.sample_type & PERF_SAMPLE_IP) && in record_and_restart()
2052 if (event->attr.sample_type & PERF_SAMPLE_ADDR) in record_and_restart()
2055 if (event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK) { in record_and_restart()