Home
last modified time | relevance | path

Searched refs:by (Results 1 – 25 of 146) sorted by relevance

123456

/tools/lib/traceevent/Documentation/
Dlibtraceevent-event_list.txt7 Get list of events, sorted by given criteria.
28 sorted by the _sort_type_ criteria. The last element of the array is NULL.
29 The returned memory must not be freed, it is managed by the library.
34 _TEP_EVENT_SORT_ID_ - sort by the event ID.
35 _TEP_EVENT_SORT_NAME_ - sort by the event (name, system, id) triplet.
36 _TEP_EVENT_SORT_SYSTEM_ - sort by the event (system, name, id) triplet.
41 must be freed by the caller. Note that the content of the array must not be
48 it is managed by the library.
51 In case of an error, NULL is returned. The returned array must be freed by
68 /* Failed to get the events, sorted by ID */
[all …]
Dlibtraceevent-file_endian.txt7 raw data being accessed by the tep handler.
27 being accessed by the tep handler. The _tep_ argument is trace event parser
31 accessed by the tep handler. The _tep_ argument is trace event parser context.
/tools/testing/selftests/sgx/
Dtest_encl_bootstrap.S13 .fill 1, 8, 0 # STATE (set by CPU)
16 .fill 1, 4, 0 # CSSA (set by CPU)
19 .fill 1, 8, 0 # AEP (set by EENTER and ERESUME)
27 .fill 1, 8, 0 # STATE (set by CPU)
30 .fill 1, 4, 0 # CSSA (set by CPU)
33 .fill 1, 8, 0 # AEP (set by EENTER and ERESUME)
70 # Prepare EEXIT target by popping the address of the instruction after
/tools/testing/selftests/arm64/fp/
DREADME20 The test runs until killed by the user.
30 Terminated by signal 15, no error, iterations=9467, signals=1014
33 Terminated by signal 15, no error, iterations=9448, signals=1028
36 Terminated by signal 15, no error, iterations=9436, signals=1039
39 Terminated by signal 15, no error, iterations=9421, signals=1039
42 Terminated by signal 15, no error, iterations=9403, signals=1039
45 Terminated by signal 15, no error, iterations=9385, signals=1036
48 Terminated by signal 15, no error, iterations=9376, signals=1039
51 Terminated by signal 15, no error, iterations=9361, signals=1039
54 Terminated by signal 15, no error, iterations=9350, signals=1039
/tools/memory-model/litmus-tests/
DREADME11 from a given variable followed by a write to that same variable
16 to a given variable followed by a read from that same variable
28 variable by a different process? This litmus test is forbidden
29 by LKMM's propagation rule.
36 variable by a different process?
39 Tests whether the ordering provided by a lock-protected S
41 separated by smp_mb(). This addition of an external process to
71 in one process, and use an acquire load followed by a pair of
76 acquire load followed by a pair of spin_is_locked() calls
81 and the first access of reader process protected by a lock.
[all …]
DS+poonceonces.litmus8 * is replaced by WRITE_ONCE() and the smp_load_acquire() replaced by
DISA2+poonceonces.litmus8 * smp_store_release() invocations are replaced by WRITE_ONCE() and all
9 * of the smp_load_acquire() invocations are replaced by READ_ONCE()?
DZ6.0+pooncelock+pooncelock+pombonce.litmus6 * This example demonstrates that a pair of accesses made by different
8 * seen as ordered by a third process not holding that lock.
/tools/scripts/
Dutilities.mak50 # in an `awk' program that is delimited by shell
67 # delimited by shell single-quotes, so be wary
72 # overcome by putting a space between `{' and `gsub').
83 # embedding in a shell string that is delimited by
108 # At least GNU make gets confused by expanding a newline
113 # This function avoids the problem by producing a string
141 # (It's necessary to use `sh -c' because GNU make messes up by
151 # (It's necessary to use `sh -c' because GNU make messes up by
163 # the `command -v' is defined by POSIX, but it's not
166 # by the presence of a leading `/'.
/tools/perf/Documentation/
Dcallchain-overhead-calculation.txt4 perf collects callchains. The 'self' overhead is simply calculated by
9 The 'children' overhead is calculated by adding all period values of
104 Since v3.16 the 'children' overhead is shown by default and the output
105 is sorted by its values. The 'children' overhead is disabled by
106 specifying --no-children option on the command line or by adding
Ddb-export.txt20 backward and forward compatibility, by following some simple rules:
30 backward compatibility by testing for the presence of new tables and columns
34 script will continue to work with new versions of perf) by accepting a variable
40 or optional features by checking for the existence and value of script global
Ditrace.txt54 The 'e' option may be followed by flags which affect what errors will or
55 will not be reported. Each flag must be preceded by either '+' or '-'.
60 If supported, the 'd' option may be followed by flags which affect what
62 by either '+' or '-'. The flags are:
Dperf-help.txt23 up. The 'man' program is used by default for this purpose, but this
24 can be overridden by other options or configuration variables.
Dperf.data-file-format.txt5 This document describes the on-disk perf.data format, generated by perf record
6 or perf inject and consumed by the other perf tools.
8 On a high level perf.data contains the events generated by the PMUs, plus metadata.
77 is defined by header.size (see perf_event.h). Each event defines a ELF build id
79 assigned by the linker to an executable.
214 A list of PMU structures, defining the different PMUs supported by perf.
332 The data files layout is described by HEADER_DIR_FORMAT feature. Currently it
450 describing events. This matches the format generated by the kernel.
467 by an ID. This can be either through the PERF_SAMPLE_ID or the
471 IDENTIFIER is only supported by newer Linux kernels.
[all …]
/tools/testing/selftests/rcutorture/doc/
DTINY_RCU.txt19 In common code tested by TREE_RCU test cases.
38 All forced by CONFIG_TINY_RCU.
/tools/memory-model/scripts/
DREADME36 provided instead for use by other scripts.
49 provided instead for use by other scripts.
60 provided instead for use by other scripts.
66 provided instead for use by other scripts.
/tools/testing/selftests/net/forwarding/
DREADME10 L1-separation provided by namespaces.
12 However, a similar kind of flexibility can be achieved by using VRFs and
13 by looping the switch ports together. For example:
53 o Where possible, tests shall be written so that they can be reused by
/tools/memory-model/Documentation/
Dglossary.txt8 based on the value returned by an earlier load, an "address
19 from the value returned by the rcu_dereference() on line 2, the
35 When an acquire load returns the value stored by a release store
55 of a value computed from a value returned by an earlier load,
64 fragile, and can be easily destroyed by optimizing compilers.
84 are all equal to zero is forbidden by LKMM.
88 Data Dependency: When the data written by a later store is computed based
89 on the value returned by an earlier load, a "data dependency"
97 fragile and can be easily destroyed by optimizing compilers.
106 too late to affect the value returned by another CPU's
[all …]
/tools/testing/selftests/arm64/signal/
DREADME11 - The above mentioned ops are configurable on a test-by-test basis: each test
16 by receiving some kind of fatal signal from the Kernel, so it's safer
36 - Most of these tests are successfully passing if the process gets killed by
51 - a sanity mechanism to be used in 'fake_sigreturn_'-alike tests: enabled by
57 - some fatal signal sent by the Kernel to the test process
/tools/perf/scripts/perl/bin/
Drw-by-pid-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-pid.pl
Drw-by-file-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-file.pl $comm
/tools/power/pm-graph/config/
Dcgskip.txt6 # the callgraph html file size by treating these functions
7 # as leaves with no child calls. It can be editted by
/tools/kvm/kvm_stat/
Dkvm_stat.txt32 *b*:: toggle events by guests (debugfs only, honors filters)
36 *f*:: filter by regular expression
40 *g*:: filter by guest name/PID
46 *p*:: filter by guest name/PID
/tools/perf/util/
Dpython-ext-sources2 # List of files needed by perf python extension
5 # processed by Makefile and util/setup.py accordingly.
/tools/perf/scripts/python/bin/
Dsyscall-counts-by-pid-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts-by-pid.py $comm

123456