/tools/bpf/ |
D | bpf_exp.l | 87 yylval.number = SKF_AD_PROTOCOL; 91 yylval.number = SKF_AD_PKTTYPE; 95 yylval.number = SKF_AD_PAY_OFFSET; 99 yylval.number = SKF_AD_IFINDEX; 103 yylval.number = SKF_AD_NLATTR; 107 yylval.number = SKF_AD_NLATTR_NEST; 111 yylval.number = SKF_AD_MARK; 115 yylval.number = SKF_AD_QUEUE; 119 yylval.number = SKF_AD_HATYPE; 123 yylval.number = SKF_AD_RXHASH; [all …]
|
D | bpf_exp.y | 51 uint32_t number; member 63 %token extension number label 66 %type <number> extension 67 %type <number> number 123 : OP_LDB '[' 'x' '+' number ']' { 125 | OP_LDB '[' '%' 'x' '+' number ']' { 127 | OP_LDB '[' number ']' { 135 : OP_LDH '[' 'x' '+' number ']' { 137 | OP_LDH '[' '%' 'x' '+' number ']' { 139 | OP_LDH '[' number ']' { [all …]
|
/tools/testing/selftests/bpf/progs/ |
D | test_global_data.c | 76 test_reloc(number, 0, &num0); in load_static_data() 77 test_reloc(number, 1, &num1); in load_static_data() 78 test_reloc(number, 2, &num2); in load_static_data() 79 test_reloc(number, 3, &num3); in load_static_data() 80 test_reloc(number, 4, &num4); in load_static_data() 81 test_reloc(number, 5, &num5); in load_static_data() 83 test_reloc(number, 6, &num4); in load_static_data() 84 test_reloc(number, 7, &num0); in load_static_data() 85 test_reloc(number, 8, &num6); in load_static_data() 100 test_reloc(number, 9, &struct0.c); in load_static_data() [all …]
|
/tools/testing/selftests/tc-testing/ |
D | tdc_batch.py | 51 number = 1 variable 52 if args.number: 53 number = args.number variable 68 if number > 0x4000: 69 number = 0x4000 variable 110 if index >= number:
|
/tools/testing/selftests/powerpc/security/ |
D | branch_loops.S | 25 .macro state number argument 27 .Lstate_\number: 28 .if \number==7 31 li r3, \number+1
|
/tools/bpf/bpftool/ |
D | json_writer.h | 42 void jsonw_float(json_writer_t *self, double number); 44 void jsonw_uint(json_writer_t *self, uint64_t number); 45 void jsonw_hu(json_writer_t *self, unsigned short number); 46 void jsonw_int(json_writer_t *self, int64_t number);
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-cpus.txt | 6 tep_get_cpus, tep_set_cpus - Get / set the number of CPUs, which have a tracing 21 The _tep_get_cpus()_ function gets the number of CPUs, which have a tracing 24 The _tep_set_cpus()_ function sets the number of CPUs, which have a tracing 26 The _cpu_ argument is the number of CPUs with tracing data. 30 The _tep_get_cpus()_ functions returns the number of CPUs, which have tracing
|
D | libtraceevent-strerror.txt | 6 tep_strerror - Returns a string describing regular errno and tep error number. 19 The _tep_strerror()_ function converts tep error number into a human 22 errno, defined in errno.h, or a tep error number. The string, describing this 23 error number is copied in the _buf_ argument. The _buflen_ argument is 34 string is copied into _buf_. If _errnum_ is not a valid error number,
|
D | libtraceevent-event_get.txt | 29 The _tep_get_events_count()_ function returns the number of the events 41 The _tep_get_events_count()_ returns the number of the events. 0 is
|
D | libtraceevent-tseq.txt | 66 Both _trace_seq_putc()_ and _trace_seq_puts()_ functions return the number of 70 trace oversizes the buffer's free space, the number of characters printed, or 74 number of printed characters, or -1 in case of an error.
|
/tools/perf/Documentation/ |
D | perf-bench.txt | 91 Specify number of groups 95 Specify number of loops 122 Specify number of loops. 171 Repeat memcpy invocation this number of times. 195 Repeat memset invocation this number of times.
|
D | perf-timechart.txt | 60 Print task info for at least given number of tasks. 66 duration or tasks with given name. If number is given it's interpreted 67 as number of nanoseconds. If non-numeric string is given it's 78 Reduces number of figures on the SVG and makes it more render-friendly.
|
D | itrace.txt | 21 s skip initial number of events 40 Also the number of last branch entries (default 64, max. 1024) for
|
D | perf-probe.txt | 131 Set the maximum number of probe points for an event. Default is 128. 162 2) Define event based on source file with line number 176 …offset from function entry address in bytes, ':RLN' is the relative-line number from function entr… 177 … source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' is the so… 220 number from function entry line, and 'RLN2' is the end line number. As same as 221 probe syntax, 'SRC' means the source file path, 'ALN' is start line number, 222 and 'ALN2' is end line number in the file. It is also possible to specify how
|
D | perf.data-file-format.txt | 30 The magic number identifies the perf file and the version. Current perf versions 32 is not described here. The magic number also identifies the endian. When the 110 A structure defining the number of CPUs. 142 uint32_t nr; /* number of events */ 258 * @list: linking a number of arrays of entries 259 * @nr: number of entries 303 u64 count; // number of nodes 333 holds only version number (1):
|
D | perf-record.txt | 94 number of bytes from specified addr, which the breakpoint will cover. 131 A hardware trace PMU advertises its ability to accept a number of 200 Record events in threads owned by uid. Name or number. 236 Also, by adding a comma, the number of mmap pages for AUX 370 taken branches. The number of branches captured with each sample depends on the 504 --mmap-flush=number:: 506 Specify minimal number of bytes that is extracted from mmap data pages and 507 processed for output. One can specify the number using B/K/M/G suffixes. 556 be a number with appended unit character - B/K/M/G 558 be a number with appended unit character - s/m/h/d [all …]
|
/tools/perf/util/ |
D | expr.l | 84 number ([0-9]+\.?[0-9]*|[0-9]*\.?[0-9]+) 109 {number} { return value(yyscanner); }
|
/tools/io_uring/ |
D | README | 13 Benchmark program that does random reads on a number of files. This 24 and contains a number of unit tests as well for testing io_uring. It also
|
/tools/testing/selftests/media_tests/ |
D | regression_test.txt | 27 The test for a random number of iterations or until user kills it with a 41 and number to run bind and unbind. Start the bind_unbind.sh
|
/tools/memory-model/scripts/ |
D | README | 40 Run all litmus tests having no more than the specified number 54 specified number of processes given a specified timeout, run
|
/tools/testing/selftests/rcutorture/bin/ |
D | kvm-test-1-run-batch.sh | 66 print "echo " scenario ": Bogus number of CPUs (old qemu-cmd?), so no taskset command.";
|
/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 43 This method takes a testcount (number of tests to be run) and 57 The post_suite method will receive the ordinal number of the last 64 The pre_case method will receive the ordinal number of the test
|
/tools/bpf/bpftool/Documentation/ |
D | common_options.rst | 5 Print version number (similar to **bpftool version**), and optional
|
/tools/iio/ |
D | iio_utils.c | 563 int number, numstrlen, ret; in find_type_by_name() local 582 ret = sscanf(ent->d_name + strlen(type), "%d", &number); in find_type_by_name() 595 numstrlen = calc_digits(number); in find_type_by_name() 607 type, number); in find_type_by_name() 635 return number; in find_type_by_name()
|
/tools/testing/selftests/powerpc/eeh/ |
D | eeh-functions.sh | 158 [ ! -f /proc/device-tree/rtas/ibm,open-sriov-map-pe-number ] ; then
|