Home
last modified time | relevance | path

Searched refs:exclude_hv (Results 1 – 61 of 61) sorted by relevance

/linux-4.4.14/tools/perf/tests/
Dparse-events.c197 TEST_ASSERT_VAL("wrong exclude_hv", evsel->attr.exclude_hv); in test__checkevent_tracepoint_modifier()
215 TEST_ASSERT_VAL("wrong exclude_hv", evsel->attr.exclude_hv); in test__checkevent_tracepoint_multi_modifier()
228 TEST_ASSERT_VAL("wrong exclude_hv", evsel->attr.exclude_hv); in test__checkevent_raw_modifier()
240 TEST_ASSERT_VAL("wrong exclude_hv", !evsel->attr.exclude_hv); in test__checkevent_numeric_modifier()
252 TEST_ASSERT_VAL("wrong exclude_hv", !evsel->attr.exclude_hv); in test__checkevent_symbolic_name_modifier()
284 TEST_ASSERT_VAL("wrong exclude_hv", evsel->attr.exclude_hv); in test__checkevent_symbolic_alias_modifier()
296 TEST_ASSERT_VAL("wrong exclude_hv", evsel->attr.exclude_hv); in test__checkevent_genhw_modifier()
311 TEST_ASSERT_VAL("wrong exclude_hv", !evsel->attr.exclude_hv); in test__checkevent_exclude_idle_modifier()
326 TEST_ASSERT_VAL("wrong exclude_hv", evsel->attr.exclude_hv); in test__checkevent_exclude_idle_modifier_1()
339 TEST_ASSERT_VAL("wrong exclude_hv", evsel->attr.exclude_hv); in test__checkevent_breakpoint_modifier()
[all …]
Dbp_signal_overflow.c93 pe.exclude_hv = 1; in test__bp_signal_overflow()
Dbp_signal.c80 pe.exclude_hv = 1; in bp_event()
Dattr.c102 WRITE_ASS(exclude_hv, "d"); in store_event()
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
Dper_event_excludes.c47 e->attr.exclude_hv = 1; in per_event_excludes()
60 e->attr.exclude_hv = 1; in per_event_excludes()
Dcount_instructions.c25 e->attr.exclude_hv = 1; in setup_event()
/linux-4.4.14/tools/perf/tests/attr/
Dbase-stat19 exclude_hv=0
Dbase-record19 exclude_hv=0
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
Dno_handler_test.c28 event.attr.exclude_hv = 1; in no_handler_test()
Dcycles_test.c25 event.attr.exclude_hv = 1; in cycles()
Dlost_exception_test.c33 event.attr.exclude_hv = 1; in test_body()
Debb_on_child_test.c69 event.attr.exclude_hv = 1; in ebb_on_child()
Dtask_event_vs_ebb_test.c27 event->attr.exclude_hv = 1; in setup_child_event()
Debb_on_willing_child_test.c77 event.attr.exclude_hv = 1; in ebb_on_willing_child()
Debb_vs_cpu_event_test.c27 event->attr.exclude_hv = 1; in setup_cpu_event()
Dpmae_handling_test.c67 event.attr.exclude_hv = 1; in test_body()
Dpmc56_overflow_test.c59 event.attr.exclude_hv = 1; in pmc56_overflow()
Dcpu_event_vs_ebb_test.c27 event->attr.exclude_hv = 1; in setup_cpu_event()
Dcycles_with_mmcr2_test.c35 event.attr.exclude_hv = 1; in cycles_with_mmcr2()
Dtask_event_pinned_vs_ebb_test.c29 event->attr.exclude_hv = 1; in setup_child_event()
Dcpu_event_pinned_vs_ebb_test.c29 event->attr.exclude_hv = 1; in setup_cpu_event()
Dmulti_ebb_procs_test.c43 event.attr.exclude_hv = 1; in cycles_child()
Dback_to_back_ebbs_test.c72 event.attr.exclude_hv = 1; in back_to_back_ebbs()
Dcycles_with_freeze_test.c65 event.attr.exclude_hv = 1; in cycles_with_freeze()
Dmulti_counter_test.c37 events[i].attr.exclude_hv = 1; in multi_counter()
Dinstruction_count_test.c119 event.attr.exclude_hv = 1; in instruction_count()
Debb.c362 event.attr.exclude_hv = 1; in ebb_child()
/linux-4.4.14/tools/perf/util/
Dpython.c600 exclude_hv = 0, in pyrf_evsel__init() local
621 &exclude_kernel, &exclude_hv, &exclude_idle, in pyrf_evsel__init()
643 attr.exclude_hv = exclude_hv; in pyrf_evsel__init()
Dintel-bts.c796 attr.exclude_hv = evsel->attr.exclude_hv; in intel_bts_synth_events()
Dstat-shadow.c42 if (evsel->attr.exclude_hv) in evsel_context()
Dparse-events.c1091 int eh = evsel ? evsel->attr.exclude_hv : 0; in get_event_modifier()
1214 evsel->attr.exclude_hv = mod.eh; in parse_events__modifier_event()
Devsel.c304 if (attr->exclude_kernel || attr->exclude_user || attr->exclude_hv) { in perf_evsel__add_modifiers()
1250 PRINT_ATTRf(exclude_hv, p_unsigned); in perf_event_attr__fprintf()
Dintel-pt.c1858 attr.exclude_hv = evsel->attr.exclude_hv; in intel_pt_synth_events()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_msr.c124 event->attr.exclude_hv || in msr_event_init()
Dperf_event_intel_cstate.c396 event->attr.exclude_hv || in cstate_pmu_event_init()
Dperf_event_intel_uncore_snb.c280 event->attr.exclude_hv || in snb_uncore_imc_event_init()
Dperf_event_intel_rapl.c371 event->attr.exclude_hv || in rapl_pmu_event_init()
Dperf_event_amd_ibs.c221 .exclude_hv = 1,
Dperf_event_intel_cqm.c1099 event->attr.exclude_hv || in intel_cqm_event_init()
Dperf_event_intel_uncore.c662 event->attr.exclude_hv || event->attr.exclude_idle) in uncore_pmu_event_init()
/linux-4.4.14/arch/powerpc/kernel/
Dhw_breakpoint.c162 if (!(bp->attr.exclude_hv)) in arch_validate_hwbkpt_settings()
/linux-4.4.14/arch/powerpc/perf/
Dcore-book3s.c969 eh = event->attr.exclude_hv; in check_excludes()
973 event->attr.exclude_hv != eh) { in check_excludes()
1281 if (event->attr.exclude_hv) in power_pmu_enable()
1679 || event->attr.exclude_hv in can_go_on_limited_pmc()
1812 event->attr.exclude_hv = 0; in power_pmu_event_init()
Dhv-gpci.c231 event->attr.exclude_hv || in h_gpci_event_init()
Dpower8-pmu.c485 if (pevents[i]->attr.exclude_hv) in power8_compute_mmcr()
Dhv-24x7.c1173 event->attr.exclude_hv || in h_24x7_event_init()
/linux-4.4.14/include/uapi/linux/
Dperf_event.h305 exclude_hv : 1, /* ditto hypervisor */ member
/linux-4.4.14/arch/blackfin/kernel/
Dperf_event.c389 if (attr->exclude_hv || attr->exclude_idle) in bfin_pmu_event_init()
/linux-4.4.14/arch/sparc/kernel/
Dperf_event.c1318 eh = event->attr.exclude_hv; in check_excludes()
1322 event->attr.exclude_hv != eh) { in check_excludes()
1455 if (!attr->exclude_hv) in sparc_pmu_event_init()
/linux-4.4.14/arch/s390/kernel/
Dperf_cpum_cf.c341 attr->exclude_hv) in __hw_perf_event_init()
Dperf_cpum_sf.c838 if (event->attr.exclude_hv) in cpumsf_pmu_event_init()
839 event->attr.exclude_hv = 0; in cpumsf_pmu_event_init()
/linux-4.4.14/arch/arm64/kernel/
Dperf_event.c552 if (!attr->exclude_hv) in armv8pmu_set_event_filter()
/linux-4.4.14/tools/perf/
Ddesign.txt56 exclude_hv : 1, /* ditto hypervisor */
221 The 'exclude_user', 'exclude_kernel' and 'exclude_hv' bits provide a
/linux-4.4.14/arch/alpha/kernel/
Dperf_event.c634 || attr->exclude_hv || attr->exclude_idle) { in __hw_perf_event_init()
/linux-4.4.14/drivers/perf/
Darm_pmu.c388 attr->exclude_kernel || attr->exclude_hv; in event_requires_mode_exclusion()
/linux-4.4.14/arch/tile/kernel/
Dperf_event.c821 if (attr->exclude_hv) in __tile_event_init()
/linux-4.4.14/tools/perf/Documentation/
Dintel-pt.txt203 exclude_hv 1
582 exclude_hv 1
617 exclude_hv 1
/linux-4.4.14/arch/mips/kernel/
Dperf_event_mipsxx.c1311 if (!attr->exclude_hv) in __hw_perf_event_init()
/linux-4.4.14/drivers/bus/
Darm-cci.c1137 event->attr.exclude_hv || in cci_pmu_event_init()
Darm-ccn.c733 event->attr.exclude_kernel || event->attr.exclude_hv || in arm_ccn_pmu_event_init()
/linux-4.4.14/arch/arm/kernel/
Dperf_event_v7.c970 if (!attr->exclude_hv) in armv7pmu_set_event_filter()
/linux-4.4.14/kernel/events/
Dcore.c8080 if (!attr->exclude_hv) in perf_copy_attr()