Searched refs:config1 (Results 1 – 13 of 13) sorted by relevance
/tools/perf/tests/attr/ |
D | base-record | 37 config1=0
|
D | base-stat | 37 config1=0
|
D | system-wide-dummy | 46 config1=0
|
/tools/perf/tests/ |
D | pmu.c | 168 if (attr.config1 != 0x8000400000000145) in test__pmu()
|
D | attr.c | 136 WRITE_ASS(config1, "llu"); in store_event()
|
D | parse-events.c | 124 0 == evsel->core.attr.config1); in test__checkevent_symbolic_name_config() 443 TEST_ASSERT_VAL("wrong config1", 1 == evsel->core.attr.config1); in test__checkevent_pmu() 463 TEST_ASSERT_VAL("wrong config1", 0 == evsel->core.attr.config1); in test__checkevent_list()
|
/tools/include/uapi/linux/ |
D | perf_event.h | 402 __u64 config1; /* extension of config */ member
|
/tools/perf/util/ |
D | parse-events.l | 280 config1 { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CONFIG1); }
|
D | pmu.c | 1131 vp = &attr->config1; in pmu_config_term()
|
D | parse-events.c | 1078 attr->config1 = term->val.num; in config_term_common()
|
/tools/perf/Documentation/ |
D | perf-stat.txt | 54 - a symbolically formed event like 'pmu/config=M,config1=N,config2=K/' 56 Acceptable values for each of 'config', 'config1' and 'config2'
|
D | perf-record.txt | 44 - a symbolically formed event like 'pmu/config=M,config1=N,config3=K/' 47 values for each of 'config', 'config1' and 'config2' are defined by
|
/tools/lib/bpf/ |
D | libbpf.c | 9422 attr.config1 = ptr_to_u64(name); /* kprobe_func or uprobe_path */ in perf_event_open_probe()
|