Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_ADDR_TYPE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/events/intel/
H A Dds.c1607 #define PERF_SAMPLE_ADDR_TYPE (PERF_SAMPLE_ADDR | \ macro
1729 if ((sample_type & PERF_SAMPLE_ADDR_TYPE) && in setup_pebs_fixed_sample_data()
1888 if (sample_type & PERF_SAMPLE_ADDR_TYPE) { in setup_pebs_adaptive_sample_data()
/openbmc/linux/arch/powerpc/perf/
H A Dcore-book3s.c2229 #define PERF_SAMPLE_ADDR_TYPE (PERF_SAMPLE_ADDR | \ macro
2308 if (event->attr.sample_type & PERF_SAMPLE_ADDR_TYPE) in record_and_restart()