| /tools/perf/util/bpf_skel/ |
| A D | sample_filter.bpf.c | 113 if (entry->part) in perf_get_sample() 128 if (entry->part == 1) in perf_get_sample() 130 if (entry->part == 2) in perf_get_sample() 132 if (entry->part == 3) in perf_get_sample() 146 if (entry->part == 1) in perf_get_sample() 148 if (entry->part == 2) in perf_get_sample() 150 if (entry->part == 3) { in perf_get_sample() 156 if (entry->part == 4) in perf_get_sample() 158 if (entry->part == 5) in perf_get_sample() 160 if (entry->part == 6) in perf_get_sample() [all …]
|
| A D | sample-filter.h | 61 __u32 part; /* sub-sample type info when it has multiple values */ member
|
| /tools/perf/util/ |
| A D | bpf-filter.y | 36 int part; 88 $$ = perf_bpf_filter_expr__new($1.term, $1.part, $2, $3); 105 $$ = perf_bpf_filter_expr__new($1.term, $1.part, $2, cgroup_id);
|
| A D | bpf-filter.l | 18 perf_bpf_filter_lval.sample.part = 0; in sample() 22 static int sample_part(enum perf_bpf_filter_term term, int part) in sample_part() argument 26 perf_bpf_filter_lval.sample.part = part; in sample_part() 34 perf_bpf_filter_lval.sample.part = 0; in sample_path()
|
| A D | bpf-filter.h | 14 int part; member 27 int part,
|
| A D | bpf-filter.c | 169 entry[i].part = expr->part; in get_filter_entries() 182 entry[i].part = group->part; in get_filter_entries() 608 int part, in perf_bpf_filter_expr__new() argument 617 expr->part = part; in perf_bpf_filter_expr__new()
|
| /tools/usb/usbip/libsrc/ |
| A 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/tracing/rtla/src/ |
| A D | utils.h | 85 #define ns_to_per(total, part) ((part * 100) / (double)total) argument
|
| /tools/testing/selftests/rcutorture/configs/rcu/ |
| A D | TREE05.boot | 6 # This part is for synchronize_rcu() testing
|
| /tools/power/cpupower/bench/ |
| A D | Makefile | 3 $(error This Makefile is not intended to be run standalone, but only as a part \
|
| A D | README-BENCH | 41 This part of the configuration file will create 25ms load/sleep turns,
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_fast_recovery_prr-ss-30pkt-lost-1_4-11_16.pkt | 22 // Receive first DUPACK, entering PRR part
|
| /tools/memory-model/ |
| A 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/drivers/net/ |
| A D | README.rst | 15 the software devices are created and destroyed as part of the test. 70 ``netns`` assumes the "remote" interface is part of the same
|
| /tools/objtool/Documentation/ |
| A D | objtool.txt | 8 Objtool has become an integral part of the x86-64 kernel toolchain. The 78 the kernel. If a TU is part of a kernel module, the '--module' option 236 a) the jump is part of a switch statement; or 302 arch/x86/kvm/kvm.o: warning: objtool: em_loop.part.0+0x29: (alt) 303 arch/x86/kvm/kvm.o: warning: objtool: em_loop.part.0+0x0: <=== (sym) 305 0000 0000000000028220 <em_loop.part.0>: 308 0006 28226: 74 2c je 28254 <em_loop.part.0+0x34> 354 likely part of the kernel entry code. Such code should probably be
|
| /tools/memory-model/Documentation/ |
| A D | references.txt | 95 Alan Stern. 2017. "A formal kernel memory-ordering model (part 1)" 99 Alan Stern. 2017. "A formal kernel memory-ordering model (part 2)"
|
| A D | recipes.txt | 42 from or store to only part of the variable. 468 is that in this version, CPU2() is not part of the release-acquire chain. 502 This pattern most famously appears as part of Dekker's locking
|
| A 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 1568 P1's grace period, contrary to part (2) of the Guarantee. On the 2030 and the read part of the cmpxchg operation acts as an acquire fence. 2258 part of the memory model. The hard part is telling whether they may [all …]
|
| A 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)
|
| A D | access-marking.txt | 85 are not an integral part of the core concurrency design. 302 bugs into any part of the main algorithm using foo, which means that 617 [1] "Concurrency bugs should fear the big bad data-race detector (part 2)"
|
| /tools/perf/Documentation/ |
| A 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.
|
| A D | perf-lock.txt | 221 Add delays to the given lock. It's added to the contention-end part so
|
| A D | perf-trace.txt | 76 remove the /sys/fs/cgroup/perf_event/ part and try: 205 this is just about the presentation part, i.e. the kernel is still
|
| /tools/include/uapi/ |
| A D | README | 36 The tools/perf/check-headers.sh script, part of the tools/ build
|
| /tools/usb/usbip/ |
| A 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.
|