| /Linux-v6.1/tools/perf/tests/ |
| D | parse-events.c | 53 TEST_ASSERT_VAL("wrong number of entries", 1 == evlist->core.nr_entries); in test__checkevent_tracepoint() 54 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist->core.nr_groups); in test__checkevent_tracepoint() 55 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_tracepoint() 56 TEST_ASSERT_VAL("wrong sample_type", in test__checkevent_tracepoint() 58 TEST_ASSERT_VAL("wrong sample_period", 1 == evsel->core.attr.sample_period); in test__checkevent_tracepoint() 66 TEST_ASSERT_VAL("wrong number of entries", evlist->core.nr_entries > 1); in test__checkevent_tracepoint_multi() 67 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist->core.nr_groups); in test__checkevent_tracepoint_multi() 70 TEST_ASSERT_VAL("wrong type", in test__checkevent_tracepoint_multi() 72 TEST_ASSERT_VAL("wrong sample_type", in test__checkevent_tracepoint_multi() 74 TEST_ASSERT_VAL("wrong sample_period", in test__checkevent_tracepoint_multi() [all …]
|
| D | cpumap.c | 26 TEST_ASSERT_VAL("wrong type", data->type == PERF_CPU_MAP__MASK); in process_event_mask() 30 TEST_ASSERT_VAL("wrong long_size", long_size == 4 || long_size == 8); in process_event_mask() 32 TEST_ASSERT_VAL("wrong nr", data->mask32_data.nr == 1); in process_event_mask() 34 TEST_ASSERT_VAL("wrong cpu", perf_record_cpu_map_data__test_bit(0, data)); in process_event_mask() 35 TEST_ASSERT_VAL("wrong cpu", !perf_record_cpu_map_data__test_bit(1, data)); in process_event_mask() 37 TEST_ASSERT_VAL("wrong cpu", perf_record_cpu_map_data__test_bit(i, data)); in process_event_mask() 40 TEST_ASSERT_VAL("wrong nr", perf_cpu_map__nr(map) == 20); in process_event_mask() 42 TEST_ASSERT_VAL("wrong cpu", perf_cpu_map__cpu(map, 0).cpu == 0); in process_event_mask() 44 TEST_ASSERT_VAL("wrong cpu", perf_cpu_map__cpu(map, i - 1).cpu == i); in process_event_mask() 61 TEST_ASSERT_VAL("wrong type", data->type == PERF_CPU_MAP__CPUS); in process_event_cpus() [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() 72 TEST_ASSERT_VAL("wrong cpu", st->cpu == 1); in process_stat_event() 73 TEST_ASSERT_VAL("wrong thread", st->thread == 2); in process_stat_event() 74 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->unit, "KRAVA")); in process_event_unit() 35 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_scale() 36 TEST_ASSERT_VAL("wrong id", ev->type == PERF_EVENT_UPDATE__SCALE); in process_event_scale() 37 TEST_ASSERT_VAL("wrong scale", ev->scale.scale == 0.123); in process_event_scale() 54 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_name() 55 TEST_ASSERT_VAL("wrong id", ev->type == PERF_EVENT_UPDATE__NAME); in process_event_name() 56 TEST_ASSERT_VAL("wrong name", !strcmp(ev->name, tmp->name)); in process_event_name() 70 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 | 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 | parse-metric.c | 153 TEST_ASSERT_VAL("IPC failed, wrong ratio", in test_ipc() 172 TEST_ASSERT_VAL("Frontend_Bound_SMT failed, wrong ratio", in test_frontend() 190 TEST_ASSERT_VAL("cache_miss_cycles failed, wrong ratio", in test_cache_miss_cycles() 233 TEST_ASSERT_VAL("DCache_L2_Hits failed, wrong ratio", in test_dcache_l2() 239 TEST_ASSERT_VAL("DCache_L2_Misses failed, wrong ratio", in test_dcache_l2() 272 TEST_ASSERT_VAL("L1D_Cache_Fill_BW, wrong ratio", in test_memory_bandwidth() 294 TEST_ASSERT_VAL("group IPC failed, wrong ratio", in test_metric_group() 297 TEST_ASSERT_VAL("group cache_miss_cycles failed, wrong ratio", in test_metric_group()
|
| D | bp_signal.c | 234 * the wrong RF EFLAG management in test__bp_signal() 237 * to the wrong RF EFLAG management in test__bp_signal() 274 pr_debug("failed: wrong count for bp1: %lld, expected 1\n", count1); in test__bp_signal() 278 pr_debug("failed: wrong overflow (%d) hit, expected 3\n", overflows); in test__bp_signal() 281 pr_debug("failed: wrong overflow_2 (%d) hit, expected 3\n", overflows_2); in test__bp_signal() 284 pr_debug("failed: wrong count for bp2 (%lld), expected 3\n", count2); in test__bp_signal() 287 pr_debug("failed: wrong count for bp3 (%lld), expected 2\n", count3); in test__bp_signal()
|
| 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 | pe-file-parsing.c | 42 TEST_ASSERT_VAL("Wrong build_id", !memcmp(bid.data, expect_build_id, in run_dir() 47 TEST_ASSERT_VAL("Wrong debuglink", in run_dir() 54 TEST_ASSERT_VAL("Wrong build_id", !memcmp(bid.data, expect_build_id, in run_dir()
|
| /Linux-v6.1/tools/testing/selftests/drivers/net/netdevsim/ |
| D | nexthop.sh | 122 check_err $? "Wrong nexthop occupancy" 126 check_err $? "Wrong nexthop occupancy after delete" 143 check_err $? "Wrong nexthop occupancy" 163 check_err $? "Wrong nexthop occupancy" 167 check_err $? "Wrong nexthop occupancy after delete" 174 check_err $? "Wrong weighted nexthop occupancy" 178 check_err $? "Wrong nexthop occupancy after delete" 198 check_err $? "Wrong nexthop occupancy" 218 check_err $? "Wrong nexthop buckets count" 220 check_err $? "Wrong nexthop buckets count" [all …]
|
| D | psample.sh | 75 check_err $? "Sampled packets reported with wrong group number" 106 check_err $? "Sampled packets reported with wrong in-ifindex" 109 check_err $? "Sampled packets reported with wrong out-ifindex" 115 check_err $? "Sampled packets reported with wrong out-tc"
|
| /Linux-v6.1/tools/testing/selftests/net/forwarding/ |
| D | tc_flower.sh | 53 check_fail $? "Matched on a wrong filter" 79 check_fail $? "Matched on a wrong filter" 105 check_fail $? "Matched on a wrong filter" 139 check_fail $? "Matched on a wrong filter" 175 check_fail $? "Matched on wrong frag filter (nofrag)" 178 check_fail $? "Matched on wrong firstfrag filter (nofrag)" 196 check_err $? "Matched on wrong nofirstfrag filter (1stfrag)" 199 check_err $? "Match on wrong nofrag filter (1stfrag)" 210 check_err $? "Matched on wrong firstfrag filter (no1stfrag)" 296 check_fail $? "Matched on a wrong filter (0x18)" [all …]
|
| D | bridge_vlan_mcast.sh | 136 check_err $? "Wrong default mcast_snooping global option value" 227 check_err $? "Wrong default mcast_querier global vlan option value" 257 check_err $? "Wrong default mcast_igmp_version global vlan option value" 263 check_err $? "Wrong default mcast_mld_version global vlan option value" 301 check_err $? "Wrong default mcast_last_member_count global vlan option value" 308 check_err $? "Wrong default mcast_last_member_interval global vlan option value" 335 check_err $? "Wrong default mcast_startup_query_interval global vlan option value" 342 check_err $? "Wrong default mcast_startup_query_count global vlan option value" 349 check_err $? "Wrong number of tagged IGMPv2 general queries sent" 356 check_err $? "Wrong number of tagged IGMPv2 general queries sent" [all …]
|
| D | bridge_igmp.sh | 160 check_err $? "Wrong *,G entry filter mode" 181 check_err $? "Wrong *,G entry filter mode" 193 check_fail $? "Wrong *,G entry source list, 192.0.2.3 entry still exists" 295 check_err $? "Wrong *,G entry filter mode" 307 check_fail $? "Wrong *,G entry source list, 192.0.2.2 entry still exists" 313 check_fail $? "Wrong *,G entry source list, 192.0.2.21 entry still exists" 441 check_fail $? "Wrong *,G entry source list, 192.0.2.1 entry still exists" 500 check_err $? "Wrong *,G entry filter mode" 507 check_fail $? "Wrong *,G entry source list, 192.0.2.1 entry still exists" 513 check_fail $? "Wrong *,G entry source list, 192.0.2.2 entry still exists"
|
| /Linux-v6.1/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()
|
| /Linux-v6.1/tools/testing/selftests/drivers/net/dsa/ |
| D | bridge_vlan_mcast.sh | 136 check_err $? "Wrong default mcast_snooping global option value" 227 check_err $? "Wrong default mcast_querier global vlan option value" 257 check_err $? "Wrong default mcast_igmp_version global vlan option value" 263 check_err $? "Wrong default mcast_mld_version global vlan option value" 301 check_err $? "Wrong default mcast_last_member_count global vlan option value" 308 check_err $? "Wrong default mcast_last_member_interval global vlan option value" 335 check_err $? "Wrong default mcast_startup_query_interval global vlan option value" 342 check_err $? "Wrong default mcast_startup_query_count global vlan option value" 349 check_err $? "Wrong number of tagged IGMPv2 general queries sent" 356 check_err $? "Wrong number of tagged IGMPv2 general queries sent" [all …]
|
| /Linux-v6.1/tools/perf/tests/shell/ |
| D | daemon.sh | 21 echo "FAILED: wrong name" 26 echo "FAILED: wrong base" 31 echo "FAILED: wrong output" 36 echo "FAILED: wrong lock" 41 echo "FAILED: wrong up" 66 echo "FAILED: wrong name" 71 echo "FAILED: wrong run" 76 echo "FAILED: wrong base" 81 echo "FAILED: wrong output" 86 echo "FAILED: wrong control" [all …]
|
| /Linux-v6.1/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
|
| /Linux-v6.1/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
|
| /Linux-v6.1/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()
|
| /Linux-v6.1/Documentation/networking/ |
| D | xfrm_proc.rst | 33 i.e. Either inbound SPI, address, or IPsec protocol at SA is wrong 37 e.g. SA key is wrong 58 e.g. Inbound SAs are correct but SP rule is wrong
|
| /Linux-v6.1/tools/testing/selftests/ipc/ |
| D | msgque.c | 60 printf("Restored queue has wrong id (%d instead of %d)\n", in restore_queue() 98 printf("Wrong message size: %d (expected %d)\n", ret, in check_and_destroy_queue() 104 printf("Wrong message type\n"); in check_and_destroy_queue() 109 printf("Wrong message content\n"); in check_and_destroy_queue() 117 printf("Wrong message number\n"); in check_and_destroy_queue()
|
| /Linux-v6.1/lib/ |
| D | test_bitops.c | 66 pr_warn("get_count_order wrong for %x\n", in test_bitops_startup() 72 pr_warn("get_count_order_long wrong for %x\n", in test_bitops_startup() 80 pr_warn("get_count_order_long wrong for %lx\n", in test_bitops_startup()
|
| /Linux-v6.1/tools/testing/selftests/damon/ |
| D | debugfs_target_ids.sh | 15 test_write_succ "$file" "abc 2 3" "$orig_content" "the file allows wrong input" 16 test_content "$file" "$orig_content" "" "wrong input written"
|