Home
last modified time | relevance | path

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

12

/tools/perf/util/bpf_skel/
A Dsample_filter.bpf.c113 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 Dsample-filter.h61 __u32 part; /* sub-sample type info when it has multiple values */ member
/tools/perf/util/
A Dbpf-filter.y36 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 Dbpf-filter.l18 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 Dbpf-filter.h14 int part; member
27 int part,
A Dbpf-filter.c169 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 Dvhci_driver.c190 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 Dutils.h85 #define ns_to_per(total, part) ((part * 100) / (double)total) argument
/tools/testing/selftests/rcutorture/configs/rcu/
A DTREE05.boot6 # This part is for synchronize_rcu() testing
/tools/power/cpupower/bench/
A DMakefile3 $(error This Makefile is not intended to be run standalone, but only as a part \
A DREADME-BENCH41 This part of the configuration file will create 25ms load/sleep turns,
/tools/testing/selftests/net/packetdrill/
A Dtcp_fast_recovery_prr-ss-30pkt-lost-1_4-11_16.pkt22 // Receive first DUPACK, entering PRR part
/tools/memory-model/
A Dlock.cat16 * 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 DREADME.rst15 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 Dobjtool.txt8 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 Dreferences.txt95 Alan Stern. 2017. "A formal kernel memory-ordering model (part 1)"
99 Alan Stern. 2017. "A formal kernel memory-ordering model (part 2)"
A Drecipes.txt42 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 Dexplanation.txt75 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 Dsimple.txt259 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 Daccess-marking.txt85 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 Dintel-hybrid.txt7 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 Dperf-lock.txt221 Add delays to the given lock. It's added to the contention-end part so
A Dperf-trace.txt76 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 DREADME36 The tools/perf/check-headers.sh script, part of the tools/ build
/tools/usb/usbip/
A DCOPYING99 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.

Completed in 34 milliseconds

12