Searched refs:fixed (Results 1 – 15 of 15) sorted by relevance
/tools/io_uring/ |
D | README | 14 app demonstrates the various features of io_uring, like fixed files, 15 fixed buffers, and polled IO. There are options in the program to
|
/tools/perf/Documentation/ |
D | jitdump-specification.txt | 27 The format requires only sequential accesses, i.e., append only mode. The file starts with a fixed … 29 The header is followed by a series of records, each starting with a fixed size header describing th… 36 Each jitdump file starts with a fixed size header containing the following fields in order: 53 The file header is immediately followed by records. Each record starts with a fixed size header des… 72 The record has the following fields following the fixed-size record header in order: 84 * fixed-sized fields 98 The record has the following fields following the fixed-size record header in order: 121 The record has the following fields following the fixed-size record header in order: 156 The record has the following fields following the fixed-size record header in order:
|
D | topdown.txt | 24 fixed counters and do not require generic counters. This allows 49 On Ice Lake, there is a new fixed counter 3: SLOTS, which reports 63 The application opens a group with fixed counter 3 (SLOTS) and any 120 #define RDPMC_FIXED (1 << 30) /* return fixed counters */
|
D | perf-list.txt | 241 for the core, plus three fixed counters for instructions, cycles and
|
D | perf-probe.txt | 199 …cal data structure member (e.g. var->field, var.field2), local array with fixed index (e.g. array[…
|
D | perf.data-file-format.txt | 436 at a fixed offset from the event header, which allows reliable
|
D | perf-stat.txt | 244 Print count deltas for fixed number of times.
|
D | perf-report.txt | 224 is not fixed so any parameter can be given in an arbitrary order.
|
/tools/perf/pmu-events/ |
D | jevents.c | 150 char *fixed = NULL; in fixregex() local 164 fixed = (char *) malloc(len + esc_count + 1); in fixregex() 165 if (!fixed) in fixregex() 169 q = fixed; in fixregex() 179 return fixed; in fixregex() 478 static struct fixed { struct 481 } fixed[] = { argument 501 for (i = 0; fixed[i].name; i++) in real_event() 502 if (!strcasecmp(name, fixed[i].name)) in real_event() 503 return (char *)fixed[i].event; in real_event()
|
/tools/testing/selftests/net/forwarding/ |
D | loopback.sh | 79 if ethtool -k $h1 | grep loopback | grep -q fixed; then
|
/tools/perf/tests/ |
D | make | 168 # FIXME 'install-*' commented out till they're fixed
|
/tools/usb/usbip/ |
D | INSTALL | 197 an Autoconf bug. Until the bug is fixed you can use this workaround:
|
/tools/power/pm-graph/ |
D | bootgraph.py | 645 table.fstat {table-layout:fixed;padding:150px 15px 0 0;font-size:10px;column-width:30px;}\n\
|
D | sleepgraph.py | 2416 fixed = False 2422 fixed = self.addLine(t) 2423 if fixed != 0:
|
/tools/memory-model/Documentation/ |
D | explanation.txt | 421 memory model cannot assume there is a fixed program order relation 895 According to the principle of cache coherence, the stores to any fixed 914 hold if the accesses to the fixed memory location can be ordered as
|