Home
last modified time | relevance | path

Searched refs:what (Results 1 – 11 of 11) sorted by relevance

/tools/usb/usbip/
DCOPYING46 want its recipients to know that what they have is not the original, so
77 Whether that is true depends on what the Program does.
226 This section is intended to make thoroughly clear what is believed to
293 <one line to give the program's name and a brief idea of what it does.>
339 library. If this is what you want to do, use the GNU Library General
DREADME81 In another terminal, let's look up what USB devices are physically
DINSTALL120 you can set and what kinds of files go in them.
/tools/power/cpupower/bench/
DREADME-BENCH13 - Possibly Real time priority testing? -> what happens if there are
/tools/perf/
Ddesign.txt71 The 'config' field specifies what the counter should count. It
82 If 'raw_type' is 0, then the 'type' field says what kind of counter
176 has irq_period > 0. The record_type controls what data is recorded on each
/tools/perf/Documentation/
Dexamples.txt120 allocations - to see precisely what kind of page allocations there
Dintel-pt.txt90 a branch sample is synthesized for every single branch. To get an idea what
118 which results in the decoder not knowing what code was executed.
375 interesting happens, we can stop it and grab a snapshot of what was going on
550 have memory limits imposed upon them. That affects what buffer sizes they can
687 are quite important. Users must know if what they are seeing is a complete
Dperf-script-perl.txt108 every event in a trace, which covers 90% of what you need to know to
Dperf-script-python.txt258 that's what works for now).
504 every event in a trace, which covers 90% of what you need to know to
/tools/perf/config/
Dutilities.mak13 # what should replace a newline when escaping
/tools/perf/util/
Dprobe-event.c1048 static int parse_line_num(char **ptr, int *val, const char *what) in parse_line_num() argument
1055 semantic_error("'%s' is not a valid number.\n", what); in parse_line_num()