Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 15 of 15) sorted by relevance

/tools/io_uring/
DREADME14 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/
Djitdump-specification.txt27 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:
Dtopdown.txt24 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 */
Dperf-list.txt241 for the core, plus three fixed counters for instructions, cycles and
Dperf-probe.txt199 …cal data structure member (e.g. var->field, var.field2), local array with fixed index (e.g. array[…
Dperf.data-file-format.txt436 at a fixed offset from the event header, which allows reliable
Dperf-stat.txt244 Print count deltas for fixed number of times.
Dperf-report.txt224 is not fixed so any parameter can be given in an arbitrary order.
/tools/perf/pmu-events/
Djevents.c150 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/
Dloopback.sh79 if ethtool -k $h1 | grep loopback | grep -q fixed; then
/tools/perf/tests/
Dmake168 # FIXME 'install-*' commented out till they're fixed
/tools/usb/usbip/
DINSTALL197 an Autoconf bug. Until the bug is fixed you can use this workaround:
/tools/power/pm-graph/
Dbootgraph.py645 table.fstat {table-layout:fixed;padding:150px 15px 0 0;font-size:10px;column-width:30px;}\n\
Dsleepgraph.py2416 fixed = False
2422 fixed = self.addLine(t)
2423 if fixed != 0:
/tools/memory-model/Documentation/
Dexplanation.txt421 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