Searched refs:success (Results 1 – 9 of 9) sorted by relevance
/tools/perf/scripts/python/ |
D | sched-migration.py | 353 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument 354 if success == 0: 430 comm, pid, prio, success, argument 434 parser.wake_up(headers, comm, pid, success, target_cpu, 1) 438 comm, pid, prio, success, argument 442 parser.wake_up(headers, comm, pid, success, target_cpu, 0)
|
/tools/testing/selftests/cpu-hotplug/ |
D | on-off-test.sh | 87 echo $FUNCNAME $cpu: unexpected success >&2 109 echo $FUNCNAME $cpu: unexpected success >&2
|
/tools/testing/selftests/memory-hotplug/ |
D | on-off-test.sh | 88 echo $FUNCNAME $memory: unexpected success >&2 110 echo $FUNCNAME $memory: unexpected success >&2
|
/tools/perf/scripts/perl/ |
D | wakeup-latency.pl | 55 $comm, $pid, $prio, $success, $target_cpu) = @_;
|
/tools/testing/ktest/ |
D | ktest.pl | 2239 sub success { subroutine 2677 success $i; 3095 success $i; 3205 success $i; 3742 success $i; 3776 success $i; 4053 success $i; 4068 success $i;
|
/tools/perf/Documentation/ |
D | perf-script-perl.txt | 70 field:int success; 81 $comm, $pid, $prio, $success, $target_cpu) = @_;
|
D | perf-script-python.txt | 468 field:int success; 477 comm, pid, prio, success, target_cpu):
|
/tools/perf/ |
D | builtin-sched.c | 1009 success = perf_evsel__intval(evsel, sample, "success"); in latency_wakeup_event() local 1016 if (!success) in latency_wakeup_event()
|
D | builtin-timechart.c | 328 int success; member
|