Home
last modified time | relevance | path

Searched refs:off (Results 1 – 18 of 18) sorted by relevance

/tools/testing/selftests/cpu-hotplug/
DMakefile4 @/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/
DMakefile4 @/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/
Dbpf_jit_disasm.c112 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()
Dbpf_exp.y658 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()
Dbpf_dbg.c586 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/
Dnet_dropmonitor.py54 (sym, off) = get_sym(i)
57 print "%25s %25s %25s" % (sym, off, drop_log[i])
/tools/testing/selftests/ptrace/
Dpeeksiginfo.c68 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/
Dpage-types.c852 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/
Dnuma.c355 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/
Dlguest.c1601 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()
Dlguest.txt35 "High Memory Support" = off/4GB
/tools/perf/util/
Dprobe-finder.c986 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/
DREADME6 The configs are based off of real working configs but have been modified
/tools/power/cpupower/bench/
DREADME-BENCH120 -v, --verbose verbose output on/off
/tools/perf/Documentation/
Dperf-top.txt175 beyond the specified depth will be ignored. This is a trade-off
Dperf-report.txt189 beyond the specified depth will be ignored. This is a trade-off
/tools/perf/
Dbuiltin-trace.c259 #define DEFINE_STRARRAY_OFFSET(array, off) struct strarray strarray__##array = { \ argument
260 .offset = off, \
Ddesign.txt50 __u64 disabled : 1, /* off by default */