Searched refs:config2 (Results 1 – 20 of 20) sorted by relevance
| /tools/perf/tests/shell/attr/ |
| A D | base-record-spe | 37 config2=*
|
| A D | base-record | 38 config2=0
|
| A D | base-stat | 38 config2=0
|
| A D | test-record-dummy-C0 | 52 config2=0
|
| A D | system-wide-dummy | 49 config2=0
|
| /tools/perf/tests/ |
| A D | pmu.c | 194 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 D | parse-events.c | 211 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 D | hybrid.c | 155 TEST_ASSERT_VAL("wrong config2", 3 == evsel->core.attr.config2); in test__checkevent_pmu()
|
| /tools/perf/arch/arm/util/ |
| A D | cs-etm.c | 270 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 D | perf_event.h | 484 __u64 config2; /* extension of config1 */ member
|
| /tools/perf/util/ |
| A D | parse-events.l | 318 config2 { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CONFIG2); }
|
| A D | pmu.c | 1536 pmu_format_value(bits, term->val.num, &attr->config2, zero); in pmu_config_term() 1584 vp = &attr->config2; in pmu_config_term()
|
| A D | parse-events.c | 246 perf_pmu__warn_invalid_config(pmu, attr->config2, name, in __add_event() 925 attr->config2 = term->val.num; in config_term_common()
|
| A D | evsel.c | 182 WRITE_ASS(config2, "llu"); in store_event()
|
| /tools/testing/selftests/x86/ |
| A D | test_shadow_stack.c | 847 attr.config2 = offset; in test_uretprobe()
|
| /tools/testing/selftests/mm/ |
| A D | merge.c | 489 attr.config2 = 0x0; in TEST_F()
|
| /tools/perf/Documentation/ |
| A D | perf-stat.txt | 56 - a symbolically formed event like 'pmu/config=M,config1=N,config2=K/' 58 Acceptable values for each of 'config', 'config1' and 'config2'
|
| A D | perf-record.txt | 49 values for each of 'config', 'config1' and 'config2' are defined by
|
| /tools/testing/selftests/seccomp/ |
| A D | seccomp_bpf.c | 4999 attr.config2 = offset; in FIXTURE_SETUP()
|
| /tools/lib/bpf/ |
| A D | libbpf.c | 11085 attr.config2 = offset; /* kprobe_addr or probe_offset */ in perf_event_open_probe()
|
Completed in 76 milliseconds