Home
last modified time | relevance | path

Searched refs:rss (Results 1 – 25 of 48) sorted by relevance

12

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_procmaps_test.cpp96 uptr rss; in TEST() member
104 [](uptr p, uptr rss, bool file, uptr *mem) { in TEST() argument
105 reinterpret_cast<entries_t *>(mem)->push_back({p, rss, file}); in TEST()
110 EXPECT_EQ(entries[0].rss, 4ul << 10); in TEST()
113 EXPECT_EQ(entries[1].rss, 12ul << 10); in TEST()
130 ParseUnixMemoryProfile([](uptr p, uptr rss, bool file, uptr *mem) {}, in TEST() argument
H A Dsanitizer_allocator_testlib.cpp71 size_t size = 0, rss = 0; in GetRss() local
72 fscanf(f, "%zd %zd", &size, &rss); in GetRss()
74 return rss << 12; // rss is in pages. in GetRss()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp102 void FillProfileCallback(uptr p, uptr rss, bool file, uptr *mem) { in FillProfileCallback() argument
103 mem[MemTotal] += rss; in FillProfileCallback()
105 mem[MemShadow] += rss; in FillProfileCallback()
107 mem[MemMeta] += rss; in FillProfileCallback()
111 mem[file ? MemFile : MemMmap] += rss; in FillProfileCallback()
113 mem[MemHeap] += rss; in FillProfileCallback()
115 mem[MemOther] += rss; in FillProfileCallback()
H A Dtsan_rtl.cpp485 uptr rss = GetRSS(); in BackgroundThread() local
490 (u64)rss >> 20, (u64)last_rss >> 20, (u64)limit >> 20); in BackgroundThread()
491 if (2 * rss > limit + last_rss) { in BackgroundThread()
494 rss = GetRSS(); in BackgroundThread()
497 (u64)rss >> 20); in BackgroundThread()
499 last_rss = rss; in BackgroundThread()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
H A DPlagger.tml54 - http://plagger.org/.../rss
79 feed => [ 'http://plagger.org/.../rss' ],
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_common.cpp182 uptr rss = ParseDecimal(&pos) * 1024; in ParseUnixMemoryProfile() local
183 cb(start, rss, file, stats); in ParseUnixMemoryProfile()
H A Dsanitizer_linux_libcdep.cpp785 uptr rss = 0; in GetRSS() local
787 rss = rss * 10 + *pos++ - '0'; in GetRSS()
788 return rss * GetPageSizeCached(); in GetRSS()
H A Dsanitizer_allocator_primary64.h305 static void FillMemoryProfile(uptr start, uptr rss, bool file, uptr *stats) { in FillMemoryProfile() argument
308 stats[class_id] = rss; in FillMemoryProfile()
311 void PrintStats(uptr class_id, uptr rss) { in PrintStats() argument
323 rss >> 10, region->rtoi.num_releases, in PrintStats()
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D2382.key23 oKxialAg7rT4hnuYpmXWBlbHp0u0bepLBguoU6blh18pzix7WVYRHqXgKEHn+rss
/openbsd-src/share/misc/
H A Dmime.types17 application/rss+xml rss
/openbsd-src/sys/dev/pci/
H A Digc_base.h109 uint32_t rss; /* RSS hash */ member
H A Digc_hw.h157 uint32_t rss; /* RSS hash */ member
H A Dif_vmxreg.h292 } rss, pm, plugin; member
/openbsd-src/gnu/llvm/llvm/utils/Misc/
H A Dzkill252 if opts.minRSS <= p.rss <= opts.maxRSS]
266 … (p.pid, signalValueName, p.user, p.executable, p.cpu_percent, p.cpu_time, p.vmem_size, p.rss))
/openbsd-src/gnu/llvm/clang/utils/analyzer/
H A DSATestUtils.py101 mem += subprocess.memory_info().rss
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Decoffswap.h188 intern->rss = H_GET_32 (abfd, ext->f_rss); in ecoff_swap_fdr_in()
190 if (intern->rss == (signed long) 0xffffffff) in ecoff_swap_fdr_in()
191 intern->rss = -1; in ecoff_swap_fdr_in()
258 H_PUT_32 (abfd, intern->rss, ext->f_rss); in ecoff_swap_fdr_out()
H A Decofflink.c702 if (fdr.cbLine == 0 && fdr.rss != -1 && fdr.fMerge)
715 name = input_debug->ss + fdr.issBase + fdr.rss;
863 if (! fgotfilename && internal_sym.iss == fdr.rss)
895 fdr.rss = internal_sym.iss;
1157 fdr.rss = ecoff_add_string (ainfo, info, output_debug, &fdr,
1159 if (fdr.rss == -1)
2216 if (fdr_ptr->rss == -1)
2240 + fdr_ptr->rss);
/openbsd-src/gnu/llvm/llvm/docs/
H A DLibFuzzer.rst362 #1 INITED cov: 3 ft: 2 corp: 1/1b exec/s: 0 rss: 24Mb
363 …#3811 NEW cov: 4 ft: 3 corp: 2/2b exec/s: 0 rss: 25Mb L: 1 MS: 5 ChangeBit-ChangeByte-ChangeBit…
364 #3827 NEW cov: 5 ft: 4 corp: 3/4b exec/s: 0 rss: 25Mb L: 2 MS: 1 CopyPart-
365 #3963 NEW cov: 6 ft: 5 corp: 4/6b exec/s: 0 rss: 25Mb L: 2 MS: 2 ShuffleBytes-ChangeBit-
366 #4167 NEW cov: 7 ft: 6 corp: 5/9b exec/s: 0 rss: 25Mb L: 3 MS: 1 InsertByte-
414 ``rss:``
461 #1 INITED cov: 3 ft: 2 corp: 1/1b exec/s: 0 rss: 24Mb
462 …#3811 NEW cov: 4 ft: 3 corp: 2/2b exec/s: 0 rss: 25Mb L: 1 MS: 5 ChangeBit-ChangeByte-ChangeBit…
463 #3827 NEW cov: 5 ft: 4 corp: 3/4b exec/s: 0 rss: 25Mb L: 2 MS: 1 CopyPart-
464 #3963 NEW cov: 6 ft: 5 corp: 4/6b exec/s: 0 rss: 25Mb L: 2 MS: 2 ShuffleBytes-ChangeBit-
[all …]
/openbsd-src/gnu/usr.bin/binutils/include/coff/
H A Dsym.h115 long rss; /* file name (of source, if known) */ member
/openbsd-src/gnu/usr.bin/binutils-2.17/include/coff/
H A Dsym.h115 long rss; /* file name (of source, if known) */ member
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Decofflink.c701 if (fdr.cbLine == 0 && fdr.rss != -1 && fdr.fMerge)
714 name = input_debug->ss + fdr.issBase + fdr.rss;
889 if (! fgotfilename && internal_sym.iss == fdr.rss)
921 fdr.rss = internal_sym.iss;
1201 fdr.rss = ecoff_add_string (ainfo, info, output_debug, &fdr,
1203 if (fdr.rss == -1)
2276 if (fdr_ptr->rss == -1)
2300 + fdr_ptr->rss);
H A Decoffswap.h197 intern->rss = H_GET_32 (abfd, ext->f_rss);
199 if (intern->rss == (signed long) 0xffffffff)
200 intern->rss = -1;
270 H_PUT_32 (abfd, intern->rss, ext->f_rss);
/openbsd-src/gnu/gcc/gcc/
H A Dmips-tdump.c1110 fdp->rss != issNil ? str_base + fdp->rss : "<unknown>"); in print_file_desc()
1113 (long) fdp->rss, (fdp->fReadin) ? "Yes" : "No"); in print_file_desc()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dmips-tdump.c1119 fdp->rss != issNil ? str_base + fdp->rss : "<unknown>");
1122 (long) fdp->rss, (fdp->fReadin) ? "Yes" : "No");
/openbsd-src/gnu/usr.bin/perl/Porting/
H A DcheckURL.pl313 http://purl.org/rss/1.0/modules/taxonomy/
318 http://plagger.org/.../rss

12