| /kernel/linux/linux-4.19/tools/perf/tests/ |
| D | parse-events.c | 51 TEST_ASSERT_VAL("wrong number of entries", 1 == evlist->nr_entries); in test__checkevent_tracepoint() 52 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist->nr_groups); in test__checkevent_tracepoint() 53 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->attr.type); in test__checkevent_tracepoint() 54 TEST_ASSERT_VAL("wrong sample_type", in test__checkevent_tracepoint() 56 TEST_ASSERT_VAL("wrong sample_period", 1 == evsel->attr.sample_period); in test__checkevent_tracepoint() 64 TEST_ASSERT_VAL("wrong number of entries", evlist->nr_entries > 1); in test__checkevent_tracepoint_multi() 65 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist->nr_groups); in test__checkevent_tracepoint_multi() 68 TEST_ASSERT_VAL("wrong type", in test__checkevent_tracepoint_multi() 70 TEST_ASSERT_VAL("wrong sample_type", in test__checkevent_tracepoint_multi() 72 TEST_ASSERT_VAL("wrong sample_period", in test__checkevent_tracepoint_multi() [all …]
|
| D | stat.c | 34 TEST_ASSERT_VAL("wrong nr", config->nr == PERF_STAT_CONFIG_TERM__MAX); in process_stat_config_event() 35 TEST_ASSERT_VAL("wrong aggr_mode", HAS(AGGR_MODE, AGGR_CORE)); in process_stat_config_event() 36 TEST_ASSERT_VAL("wrong scale", HAS(SCALE, 1)); in process_stat_config_event() 37 TEST_ASSERT_VAL("wrong interval", HAS(INTERVAL, 1)); in process_stat_config_event() 43 TEST_ASSERT_VAL("wrong aggr_mode", stat_config.aggr_mode == AGGR_CORE); in process_stat_config_event() 44 TEST_ASSERT_VAL("wrong scale", stat_config.scale == 1); in process_stat_config_event() 45 TEST_ASSERT_VAL("wrong interval", stat_config.interval == 1); in process_stat_config_event() 70 TEST_ASSERT_VAL("wrong cpu", st->cpu == 1); in process_stat_event() 71 TEST_ASSERT_VAL("wrong thread", st->thread == 2); in process_stat_event() 72 TEST_ASSERT_VAL("wrong id", st->id == 3); in process_stat_event() [all …]
|
| D | event_update.c | 16 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_unit() 17 TEST_ASSERT_VAL("wrong id", ev->type == PERF_EVENT_UPDATE__UNIT); in process_event_unit() 18 TEST_ASSERT_VAL("wrong unit", !strcmp(ev->data, "KRAVA")); in process_event_unit() 32 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_scale() 33 TEST_ASSERT_VAL("wrong id", ev->type == PERF_EVENT_UPDATE__SCALE); in process_event_scale() 34 TEST_ASSERT_VAL("wrong scale", ev_data->scale == 0.123); in process_event_scale() 51 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_name() 52 TEST_ASSERT_VAL("wrong id", ev->type == PERF_EVENT_UPDATE__NAME); in process_event_name() 53 TEST_ASSERT_VAL("wrong name", !strcmp(ev->data, tmp->name)); in process_event_name() 70 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_cpus() [all …]
|
| D | thread-map.c | 26 TEST_ASSERT_VAL("wrong nr", map->nr == 1); in test__thread_map() 27 TEST_ASSERT_VAL("wrong pid", in test__thread_map() 29 TEST_ASSERT_VAL("wrong comm", in test__thread_map() 32 TEST_ASSERT_VAL("wrong refcnt", in test__thread_map() 42 TEST_ASSERT_VAL("wrong nr", map->nr == 1); in test__thread_map() 43 TEST_ASSERT_VAL("wrong pid", thread_map__pid(map, 0) == -1); in test__thread_map() 44 TEST_ASSERT_VAL("wrong comm", in test__thread_map() 47 TEST_ASSERT_VAL("wrong refcnt", in test__thread_map() 61 TEST_ASSERT_VAL("wrong nr", map->nr == 1); in process_event() 62 TEST_ASSERT_VAL("wrong pid", map->entries[0].pid == (u64) getpid()); in process_event() [all …]
|
| D | cpumap.c | 25 TEST_ASSERT_VAL("wrong type", data->type == PERF_CPU_MAP__MASK); in process_event_mask() 29 TEST_ASSERT_VAL("wrong nr", mask->nr == 1); in process_event_mask() 32 TEST_ASSERT_VAL("wrong cpu", test_bit(i, mask->mask)); in process_event_mask() 36 TEST_ASSERT_VAL("wrong nr", map->nr == 20); in process_event_mask() 39 TEST_ASSERT_VAL("wrong cpu", map->map[i] == i); in process_event_mask() 58 TEST_ASSERT_VAL("wrong type", data->type == PERF_CPU_MAP__CPUS); in process_event_cpus() 62 TEST_ASSERT_VAL("wrong nr", cpus->nr == 2); in process_event_cpus() 63 TEST_ASSERT_VAL("wrong cpu", cpus->cpu[0] == 1); in process_event_cpus() 64 TEST_ASSERT_VAL("wrong cpu", cpus->cpu[1] == 256); in process_event_cpus() 67 TEST_ASSERT_VAL("wrong nr", map->nr == 2); in process_event_cpus() [all …]
|
| D | thread-mg-share.c | 47 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&mg->refcnt), 4); in test__thread_mg_share() 75 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&other_mg->refcnt), 2); in test__thread_mg_share() 81 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&mg->refcnt), 3); in test__thread_mg_share() 84 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&mg->refcnt), 2); in test__thread_mg_share() 87 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&mg->refcnt), 1); in test__thread_mg_share() 93 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&other_mg->refcnt), 1); in test__thread_mg_share()
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| D | parse-events.c | 51 TEST_ASSERT_VAL("wrong number of entries", 1 == evlist->core.nr_entries); in test__checkevent_tracepoint() 52 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist->nr_groups); in test__checkevent_tracepoint() 53 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_tracepoint() 54 TEST_ASSERT_VAL("wrong sample_type", in test__checkevent_tracepoint() 56 TEST_ASSERT_VAL("wrong sample_period", 1 == evsel->core.attr.sample_period); in test__checkevent_tracepoint() 64 TEST_ASSERT_VAL("wrong number of entries", evlist->core.nr_entries > 1); in test__checkevent_tracepoint_multi() 65 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist->nr_groups); in test__checkevent_tracepoint_multi() 68 TEST_ASSERT_VAL("wrong type", in test__checkevent_tracepoint_multi() 70 TEST_ASSERT_VAL("wrong sample_type", in test__checkevent_tracepoint_multi() 72 TEST_ASSERT_VAL("wrong sample_period", in test__checkevent_tracepoint_multi() [all …]
|
| D | stat.c | 35 TEST_ASSERT_VAL("wrong nr", config->nr == PERF_STAT_CONFIG_TERM__MAX); in process_stat_config_event() 36 TEST_ASSERT_VAL("wrong aggr_mode", HAS(AGGR_MODE, AGGR_CORE)); in process_stat_config_event() 37 TEST_ASSERT_VAL("wrong scale", HAS(SCALE, 1)); in process_stat_config_event() 38 TEST_ASSERT_VAL("wrong interval", HAS(INTERVAL, 1)); in process_stat_config_event() 44 TEST_ASSERT_VAL("wrong aggr_mode", stat_config.aggr_mode == AGGR_CORE); in process_stat_config_event() 45 TEST_ASSERT_VAL("wrong scale", stat_config.scale == 1); in process_stat_config_event() 46 TEST_ASSERT_VAL("wrong interval", stat_config.interval == 1); in process_stat_config_event() 71 TEST_ASSERT_VAL("wrong cpu", st->cpu == 1); in process_stat_event() 72 TEST_ASSERT_VAL("wrong thread", st->thread == 2); in process_stat_event() 73 TEST_ASSERT_VAL("wrong id", st->id == 3); in process_stat_event() [all …]
|
| D | event_update.c | 22 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_unit() 23 TEST_ASSERT_VAL("wrong id", ev->type == PERF_EVENT_UPDATE__UNIT); in process_event_unit() 24 TEST_ASSERT_VAL("wrong unit", !strcmp(ev->data, "KRAVA")); in process_event_unit() 38 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_scale() 39 TEST_ASSERT_VAL("wrong id", ev->type == PERF_EVENT_UPDATE__SCALE); in process_event_scale() 40 TEST_ASSERT_VAL("wrong scale", ev_data->scale == 0.123); in process_event_scale() 57 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_name() 58 TEST_ASSERT_VAL("wrong id", ev->type == PERF_EVENT_UPDATE__NAME); in process_event_name() 59 TEST_ASSERT_VAL("wrong name", !strcmp(ev->data, tmp->name)); in process_event_name() 76 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_cpus() [all …]
|
| D | thread-map.c | 35 TEST_ASSERT_VAL("wrong nr", map->nr == 1); in test__thread_map() 36 TEST_ASSERT_VAL("wrong pid", in test__thread_map() 38 TEST_ASSERT_VAL("wrong comm", in test__thread_map() 41 TEST_ASSERT_VAL("wrong refcnt", in test__thread_map() 51 TEST_ASSERT_VAL("wrong nr", map->nr == 1); in test__thread_map() 52 TEST_ASSERT_VAL("wrong pid", perf_thread_map__pid(map, 0) == -1); in test__thread_map() 53 TEST_ASSERT_VAL("wrong comm", in test__thread_map() 56 TEST_ASSERT_VAL("wrong refcnt", in test__thread_map() 70 TEST_ASSERT_VAL("wrong nr", map->nr == 1); in process_event() 71 TEST_ASSERT_VAL("wrong pid", map->entries[0].pid == (u64) getpid()); in process_event() [all …]
|
| D | cpumap.c | 27 TEST_ASSERT_VAL("wrong type", data->type == PERF_CPU_MAP__MASK); in process_event_mask() 31 TEST_ASSERT_VAL("wrong nr", mask->nr == 1); in process_event_mask() 34 TEST_ASSERT_VAL("wrong cpu", test_bit(i, mask->mask)); in process_event_mask() 38 TEST_ASSERT_VAL("wrong nr", map->nr == 20); in process_event_mask() 41 TEST_ASSERT_VAL("wrong cpu", map->map[i] == i); in process_event_mask() 60 TEST_ASSERT_VAL("wrong type", data->type == PERF_CPU_MAP__CPUS); in process_event_cpus() 64 TEST_ASSERT_VAL("wrong nr", cpus->nr == 2); in process_event_cpus() 65 TEST_ASSERT_VAL("wrong cpu", cpus->cpu[0] == 1); in process_event_cpus() 66 TEST_ASSERT_VAL("wrong cpu", cpus->cpu[1] == 256); in process_event_cpus() 69 TEST_ASSERT_VAL("wrong nr", map->nr == 2); in process_event_cpus() [all …]
|
| D | thread-maps-share.c | 46 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&maps->refcnt), 4); in test__thread_maps_share() 74 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&other_maps->refcnt), 2); in test__thread_maps_share() 80 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&maps->refcnt), 3); in test__thread_maps_share() 83 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&maps->refcnt), 2); in test__thread_maps_share() 86 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&maps->refcnt), 1); in test__thread_maps_share() 92 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&other_maps->refcnt), 1); in test__thread_maps_share()
|
| D | maps.c | 25 TEST_ASSERT_VAL("wrong map start", map->start == merged[i].start); in check_maps() 26 TEST_ASSERT_VAL("wrong map end", map->end == merged[i].end); in check_maps() 27 TEST_ASSERT_VAL("wrong map name", !strcmp(map->dso->name, merged[i].name)); in check_maps() 28 TEST_ASSERT_VAL("wrong map refcnt", refcount_read(&map->refcnt) == 1); in check_maps()
|
| D | parse-metric.c | 216 TEST_ASSERT_VAL("IPC failed, wrong ratio", in test_ipc() 235 TEST_ASSERT_VAL("Frontend_Bound_SMT failed, wrong ratio", in test_frontend() 253 TEST_ASSERT_VAL("cache_miss_cycles failed, wrong ratio", in test_cache_miss_cycles() 296 TEST_ASSERT_VAL("DCache_L2_Hits failed, wrong ratio", in test_dcache_l2() 302 TEST_ASSERT_VAL("DCache_L2_Misses failed, wrong ratio", in test_dcache_l2() 340 TEST_ASSERT_VAL("group IPC failed, wrong ratio", in test_metric_group() 343 TEST_ASSERT_VAL("group cache_miss_cycles failed, wrong ratio", in test_metric_group()
|
| /kernel/linux/linux-4.19/tools/testing/selftests/capabilities/ |
| D | validate_cap.c | 31 ksft_exit_fail_msg("wrong argv[%d]\n", i); in bool_arg() 46 ksft_exit_fail_msg("wrong argc\n"); in main() 58 ksft_print_msg("Wrong effective state%s\n", atsec); in main() 63 ksft_print_msg("Wrong permitted state%s\n", atsec); in main() 68 ksft_print_msg("Wrong inheritable state%s\n", atsec); in main() 73 ksft_print_msg("Wrong ambient state%s\n", atsec); in main()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/capabilities/ |
| D | validate_cap.c | 31 ksft_exit_fail_msg("wrong argv[%d]\n", i); in bool_arg() 46 ksft_exit_fail_msg("wrong argc\n"); in main() 58 ksft_print_msg("Wrong effective state%s\n", atsec); in main() 63 ksft_print_msg("Wrong permitted state%s\n", atsec); in main() 68 ksft_print_msg("Wrong inheritable state%s\n", atsec); in main() 73 ksft_print_msg("Wrong ambient state%s\n", atsec); in main()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
| D | tc_flower.sh | 50 check_fail $? "Matched on a wrong filter" 76 check_fail $? "Matched on a wrong filter" 102 check_fail $? "Matched on a wrong filter" 136 check_fail $? "Matched on a wrong filter" 172 check_fail $? "Matched on wrong frag filter (nofrag)" 175 check_fail $? "Matched on wrong firstfrag filter (nofrag)" 193 check_err $? "Matched on wrong nofirstfrag filter (1stfrag)" 196 check_err $? "Match on wrong nofrag filter (1stfrag)" 207 check_err $? "Matched on wrong firstfrag filter (no1stfrag)" 293 check_fail $? "Matched on a wrong filter (0x18)" [all …]
|
| /kernel/linux/linux-4.19/tools/testing/selftests/net/forwarding/ |
| D | tc_flower.sh | 49 check_fail $? "Matched on a wrong filter" 75 check_fail $? "Matched on a wrong filter" 101 check_fail $? "Matched on a wrong filter" 135 check_fail $? "Matched on a wrong filter" 171 check_fail $? "Matched on wrong frag filter (nofrag)" 174 check_fail $? "Matched on wrong firstfrag filter (nofrag)" 192 check_err $? "Matched on wrong nofirstfrag filter (1stfrag)" 195 check_err $? "Match on wrong nofrag filter (1stfrag)" 206 check_err $? "Matched on wrong firstfrag filter (no1stfrag)"
|
| /kernel/linux/linux-5.10/Documentation/driver-api/mei/ |
| D | mei.rst | 106 ENOTTY No such client (i.e. wrong GUID) or connection is not allowed. 107 EINVAL Wrong IOCTL Number 143 ENOTTY No such client (i.e. wrong GUID) or connection is not allowed. 144 EINVAL Wrong IOCTL Number or tag == 0 172 EINVAL Wrong IOCTL Number 197 EINVAL Wrong IOCTL Number
|
| /kernel/linux/linux-5.10/Documentation/process/ |
| D | management-style.rst | 51 Namely that you are in the wrong job, and that **they** should be managing 62 can be made small by just always making sure that if you were wrong (and 63 you **will** be wrong), you can always undo the damage later by 65 **two** inconsequential decisions - the wrong one **and** the right one. 91 wrong is sometimes very hard indeed. 103 might be the wrong thing. You should always reserve the right to change 130 something wrong with both projects, and the reason the people involved 131 couldn't decide was that they were both wrong. You end up coming up 219 Things will go wrong, and people want somebody to blame. Tag, you're it. 252 somebody else puts on airs, it **really** rubs us the wrong way. You may
|
| /kernel/linux/linux-4.19/Documentation/process/ |
| D | management-style.rst | 50 Namely that you are in the wrong job, and that **they** should be managing 61 can be made small by just always making sure that if you were wrong (and 62 you **will** be wrong), you can always undo the damage later by 64 **two** inconsequential decisions - the wrong one **and** the right one. 90 wrong is sometimes very hard indeed. 102 might be the wrong thing. You should always reserve the right to change 129 something wrong with both projects, and the reason the people involved 130 couldn't decide was that they were both wrong. You end up coming up 218 Things will go wrong, and people want somebody to blame. Tag, you're it. 251 somebody else puts on airs, it **really** rubs us the wrong way. You may
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | attach_probe.c | 87 "wrong kprobe res: %d\n", skel->bss->kprobe_res)) in test_attach_probe() 90 "wrong kretprobe res: %d\n", skel->bss->kretprobe_res)) in test_attach_probe() 97 "wrong uprobe res: %d\n", skel->bss->uprobe_res)) in test_attach_probe() 100 "wrong uretprobe res: %d\n", skel->bss->uretprobe_res)) in test_attach_probe()
|
| /kernel/linux/linux-4.19/tools/testing/selftests/x86/ |
| D | test_FISTTP.c | 41 printf("[BAD]\tfisttp 1: wrong exception state\n"); in test() 61 printf("[BAD]\tfisttp pi: wrong exception state\n"); in test() 84 printf("[BAD]\tfisttp -pi: wrong exception state\n"); in test() 105 printf("[BAD]\tfisttp ln2: wrong exception state\n"); in test()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
| D | test_FISTTP.c | 41 printf("[BAD]\tfisttp 1: wrong exception state\n"); in test() 61 printf("[BAD]\tfisttp pi: wrong exception state\n"); in test() 84 printf("[BAD]\tfisttp -pi: wrong exception state\n"); in test() 105 printf("[BAD]\tfisttp ln2: wrong exception state\n"); in test()
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | xfrm_proc.txt | 25 i.e. Either inbound SPI, address, or IPsec protocol at SA is wrong 28 e.g. SA key is wrong 43 e.g. Inbound SAs are correct but SP rule is wrong
|