Home
last modified time | relevance | path

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

12

/tools/perf/util/bpf_skel/
Dsample_filter.bpf.c61 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 …]
Dsample-filter.h22 __u32 part; /* sub-sample type info when it has multiple values */ member
/tools/perf/util/
Dbpf-filter.c107 .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()
Dbpf-filter.h13 int part; member
21 struct perf_bpf_filter_expr *perf_bpf_filter_expr__new(unsigned long sample_flags, int part,
Dbpf-filter.y27 int part;
77 $$ = perf_bpf_filter_expr__new($1.type, $1.part, $2, $3);
Dbpf-filter.l15 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/
Dutils.h70 #define ns_to_per(total, part) ((part * 100) / (double)total) argument
/tools/usb/usbip/libsrc/
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/memory-model/
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/livepatch/
DREADME25 Test kernel modules are built as part of lib/ (make modules) and need to
/tools/memory-model/Documentation/
Dreferences.txt96 Alan Stern. 2017. "A formal kernel memory-ordering model (part 1)"
100 Alan Stern. 2017. "A formal kernel memory-ordering model (part 2)"
Drecipes.txt42 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
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
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 …]
Daccess-marking.txt79 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)"
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)
Dlocking.txt7 is the only part of this document that most developers will need to read.
/tools/perf/Documentation/
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.
Dperf-trace.txt76 remove the /sys/fs/cgroup/perf_event/ part and try:
200 this is just about the presentation part, i.e. the kernel is still
Dperf-config.txt264 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/
Dobjtool.txt8 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/
DREADME-BENCH41 This part of the configuration file will create 25ms load/sleep turns,
/tools/usb/usbip/
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.
DINSTALL130 `configure', where FEATURE indicates an optional part of the package.
/tools/testing/selftests/tc-testing/
DREADME106 executed as part of the test. More will be added as test cases require.
/tools/testing/selftests/bpf/
DREADME.rst215 Few sub-tests of core_reloc test suit (part of test_progs test runner) require

12