search for: usesr

Displaying 5 results from an estimated 5 matches for "usesr".

Did you mean: user
2017 Jul 31
1
[RFC] Profile guided section layout
...ch that reads the call graph from a file. The format would be very similar to what you propose, just weight,caller,callee. In a another patch we can then look at instrumentation: Why it is more convenient for some uses and what performance advantage it might have. I have written a small tool that usesr intel_bts and 'perf script' to construct the callgraph. I am giving it a try with your lld patch and will hopefully post results today. Cheers, Rafael
2011 Jan 08
1
One shared folder to be HA over CIFS to windows clients
...nslate DFS correctly. Suppose that i open gino.txt on \1st\aaa , modify it, and save it. If i setup drbd with the sync mode, instantanously, because the copy it's at the block level, i have the same file on \2nd\aaa. But if i open gino.txt on \1st\aaa and gino.txt \2nd\aaa , who tell to the two usesr that the same file is opened on both fileserver?
2007 Mar 09
0
Groups turn to SIDS?
...ber server (security = ADS). wbinfo -g works wbinfo -u works getent passwd works getent group works There is a directory name /dir/shared with the following permissions. drwxrwxrwx 2 root users The information shows up fine in Windows on the security tab root (Unix User\root) usesrs (Unix Group\uses) Now, I go into the Linux file system and change the directory permissions as follows: chown -R "DOMAIN\administrator" shared/ && chgrp -R "DOMAIN\Domain Users" shared/ ls -ltr drwxrwxrwx+ 2 DOMAIN\administror DOMAIN\domain users 4.0K Note: If I mist...
2017 Jun 15
7
[RFC] Profile guided section layout
I've recently implemented profile guided section layout in llvm + lld using the Call-Chain Clustering (C³) heuristic from https://research.fb.com/wp-content/uploads/2017/01/cgo2017-hfsort-final1.pdf . In the programs I've tested it on I've gotten from 0% to 5% performance improvement over standard PGO with zero cases of slowdowns and up to 15% reduction in ITLB misses. There are
2023 Feb 20
2
[PATCH 1/2] python: Avoid crash if callback parameters cannot be built
On Mon, Feb 20, 2023 at 10:45 AM Laszlo Ersek <lersek at redhat.com> wrote: > > On 2/17/23 17:52, Eric Blake wrote: > > On Thu, Feb 16, 2023 at 03:09:02PM +0100, Laszlo Ersek wrote: > > >> - Py_BuildValue with the "O" format specifier transfers the new list's > >> *sole* reference (= ownership) to the just-built higher-level object