| /tools/perf/util/intel-pt-decoder/ |
| A D | intel-pt-pkt-decoder.c | 409 if (byte & BIT(7)) in intel_pt_get_short_tnt() 411 byte <<= 1; in intel_pt_get_short_tnt() 427 byte >>= 2; in intel_pt_get_cyc() 434 byte = buf[offs++]; in intel_pt_get_cyc() 550 unsigned int byte; in intel_pt_do_get_packet() local 557 byte = buf[0]; in intel_pt_do_get_packet() 575 if (byte == 0) in intel_pt_do_get_packet() 577 if (byte == 2) in intel_pt_do_get_packet() 582 if ((byte & 2)) in intel_pt_do_get_packet() 585 switch (byte & 0x1f) { in intel_pt_do_get_packet() [all …]
|
| /tools/testing/selftests/net/lib/ |
| A D | ksft.h | 35 char byte; in ksft_wait() local 51 read(fd, &byte, sizeof(byte)); in ksft_wait()
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_timestamping_client-only-last-byte.pkt | 3 // the last byte of each sendmsg. 37 // SCM_TSTAMP_SCHED for the last byte should be received almost immediately 40 // is called after when SYN is acked. So, we expect the last byte of the first 58 // SCM_TSTAMP_SND for the last byte should be received almost immediately 76 // SCM_TSTAMP_ACK for the last byte should be received at t=30ms.
|
| A D | tcp_eor_no-coalesce-small.pkt | 19 // Write a 10400B chunk to fill the ICW, and have a 400 byte skb sitting on
|
| A D | tcp_eor_no-coalesce-large.pkt | 20 // Write a 10400B chunk to fill the ICW, and have a 400 byte skb sitting on
|
| A D | tcp_inq_server.pkt | 45 // We read 10K and we should have one "fake" byte because the connection is
|
| A D | tcp_inq_client.pkt | 45 // We read 10K and we should have one "fake" byte because the connection is
|
| A D | tcp_eor_no-coalesce-subsequent.pkt | 20 // Write a 10400B chunk to fill the ICW, and have a 400 byte skb sitting on
|
| A D | tcp_zerocopy_maxfrags.pkt | 18 // one byte, but increasing truesize with a page (64KB on PPC).
|
| A D | tcp_eor_no-coalesce-retrans.pkt | 20 // Write a 10400B chunk to fill the ICW, and have a 400 byte skb sitting on
|
| A D | tcp_timestamping_server.pkt | 24 // is called after when SYN is acked. So, we expect the last byte of the first
|
| /tools/include/linux/ |
| A D | cfi_types.h | 20 .4byte __kcfi_typeid_##name
|
| /tools/testing/selftests/mm/ |
| A D | mrelease_test.c | 83 char byte; in main() local 129 res = read(pipefd[0], &byte, 1); in main()
|
| A D | mremap_dontunmap.c | 69 static int check_region_contains_byte(void *addr, unsigned long size, char byte) in check_region_contains_byte() argument 76 memset(page_buffer, byte, page_size); in check_region_contains_byte()
|
| /tools/testing/vsock/ |
| A D | util.c | 443 static const uint8_t byte = 'A'; in send_byte() local 445 send_buf(fd, &byte, sizeof(byte), flags, expected_ret); in send_byte() 457 uint8_t byte; in recv_byte() local 459 recv_buf(fd, &byte, sizeof(byte), flags, expected_ret); in recv_byte() 461 if (byte != 'A') { in recv_byte() 462 fprintf(stderr, "unexpected byte read 0x%02x\n", byte); in recv_byte()
|
| /tools/testing/selftests/net/forwarding/ |
| A D | vxlan_reserved.sh | 130 local byte=0 134 ((byte += bit << (7 - j))) 136 bytes+=$(printf %02x $byte):
|
| /tools/testing/selftests/bpf/progs/ |
| A D | test_sock_fields.c | 280 __u8 *byte = (__u8 *)&sk->dst_port; in sk_dst_port__load_byte() local 281 return byte[0] == 0xca && byte[1] == 0xfe; in sk_dst_port__load_byte()
|
| A D | btf_dump_test_case_syntax.c | 40 } __attribute__((mode(byte)));
|
| /tools/perf/util/ |
| A D | demangle-rust-v0.c | 248 uint8_t byte = *s; in utf8_next_char() local 255 if (byte < 0x80) { in utf8_next_char() 256 *ch = byte; in utf8_next_char() 258 } else if (byte < 0xc2) { in utf8_next_char() 260 } else if (byte < 0xe0) { in utf8_next_char() 266 } if (byte < 0xf0) { in utf8_next_char() 270 if (byte == 0xe0 && s[1] < 0xa0) { in utf8_next_char() 273 if (byte == 0xed && s[1] >= 0xa0) { in utf8_next_char() 278 } else if (byte < 0xf5) { in utf8_next_char() 282 if (byte == 0xf0 && s[1] < 0x90) { in utf8_next_char() [all …]
|
| /tools/testing/selftests/powerpc/copyloops/asm/ |
| A D | ppc_asm.h | 36 .8byte x, y; \
|
| /tools/testing/selftests/powerpc/switch_endian/ |
| A D | switch_endian_test.S | 16 .8byte 0x5555AAAA5555AAAA
|
| /tools/testing/selftests/sgx/ |
| A D | test_encl_bootstrap.S | 7 .byte 0x0f, 0x01, 0xd7
|
| /tools/testing/selftests/net/ |
| A D | cmsg_sender.c | 228 char *byte; in memrnd() local 232 byte = (void *)dword; in memrnd() 234 *byte++ = rand(); in memrnd()
|
| /tools/arch/x86/include/asm/ |
| A D | asm.h | 16 #define _ASM_BYTES(x, ...) __ASM_FORM(.byte x,##__VA_ARGS__ ;)
|
| /tools/perf/Documentation/ |
| A D | jitdump-specification.txt | 39 * uint32_t magic : a magic number tagging the file type. The value is 4-byte long and represent… 40 * uint32_t version : a 4-byte value representing the format version. It is currently set to 1 80 * native code: raw byte encoding of the jitted code
|