Home
last modified time | relevance | path

Searched refs:config2 (Results 1 – 20 of 20) sorted by relevance

/tools/perf/tests/shell/attr/
A Dbase-record-spe37 config2=*
A Dbase-record38 config2=0
A Dbase-stat38 config2=0
A Dtest-record-dummy-C052 config2=0
A Dsystem-wide-dummy49 config2=0
/tools/perf/tests/
A Dpmu.c194 if (attr.config2 != 0x0400000020041d07) { in test__pmu_format()
195 pr_err("Unexpected config2 value %llx\n", attr.config2); in test__pmu_format()
245 if (attr->config2 != 0x0400000020041d07) { in test__pmu_events()
246 pr_err("Unexpected config2 value %llx\n", attr->config2); in test__pmu_events()
A Dparse-events.c211 TEST_ASSERT_VAL("wrong config2", 1 == evsel->attr.config2); in test__checkevent_symbolic_name_config()
616 TEST_ASSERT_VAL("wrong config2", 3 == evsel->core.attr.config2); in test__checkevent_pmu()
638 TEST_ASSERT_VAL("wrong config2", 0 == evsel->core.attr.config2); in test__checkevent_list()
/tools/perf/arch/x86/tests/
A Dhybrid.c155 TEST_ASSERT_VAL("wrong config2", 3 == evsel->core.attr.config2); in test__checkevent_pmu()
/tools/perf/arch/arm/util/
A Dcs-etm.c270 if (evsel->core.attr.config2 & GENMASK(31, 0)) in cs_etm_set_sink_attr()
294 evsel->core.attr.config2 |= hash; in cs_etm_set_sink_attr()
/tools/include/uapi/linux/
A Dperf_event.h484 __u64 config2; /* extension of config1 */ member
/tools/perf/util/
A Dparse-events.l318 config2 { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CONFIG2); }
A Dpmu.c1536 pmu_format_value(bits, term->val.num, &attr->config2, zero); in pmu_config_term()
1584 vp = &attr->config2; in pmu_config_term()
A Dparse-events.c246 perf_pmu__warn_invalid_config(pmu, attr->config2, name, in __add_event()
925 attr->config2 = term->val.num; in config_term_common()
A Devsel.c182 WRITE_ASS(config2, "llu"); in store_event()
/tools/testing/selftests/x86/
A Dtest_shadow_stack.c847 attr.config2 = offset; in test_uretprobe()
/tools/testing/selftests/mm/
A Dmerge.c489 attr.config2 = 0x0; in TEST_F()
/tools/perf/Documentation/
A Dperf-stat.txt56 - a symbolically formed event like 'pmu/config=M,config1=N,config2=K/'
58 Acceptable values for each of 'config', 'config1' and 'config2'
A Dperf-record.txt49 values for each of 'config', 'config1' and 'config2' are defined by
/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c4999 attr.config2 = offset; in FIXTURE_SETUP()
/tools/lib/bpf/
A Dlibbpf.c11085 attr.config2 = offset; /* kprobe_addr or probe_offset */ in perf_event_open_probe()

Completed in 76 milliseconds