/tools/testing/selftests/cpu-hotplug/ |
D | Makefile | 4 @/bin/bash ./on-off-test.sh || echo "cpu-hotplug selftests: [FAIL]" 7 @/bin/bash ./on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
|
/tools/testing/selftests/memory-hotplug/ |
D | Makefile | 4 @/bin/bash ./on-off-test.sh -r 2 || echo "memory-hotplug selftests: [FAIL]" 7 @/bin/bash ./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
|
/tools/net/ |
D | bpf_jit_disasm.c | 112 off_t off = 0; in get_last_jit_image() local 130 off += pmatch[0].rm_eo; in get_last_jit_image() 131 assert(off < hlen); in get_last_jit_image() 136 ptr = haystack + off - (pmatch[0].rm_eo - pmatch[0].rm_so); in get_last_jit_image() 142 tmp = ptr = haystack + off; in get_last_jit_image()
|
D | bpf_exp.y | 658 int off = bpf_find_insns_offset(labels_k[i]); in bpf_reduce_k_jumps() local 659 out[i].k = (uint32_t) (off - i - 1); in bpf_reduce_k_jumps() 670 int off = bpf_find_insns_offset(labels_jt[i]); in bpf_reduce_jt_jumps() local 671 out[i].jt = (uint8_t) (off - i -1); in bpf_reduce_jt_jumps() 682 int off = bpf_find_insns_offset(labels_jf[i]); in bpf_reduce_jf_jumps() local 683 out[i].jf = (uint8_t) (off - i - 1); in bpf_reduce_jf_jumps()
|
D | bpf_dbg.c | 586 static bool bpf_restore_regs(int off) in bpf_restore_regs() argument 588 unsigned int index = bpf_regs_len - 1 + off; in bpf_restore_regs() 603 static uint32_t extract_u32(uint8_t *pkt, uint32_t off) in extract_u32() argument 607 memcpy(&r, &pkt[off], sizeof(r)); in extract_u32() 612 static uint16_t extract_u16(uint8_t *pkt, uint32_t off) in extract_u16() argument 616 memcpy(&r, &pkt[off], sizeof(r)); in extract_u16() 621 static uint8_t extract_u8(uint8_t *pkt, uint32_t off) in extract_u8() argument 623 return pkt[off]; in extract_u8()
|
/tools/perf/scripts/python/ |
D | net_dropmonitor.py | 54 (sym, off) = get_sym(i) 57 print "%25s %25s %25s" % (sym, off, drop_log[i])
|
/tools/testing/selftests/ptrace/ |
D | peeksiginfo.c | 68 arg.off = 0; in check_error_paths() 106 struct ptrace_peeksiginfo_args arg = {.flags = 0, .nr = nr, .off = 0}; in check_direct_path() 120 arg.off = i; in check_direct_path()
|
/tools/vm/ |
D | page-types.c | 852 off_t off, end = st->st_size; in walk_file() local 860 for (off = 0; off < end; off += len) { in walk_file() 861 nr_pages = (end - off + page_size - 1) / page_size; in walk_file() 866 ptr = mmap(NULL, len, PROT_READ, MAP_SHARED, fd, off); in walk_file() 879 end = off + sigbus_addr ? sigbus_addr - ptr : 0; in walk_file() 913 add_page(off / page_size + i, pfn, flags, buf[i]); in walk_file()
|
/tools/perf/bench/ |
D | numa.c | 355 long off = rand(); in alloc_data() local 359 wbuf[i] = i + off; in alloc_data() 714 long off; in do_work() local 732 off = nr*chunk_0 + loop*chunk_1; in do_work() 734 while (off >= words) in do_work() 735 off -= words; in do_work() 758 d0 = data + off; in do_work() 759 d = data + off + 1; in do_work() 776 d0 = data + off; in do_work() 777 d = data + off - 1; in do_work()
|
/tools/lguest/ |
D | lguest.c | 1601 off64_t off; in blk_request() local 1628 off = out.sector * 512; in blk_request() 1645 if (lseek64(vblk->fd, off, SEEK_SET) != off) in blk_request() 1656 if (ret > 0 && off + ret > vblk->len) { in blk_request() 1660 errx(1, "Write past end %llu+%u", off, ret); in blk_request() 1678 if (lseek64(vblk->fd, off, SEEK_SET) != off) in blk_request()
|
D | lguest.txt | 35 "High Memory Support" = off/4GB
|
/tools/perf/util/ |
D | probe-finder.c | 986 Dwarf_Off off, noff; in debuginfo__find_probes() local 996 off = 0; in debuginfo__find_probes() 1024 while (!dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, NULL, NULL, NULL)) { in debuginfo__find_probes() 1026 diep = dwarf_offdie(dbg->dbg, off + cuhl, &pf->cu_die); in debuginfo__find_probes() 1048 off = noff; in debuginfo__find_probes() 1544 Dwarf_Off off = 0, noff; in debuginfo__find_line_range() local 1568 if (dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, in debuginfo__find_line_range() 1573 diep = dwarf_offdie(dbg->dbg, off + cuhl, &lf.cu_die); in debuginfo__find_line_range() 1592 off = noff; in debuginfo__find_line_range()
|
/tools/testing/ktest/examples/ |
D | README | 6 The configs are based off of real working configs but have been modified
|
/tools/power/cpupower/bench/ |
D | README-BENCH | 120 -v, --verbose verbose output on/off
|
/tools/perf/Documentation/ |
D | perf-top.txt | 175 beyond the specified depth will be ignored. This is a trade-off
|
D | perf-report.txt | 189 beyond the specified depth will be ignored. This is a trade-off
|
/tools/perf/ |
D | builtin-trace.c | 259 #define DEFINE_STRARRAY_OFFSET(array, off) struct strarray strarray__##array = { \ argument 260 .offset = off, \
|
D | design.txt | 50 __u64 disabled : 1, /* off by default */
|