exclude_hv       1081 arch/arm/kernel/perf_event_v7.c 	if (!attr->exclude_hv)
exclude_hv        846 arch/arm64/kernel/perf_event.c 		if (!attr->exclude_hv && !attr->exclude_host)
exclude_hv       1325 arch/mips/kernel/perf_event_mipsxx.c 	if (!attr->exclude_hv)
exclude_hv        153 arch/powerpc/kernel/hw_breakpoint.c 	if (!attr->exclude_hv)
exclude_hv       1017 arch/powerpc/perf/core-book3s.c 			eh = event->attr.exclude_hv;
exclude_hv       1021 arch/powerpc/perf/core-book3s.c 			   event->attr.exclude_hv != eh) {
exclude_hv       1344 arch/powerpc/perf/core-book3s.c 		if (event->attr.exclude_hv)
exclude_hv       1742 arch/powerpc/perf/core-book3s.c 	    || event->attr.exclude_hv
exclude_hv       1897 arch/powerpc/perf/core-book3s.c 		event->attr.exclude_hv = 0;
exclude_hv        453 arch/powerpc/perf/isa207-common.c 		if (pevents[i]->attr.exclude_hv)
exclude_hv        215 arch/s390/kernel/perf_cpum_cf.c 		    attr->exclude_hv)
exclude_hv        260 arch/s390/kernel/perf_cpum_cf_diag.c 	if (attr->exclude_kernel || attr->exclude_user || attr->exclude_hv ||
exclude_hv        922 arch/s390/kernel/perf_cpum_sf.c 	if (event->attr.exclude_hv)
exclude_hv        923 arch/s390/kernel/perf_cpum_sf.c 		event->attr.exclude_hv = 0;
exclude_hv       1333 arch/sparc/kernel/perf_event.c 			eh = event->attr.exclude_hv;
exclude_hv       1337 arch/sparc/kernel/perf_event.c 			   event->attr.exclude_hv != eh) {
exclude_hv       1470 arch/sparc/kernel/perf_event.c 	if (!attr->exclude_hv)
exclude_hv       1047 include/linux/perf_event.h 	       attr->exclude_kernel || attr->exclude_hv ||
exclude_hv        341 include/uapi/linux/perf_event.h 				exclude_hv     :  1, /* ditto hypervisor      */
exclude_hv       10698 kernel/events/core.c 			if (!attr->exclude_hv)
exclude_hv        341 tools/include/uapi/linux/perf_event.h 				exclude_hv     :  1, /* ditto hypervisor      */
exclude_hv        112 tools/perf/tests/attr.c 	WRITE_ASS(exclude_hv,     "d");
exclude_hv         50 tools/perf/tests/bp_account.c 	attr->exclude_hv = 1;
exclude_hv        119 tools/perf/tests/bp_signal.c 	pe.exclude_hv = 1;
exclude_hv         94 tools/perf/tests/bp_signal_overflow.c 	pe.exclude_hv = 1;
exclude_hv        229 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        247 tools/perf/tests/parse-events.c 		TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        260 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        272 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv        284 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv        316 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        328 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        343 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv        358 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        371 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        385 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        399 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv        413 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        427 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        467 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv        478 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        487 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv        557 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        575 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        587 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        651 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        667 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        693 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        709 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        724 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        749 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv        767 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        784 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv        801 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv        816 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        840 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        858 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv        884 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv        901 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv        916 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv        933 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv        947 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv        970 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv        986 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv       1010 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv       1026 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv       1050 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv       1066 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv       1090 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv       1106 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv       1129 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv       1144 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv       1158 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", !evsel->core.attr.exclude_hv);
exclude_hv       1182 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv       1197 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv       1214 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv       1289 tools/perf/tests/parse-events.c 	TEST_ASSERT_VAL("wrong exclude_hv", evsel->core.attr.exclude_hv);
exclude_hv         48 tools/perf/tests/wp.c 	attr->exclude_hv     = 1;
exclude_hv       1294 tools/perf/util/cs-etm.c 	attr.exclude_hv = evsel->core.attr.exclude_hv;
exclude_hv        408 tools/perf/util/evsel.c 	if (attr->exclude_kernel || attr->exclude_user || attr->exclude_hv) {
exclude_hv       2375 tools/perf/util/evsel.c 		evsel->core.attr.exclude_hv     = 1;
exclude_hv        792 tools/perf/util/intel-bts.c 	attr.exclude_hv = evsel->core.attr.exclude_hv;
exclude_hv       2773 tools/perf/util/intel-pt.c 	attr.exclude_hv = evsel->core.attr.exclude_hv;
exclude_hv       1612 tools/perf/util/parse-events.c 	int eh = evsel ? evsel->core.attr.exclude_hv : 0;
exclude_hv       1739 tools/perf/util/parse-events.c 		evsel->core.attr.exclude_hv     = mod.eh;
exclude_hv        109 tools/perf/util/perf_event_attr_fprintf.c 	PRINT_ATTRf(exclude_hv, p_unsigned);
exclude_hv        738 tools/perf/util/python.c 	    exclude_hv = 0,
exclude_hv        759 tools/perf/util/python.c 					 &exclude_kernel, &exclude_hv, &exclude_idle,
exclude_hv        781 tools/perf/util/python.c 	attr.exclude_hv	    = exclude_hv;
exclude_hv        157 tools/perf/util/stat-shadow.c 	if (evsel->core.attr.exclude_hv)
exclude_hv         25 tools/testing/selftests/powerpc/pmu/count_instructions.c 	e->attr.exclude_hv = 1;
exclude_hv         72 tools/testing/selftests/powerpc/pmu/ebb/back_to_back_ebbs_test.c 	event.attr.exclude_hv = 1;
exclude_hv         29 tools/testing/selftests/powerpc/pmu/ebb/cpu_event_pinned_vs_ebb_test.c 	event->attr.exclude_hv = 1;
exclude_hv         27 tools/testing/selftests/powerpc/pmu/ebb/cpu_event_vs_ebb_test.c 	event->attr.exclude_hv = 1;
exclude_hv         25 tools/testing/selftests/powerpc/pmu/ebb/cycles_test.c 	event.attr.exclude_hv = 1;
exclude_hv         65 tools/testing/selftests/powerpc/pmu/ebb/cycles_with_freeze_test.c 	event.attr.exclude_hv = 1;
exclude_hv         35 tools/testing/selftests/powerpc/pmu/ebb/cycles_with_mmcr2_test.c 	event.attr.exclude_hv = 1;
exclude_hv        360 tools/testing/selftests/powerpc/pmu/ebb/ebb.c 	event.attr.exclude_hv = 1;
exclude_hv         69 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_child_test.c 	event.attr.exclude_hv = 1;
exclude_hv         77 tools/testing/selftests/powerpc/pmu/ebb/ebb_on_willing_child_test.c 	event.attr.exclude_hv = 1;
exclude_hv         27 tools/testing/selftests/powerpc/pmu/ebb/ebb_vs_cpu_event_test.c 	event->attr.exclude_hv = 1;
exclude_hv        119 tools/testing/selftests/powerpc/pmu/ebb/instruction_count_test.c 	event.attr.exclude_hv = 1;
exclude_hv         33 tools/testing/selftests/powerpc/pmu/ebb/lost_exception_test.c 	event.attr.exclude_hv = 1;
exclude_hv         37 tools/testing/selftests/powerpc/pmu/ebb/multi_counter_test.c 		events[i].attr.exclude_hv = 1;
exclude_hv         43 tools/testing/selftests/powerpc/pmu/ebb/multi_ebb_procs_test.c 	event.attr.exclude_hv = 1;
exclude_hv         28 tools/testing/selftests/powerpc/pmu/ebb/no_handler_test.c 	event.attr.exclude_hv = 1;
exclude_hv         67 tools/testing/selftests/powerpc/pmu/ebb/pmae_handling_test.c 	event.attr.exclude_hv = 1;
exclude_hv         59 tools/testing/selftests/powerpc/pmu/ebb/pmc56_overflow_test.c 	event.attr.exclude_hv = 1;
exclude_hv         29 tools/testing/selftests/powerpc/pmu/ebb/task_event_pinned_vs_ebb_test.c 	event->attr.exclude_hv = 1;
exclude_hv         27 tools/testing/selftests/powerpc/pmu/ebb/task_event_vs_ebb_test.c 	event->attr.exclude_hv = 1;
exclude_hv         47 tools/testing/selftests/powerpc/pmu/per_event_excludes.c 	e->attr.exclude_hv = 1;
exclude_hv         60 tools/testing/selftests/powerpc/pmu/per_event_excludes.c 	e->attr.exclude_hv = 1;
exclude_hv        193 tools/testing/selftests/powerpc/utils.c 	event_attr->exclude_hv = 1;
exclude_hv        598 virt/kvm/arm/pmu.c 	attr.exclude_hv = 1; /* Don't count EL2 events */