| /tools/testing/selftests/bpf/prog_tests/ |
| A D | verifier_log.c | 31 char reference[1024]; member 77 opts.log_buf = logs.reference; in verif_log_subtest() 78 opts.log_size = sizeof(logs.reference); in verif_log_subtest() 82 fixed_log_sz = strlen(logs.reference) + 1; in verif_log_subtest() 85 memset(logs.reference + fixed_log_sz, 0, sizeof(logs.reference) - fixed_log_sz); in verif_log_subtest() 154 exp_log = logs.reference; in verif_log_subtest() 303 opts.log_buf = logs.reference; in verif_btf_log_subtest() 304 opts.log_size = sizeof(logs.reference); in verif_btf_log_subtest() 308 fixed_log_sz = strlen(logs.reference) + 1; in verif_btf_log_subtest() 311 memset(logs.reference + fixed_log_sz, 0, sizeof(logs.reference) - fixed_log_sz); in verif_btf_log_subtest() [all …]
|
| /tools/perf/arch/s390/util/ |
| A D | auxtrace.c | 121 aux->reference = cpumsf_reference; in auxtrace_record__init()
|
| /tools/perf/tests/ |
| A D | pmu-events.c | 266 static bool is_same(const char *reference, const char *test) in is_same() argument 268 if (!reference && !test) in is_same() 271 if (reference && !test) in is_same() 274 if (!reference && test) in is_same() 277 return !strcmp(reference, test); in is_same()
|
| /tools/memory-model/Documentation/ |
| A D | README | 45 LKMM, and would like a quick reference: cheatsheet.txt 69 Quick-reference guide to the Linux-kernel memory model.
|
| A D | locking.txt | 230 It is tempting to allow memory-reference instructions to be pulled
|
| A D | access-marking.txt | 122 Capturing the return value from cmpxchg() also saves a memory reference 181 structures not yet published to reference-counted or RCU-protected
|
| A D | litmus-tests.txt | 128 by reference, hence "P0(int *x, int *y)", but *never* "P0(int x, int y)". 156 reference the same global variables that are used by P0(). 865 P1() on lines 20-24 updates the list header to instead reference "z",
|
| /tools/perf/arch/arm64/util/ |
| A D | hisi-ptt.c | 181 pttr->itr.reference = hisi_ptt_reference; in hisi_ptt_recording_init()
|
| A D | arm-spe.c | 674 sper->itr.reference = arm_spe_reference; in arm_spe_recording_init()
|
| /tools/perf/util/ |
| A D | auxtrace.h | 264 u64 reference; member 410 u64 (*reference)(struct auxtrace_record *itr); member 537 u64 reference);
|
| A D | auxtrace.c | 420 .reference = event->auxtrace.reference, in auxtrace_queues__add_event() 627 return itr->reference(itr); in auxtrace_record__reference() 1126 u64 reference) in auxtrace_queues__add_sample() argument 1131 .reference = reference, in auxtrace_queues__add_sample() 1417 event->auxtrace.reference, event->auxtrace.idx, in perf_event__process_auxtrace() 1977 ev.auxtrace.reference = ref; in __auxtrace_mmap__read()
|
| A D | intel-bts.c | 197 btsq->buffer->reference); in intel_bts_setup_queue() 514 *timestamp = btsq->buffer->reference; in intel_bts_process_queue()
|
| A D | cs-etm.c | 2878 if (buf->reference == event->reference) in dump_queued_data()
|
| /tools/kvm/kvm_stat/ |
| A D | kvm_stat.txt | 42 *h*:: display interactive commands reference
|
| /tools/testing/selftests/net/ |
| A D | bpf_offload.py | 590 def check_extack(output, reference, args): argument 594 comp = len(lines) >= 2 and lines[1] == 'Error: ' + reference 597 def check_extack_nsim(output, reference, args): argument 598 check_extack(output, "netdevsim: " + reference, args) 605 def check_verifier_log(output, reference): argument 608 if l == reference:
|
| /tools/testing/selftests/bpf/ |
| A D | xdp_hw_metadata.c | 200 __u64 tstamp, __u64 reference) in print_tstamp_delta() argument 202 __s64 delta = (__s64)reference - (__s64)tstamp; in print_tstamp_delta()
|
| /tools/lib/perf/include/perf/ |
| A D | event.h | 342 __u64 reference; member
|
| /tools/sched_ext/ |
| A D | README.md | 140 [CO-RE](https://nakryiko.com/posts/bpf-core-reference-guide/) (Compile Once Run 141 Everywhere). This feature allows you to reference fields inside of structs with
|
| /tools/perf/arch/x86/util/ |
| A D | intel-bts.c | 445 btsr->itr.reference = intel_bts_reference; in intel_bts_recording_init()
|
| A D | intel-pt.c | 1223 ptr->itr.reference = intel_pt_reference; in intel_pt_recording_init()
|
| /tools/perf/Documentation/ |
| A D | perf.data-file-format.txt | 394 Contains clock id and its reference time together with wall clock 563 uint64_t reference;
|
| A D | perf-report.txt | 539 and it's enough to collect the callgraphs on a reference event. 544 This option extends the perf report to show reference callgraphs, 545 which collected by reference event, in no callgraph event.
|
| A D | perf-list.txt | 294 also reference a PMU to copy the CPU mask from. The value may be
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-btf.rst | 87 base BTF reference should usually point to the kernel BTF.
|
| /tools/perf/arch/arm/util/ |
| A D | cs-etm.c | 896 ptr->itr.reference = cs_etm_reference; in cs_etm_record_init()
|