Home
last modified time | relevance | path

Searched refs:pebs (Results 1 – 5 of 5) sorted by relevance

/arch/x86/events/intel/
Dds.c343 if (!x86_pmu.pebs) in alloc_pebs_buffer()
378 if (!x86_pmu.pebs) in release_pebs_buffer()
453 if (!x86_pmu.bts && !x86_pmu.pebs) in release_ds_buffers()
482 if (!x86_pmu.bts && !x86_pmu.pebs) in reserve_ds_buffers()
488 if (!x86_pmu.pebs) in reserve_ds_buffers()
524 if (x86_pmu.pebs && !pebs_err) in reserve_ds_buffers()
1355 struct pebs_record_skl *pebs = __pebs; in setup_pebs_fixed_sample_data() local
1359 if (pebs == NULL) in setup_pebs_fixed_sample_data()
1373 data->weight = pebs->lat; in setup_pebs_fixed_sample_data()
1379 data->data_src.val = get_data_src(event, pebs->dse); in setup_pebs_fixed_sample_data()
[all …]
Dp4.c36 #define P4_GEN_PEBS_BIND(name, pebs, vert) \ argument
38 .metric_pebs = pebs | P4_PEBS_ENABLE_UOP_TAG, \
Dcore.c3716 if (x86_pmu.pebs && x86_pmu.pebs_no_isolation) { in intel_guest_get_msrs()
4393 x86_pmu.pebs = 0; in intel_clovertown_quirk()
4856 return x86_pmu.pebs ? attr->mode : 0; in pebs_is_visible()
/arch/x86/events/
Dcore.c1488 u64 pebs, debugctl; in perf_event_print_debug() local
1513 rdmsrl(MSR_IA32_PEBS_ENABLE, pebs); in perf_event_print_debug()
1514 pr_info("CPU#%d: pebs: %016llx\n", cpu, pebs); in perf_event_print_debug()
Dperf_event.h724 pebs :1, member