Home
last modified time | relevance | path

Searched refs:success (Results 1 – 25 of 32) sorted by relevance

12

/tools/testing/selftests/bpf/prog_tests/
Dobj_name.c8 int success; in test_obj_name() member
40 CHECK((tests[i].success && fd < 0) || in test_obj_name()
41 (!tests[i].success && fd != -1) || in test_obj_name()
42 (!tests[i].success && errno != tests[i].expected_errno), in test_obj_name()
45 fd, tests[i].success, errno, tests[i].expected_errno); in test_obj_name()
61 CHECK((tests[i].success && fd < 0) || in test_obj_name()
62 (!tests[i].success && fd != -1) || in test_obj_name()
63 (!tests[i].success && errno != tests[i].expected_errno), in test_obj_name()
66 fd, tests[i].success, errno, tests[i].expected_errno); in test_obj_name()
/tools/testing/selftests/powerpc/tm/
Dtm-trap.c59 bool success; variable
219 : : : : failure, success); in ping()
222 success = false; in ping()
225 success: in ping()
226 success = true; in ping()
319 if (success) { in tm_trap_test()
Dtm-vmx-unavail.c64 : success, value_match, value_mismatch in worker()
84 success: in worker()
/tools/testing/selftests/powerpc/scripts/
Dhmi.sh80 echo "Processed $expected_hmis events; presumed success. Check dmesg."
/tools/testing/selftests/safesetid/
Dsafesetid-test.c177 bool success; in test_userns() local
197 success = write_file(map_file_name, "0 0 1", uid); in test_userns()
198 return success == expect_success; in test_userns()
/tools/perf/scripts/python/
Dsched-migration.py355 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument
356 if success == 0:
432 common_callchain, comm, pid, prio, success, argument
436 parser.wake_up(headers, comm, pid, success, target_cpu, 1)
440 common_callchain, comm, pid, prio, success, argument
444 parser.wake_up(headers, comm, pid, success, target_cpu, 0)
/tools/perf/scripts/perl/
Dwakeup-latency.pl55 $comm, $pid, $prio, $success, $target_cpu) = @_;
/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh100 echo $FUNCNAME $memory: unexpected success >&2
128 echo $FUNCNAME $memory: unexpected success >&2
/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh117 echo $FUNCNAME $cpu: unexpected success >&2
143 echo $FUNCNAME $cpu: unexpected success >&2
/tools/lib/traceevent/Documentation/
Dlibtraceevent-func_apis.txt33 function, which has to be resolved. In case of success, it should return
81 The _tep_set_function_resolver()_ function returns 0 in case of success, or -1
90 The _tep_register_function()_ function returns 0 in case of success. In case of
93 The _tep_register_print_string()_ function returns 0 in case of success. In case
Dlibtraceevent-field_read.txt26 The _tep_read_number_field()_ function retunrs 0 in case of success, or -1 in
Dlibtraceevent-reg_print_func.txt56 The _tep_register_print_function()_ function returns 0 in case of success.
59 The _tep_unregister_print_function()_ returns 0 in case of success, or -1 in
Dlibtraceevent-parse_head.txt31 The _tep_parse_header_page()_ function returns 0 in case of success, or -1
Dlibtraceevent-fields.txt31 an array of pointers to tep_format_field structures in case of success, or
Dlibtraceevent-parse_event.txt34 Both _tep_parse_event()_ and _tep_parse_format()_ functions return 0 on success,
Dlibtraceevent-commands.txt64 _tep_register_comm()_ function returns 0 on success. In case of an error -1 is
69 _tep_override_comm()_ function returns 0 on success. In case of an error -1 is
Dlibtraceevent-field_get_val.txt47 _tep_get_field_val()_ functions return 0 on success, or -1 in case of an error.
/tools/testing/selftests/bpf/progs/
Dpyperf.h35 uint32_t success; member
244 stats->success++; in __on_event()
/tools/testing/selftests/rcutorture/bin/
Dparse-console.sh98 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version…
/tools/testing/selftests/tc-testing/
DTdcResults.py8 success = 1 variable in ResultState
/tools/testing/selftests/tc-testing/plugin-lib/
DvalgrindPlugin.py151 res.set_result(ResultState.success)
/tools/testing/ktest/
Dktest.pl2632 sub success { subroutine
3096 success $i;
3363 success $i;
3496 success $i;
4011 success $i;
4045 success $i;
4432 success $i;
4452 success $i;
/tools/testing/selftests/futex/
DREADME32 o Tests return 0 for success and < 0 for failure.
/tools/include/uapi/linux/
Dpkt_cls.h189 __u32 success; member
/tools/perf/Documentation/
Dperf-script-perl.txt70 field:int success;
81 $comm, $pid, $prio, $success, $target_cpu) = @_;

12