/tools/perf/util/bpf_skel/ |
D | sample_filter.bpf.c | 61 if (entry->part) in perf_get_sample() 76 if (entry->part == 1) in perf_get_sample() 78 if (entry->part == 2) in perf_get_sample() 80 if (entry->part == 3) in perf_get_sample() 92 if (entry->part == 1) in perf_get_sample() 94 if (entry->part == 2) in perf_get_sample() 96 if (entry->part == 3) { in perf_get_sample() 102 if (entry->part == 4) in perf_get_sample() 104 if (entry->part == 5) in perf_get_sample() 106 if (entry->part == 6) in perf_get_sample() [all …]
|
D | sample-filter.h | 22 __u32 part; /* sub-sample type info when it has multiple values */ member
|
/tools/perf/util/ |
D | bpf-filter.c | 107 .part = expr->part, in perf_bpf_filter__prepare() 124 .part = group->part, in perf_bpf_filter__prepare() 176 struct perf_bpf_filter_expr *perf_bpf_filter_expr__new(unsigned long sample_flags, int part, in perf_bpf_filter_expr__new() argument 185 expr->part = part; in perf_bpf_filter_expr__new()
|
D | bpf-filter.h | 13 int part; member 21 struct perf_bpf_filter_expr *perf_bpf_filter_expr__new(unsigned long sample_flags, int part,
|
D | bpf-filter.y | 27 int part; 77 $$ = perf_bpf_filter_expr__new($1.type, $1.part, $2, $3);
|
D | bpf-filter.l | 15 perf_bpf_filter_lval.sample.part = 0; in sample() 19 static int sample_part(unsigned long sample_flag, int part) in sample_part() argument 22 perf_bpf_filter_lval.sample.part = part; in sample_part()
|
/tools/tracing/rtla/src/ |
D | utils.h | 70 #define ns_to_per(total, part) ((part * 100) / (double)total) argument
|
/tools/usb/usbip/libsrc/ |
D | vhci_driver.c | 190 int part; in read_record() local 221 for (part = 0; part < 3; part++) { in read_record() 222 end = strchr(start, delim[part]); in read_record() 223 if (end == NULL || (end - start) > max_len[part]) { in read_record()
|
/tools/memory-model/ |
D | lock.cat | 16 * LKR Lock-Read: the read part of a spin_lock() or successful 18 * LKW Lock-Write: the write part of a spin_lock() or successful 47 (* The litmus test is invalid if an LKR/LKW event is not part of an RMW pair *)
|
/tools/testing/selftests/livepatch/ |
D | README | 25 Test kernel modules are built as part of lib/ (make modules) and need to
|
/tools/memory-model/Documentation/ |
D | references.txt | 96 Alan Stern. 2017. "A formal kernel memory-ordering model (part 1)" 100 Alan Stern. 2017. "A formal kernel memory-ordering model (part 2)"
|
D | recipes.txt | 42 from or store to only part of the variable. 464 is that in this version, CPU2() is not part of the release-acquire chain. 498 This pattern most famously appears as part of Dekker's locking
|
D | explanation.txt | 75 as part of the Linux kernel. 101 some code running as part of a device driver for an input device. The 104 is full. Running concurrently on a different CPU might be a part of 785 For the most part, executing an instruction requires a CPU to perform 845 part of an smp_load_acquire()) before any po-later 850 associated with the fence (e.g., the store part of an 1194 that the first store is processed by a busy part of the cache while 1195 the second store is processed by an idle part. As a result, the x = 1 1568 P1's grace period, contrary to part (2) of the Guarantee. On the 1571 the grace period, contrary to part (1). Together the results violate [all …]
|
D | access-marking.txt | 79 are not an integral part of the core concurrency design. 279 bugs into any part of the main algorithm using foo, which means that 594 [1] "Concurrency bugs should fear the big bad data-race detector (part 2)"
|
D | simple.txt | 259 Concurrency bugs should fear the big bad data-race detector (part 1) 261 Concurrency bugs should fear the big bad data-race detector (part 2)
|
D | locking.txt | 7 is the only part of this document that most developers will need to read.
|
/tools/perf/Documentation/ |
D | intel-hybrid.txt | 7 Part of events are available on core cpu, part of events are available 8 on atom cpu and even part of events are available on both.
|
D | perf-trace.txt | 76 remove the /sys/fs/cgroup/perf_event/ part and try: 200 this is just about the presentation part, i.e. the kernel is still
|
D | perf-config.txt | 264 For example, let's see a part of a program. There're four lines. 273 But if this option is 'false', source code of the part 352 Let's see a part of assembly code.
|
/tools/objtool/Documentation/ |
D | objtool.txt | 8 Objtool has become an integral part of the x86-64 kernel toolchain. The 66 the kernel. If a TU is part of a kernel module, the '--module' option 226 a) the jump is part of a switch statement; or 325 likely part of the kernel entry code. They should usually not have
|
/tools/power/cpupower/bench/ |
D | README-BENCH | 41 This part of the configuration file will create 25ms load/sleep turns,
|
/tools/usb/usbip/ |
D | COPYING | 99 whole or in part contains or is derived from the Program or any 100 part thereof, to be licensed as a whole at no charge to all third 119 distribute the same sections as part of a whole which is a work based 122 entire whole, and thus to each and every part regardless of who wrote it.
|
D | INSTALL | 130 `configure', where FEATURE indicates an optional part of the package.
|
/tools/testing/selftests/tc-testing/ |
D | README | 106 executed as part of the test. More will be added as test cases require.
|
/tools/testing/selftests/bpf/ |
D | README.rst | 215 Few sub-tests of core_reloc test suit (part of test_progs test runner) require
|