Home
last modified time | relevance | path

Searched refs:config1 (Results 1 – 13 of 13) sorted by relevance

/tools/perf/tests/attr/
Dbase-record37 config1=0
Dbase-stat37 config1=0
Dsystem-wide-dummy46 config1=0
/tools/perf/tests/
Dpmu.c168 if (attr.config1 != 0x8000400000000145) in test__pmu()
Dattr.c136 WRITE_ASS(config1, "llu"); in store_event()
Dparse-events.c124 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/
Dperf_event.h402 __u64 config1; /* extension of config */ member
/tools/perf/util/
Dparse-events.l280 config1 { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CONFIG1); }
Dpmu.c1131 vp = &attr->config1; in pmu_config_term()
Dparse-events.c1078 attr->config1 = term->val.num; in config_term_common()
/tools/perf/Documentation/
Dperf-stat.txt54 - a symbolically formed event like 'pmu/config=M,config1=N,config2=K/'
56 Acceptable values for each of 'config', 'config1' and 'config2'
Dperf-record.txt44 - 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/
Dlibbpf.c9422 attr.config1 = ptr_to_u64(name); /* kprobe_func or uprobe_path */ in perf_event_open_probe()