Home
last modified time | relevance | path

Searched refs:handled (Results 1 – 10 of 10) sorted by relevance

/tools/perf/
Dperf.c172 int handled = 0; in handle_options() local
287 handled++; in handle_options()
289 return handled; in handle_options()
/tools/perf/Documentation/
Dperf-kvm.txt61 handled time, samples, and so on.
Dperf-top.txt289 Find out where broadcast packets are handled
Dperf-trace.txt262 time it took for fault to be handled!
Dperf-intel-pt.txt639 a) the interrupt may not be handled in time so that the current buffer
/tools/testing/selftests/tc-testing/
DREADME32 handled in a future version - the current workaround is to run the tests
/tools/memory-model/Documentation/
Dsimple.txt65 updates that accumulated during one grace period are handled by the
Dlitmus-tests.txt559 The case where xchg_acquire() fails to acquire the lock is handled by
/tools/perf/util/
Dparse-events.c1702 goto handled; in parse_events__set_leader_for_uncore_aliase()
1734 handled: in parse_events__set_leader_for_uncore_aliase()
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c3460 static int handled = -1; variable
3464 if (write(handled, "c", 1) != 1) in signal_handler()
3493 handled = sk_pair[1]; in TEST()