Displaying 20 results from an estimated 1931 matches for "slices".
2013 Apr 27
1
[LLVMdev] GSoC Proposal: Inter-Procedure Program Slicing in LLVM
...acman.cs.tsinghua.edu.cn/~liuml07/files/gsoc2013-proposal-program-slicing.pdf
Program slicing has been used in many applications, the criteria of which is a pair of statement and variables. I would like to write an inter-procedural program slicing pass in LLVM, which is able to calculate C program slices of source code effectively. There is no previous work implemented in LLVM, which considers both the dynamic program slicing and source code of the sliced program. Program slice contains all statements in a program that directly or indirectly act the value of a variable occurrence [5]. Program slici...
2014 Feb 10
2
Re: libvirt/qemu and cgroups
...that a slice should include
the name of all of its parents prepended on its own name. So for a
libvirt partition /machine/engineering/testing, the slice name will be
machine-engineering-testing.slice. Again the slice names map directly
to the cgroup directory names. Systemd creates three top level slices
by default, system.slice user.slice and machine.slice. All virtual
machines or containers created by libvirt will be associated with
machine.slice by default.
Following above lines, I am thus not sure of the correct name of my
.slice systemd file. When trying to avoid any issue, the guest is on
th...
2013 May 02
2
[LLVMdev] GSoC Proposal: Inter-Procedure Program Slicing in LLVM
...~liuml07/files/gsoc2013-proposal-program-slicing.pdf
>
> Program slicing has been used in many applications, the criteria
> of which is a pair of statement and variables. I would like to write an
> inter-procedural program slicing pass in LLVM, which is able to calculate C
> program slices of source code effectively. There is no previous work
> implemented in LLVM, which considers both the dynamic program slicing and
> source code of the sliced program. Program slice contains all statements in
> a program that directly or indirectly act the value of a
> variable occurrenc...
2013 Apr 27
0
[LLVMdev] GSoC Proposal: Inter-Procedure Program Slicing in LLVM
...acman.cs.tsinghua.edu.cn/~liuml07/files/gsoc2013-proposal-program-slicing.pdf
Program slicing has been used in many applications, the criteria of which
is a pair of statement and variables. I would like to write an
inter-procedural program slicing pass in LLVM, which is able to calculate C
program slices of source code effectively. There is no previous work
implemented in LLVM, which considers both the dynamic program slicing and
source code of the sliced program. Program slice contains all statements in
a program that directly or indirectly act the value of a
variable occurrence [5]. Program slici...
2014 Feb 10
0
Re: libvirt/qemu and cgroups
...include
> the name of all of its parents prepended on its own name. So for a
> libvirt partition /machine/engineering/testing, the slice name will be
> machine-engineering-testing.slice. Again the slice names map directly
> to the cgroup directory names. Systemd creates three top level slices
> by default, system.slice user.slice and machine.slice. All virtual
> machines or containers created by libvirt will be associated with
> machine.slice by default.
>
> Following above lines, I am thus not sure of the correct name of my
> .slice systemd file. When trying to avoid...
2013 Jan 22
0
[LLVMdev] Writing a new AA pass
...has issues distinguishing two data pointers, even
tho two Slice pointers are marked as noalias. This is the spot I want to
augment. My planned logic is to
a) Mark data pointer loads (pointer itself, not elements) with special
metadata (say, !sliceaa.data)
b) Find parent Slice structure
c) If Slices don't alias, data pointers don't alias as well. This is very
simplistic and wrong in many situations, but it should be good for starters.
What would be the proper way to look for those "parent" slice structs?
Closest thing I found so far is in memory dependency analysis where I
r...
2014 Mar 03
2
Re: [libvirt] LXC, user namespaces and systemd
On Mon, Mar 03, 2014 at 03:52:01PM +0100, Dariusz Michaluk wrote:
> Hi.
>
> Another week, another experiment ;) I was trying to run systemd user
> session for non-root user, for example darek (uid=1000), operation
> failed with error:
>
> systemd[26]: pam_unix(systemd-user:session): session opened for user
> darek by (uid=0)
> systemd[1]: Started Login Service.
>
2016 Apr 06
0
systemd-run does not start scope in the specified slice
It seems that systemd-run does not start the process in the specified
slice when starting a transient scope instead of a service.
I have created a test.slice, and started it:
# systemctl status test.slice
? test.slice - Test slice
Loaded: loaded (/usr/lib/systemd/system/test.slice; static;
vendor preset: disabled)
Active: active since Tue 2016-04-05 16:50:26
2013 May 02
0
[LLVMdev] GSoC Proposal: Inter-Procedure Program Slicing in LLVM
On 5/1/13 11:36 PM, Mingliang LIU wrote:
> Hi all,
>
> I had a second thought of the dynamic slicing, as well as the source
> code generating.
>
> Firstly, the dynamic slicing is very useful to software community
> (I'll illustrate more in the refined proposal later), but it's already
> implemented by Swarup and John Criswell from UIUC. The static slicing
>
2006 Mar 07
8
[PATCH] xm,xend: flesh out xm sched-sedf
This patch
-Displays[1] current parameters for running domains ala xm list
-Allow users to set[2] one or more parameters[3] without having to
provide values for parameters they do not wish to change
-Adds additional testing of sched-sedf via new xm-test testcases.
With this patch applied, test 02_sedf_period_lower_neg.py exposes a
bug[4]. I''ll follow up this email with a patch for
2019 Aug 29
0
[libvirtd] qemu_process: reset CPU affinity to all enabled CPUs, when runs in custom cpuset
Hello All,
Since 4.5.0-23.el7 version (Red Hat 7.7), when I launch pinned VM,
libvirtd reset CPU affinity to all enabled in host CPUs, if it runs in
custom cpuset.
I can't reproduce this behavior with 4.5.0-10.el7_6.12 with the same
kernel version (Red Hat 7.7).
Libvirt runs in a custom cpuset 'libvirt', where the number of
available cpus is restricted to 0,2,4,6,8.
And this
2004 Jul 20
2
vectorizing a matrix computation
Dear R users
I have a 4-dimensional matrix (actually several 3d (x,y, slices)
matrices appended over time (volumes))
say, e.g. I want to z-transform the data (subtract the mean and divide
by the std-deviation)
for (slice in 1:slices) {
for (x in 1:x.dim) {
for (y in 1:y.dim) {
t <- as.matrix(my.matrix[x,y,slice,1:volumes])
for (vol in...
2011 Jul 26
2
Plotting problems directional or rose plots
Hi,
I'm trying to get a plot that looks somewhat like the attached image
(sketched in word).
I think I need somthing called a rose diagram? but I can't get it to do what
I want. I'm happy to use any library.
Essentially, I want a circle with degree slices every 10 degrees with 0 at
the top representing north, and
'tick marks' around the outside in 10 degree increments to match the slices
(so the slices need to be ofset by 5 degrees so the 0 degree slice actually
faces north)
I then want to be able to colour in the slices depending on the dis...
2007 Feb 27
3
2-way mirror or RAIDZ?
...x 250Gb disks.
I want to make best use of the available disk space and have some level of
redundancy without impacting performance too much.
What I am trying to figure out is: would it be better to have a simple mirror
of an identical 200Gb slice from each disk or split each disk into 2 x 80Gb
slices plus one extra 80Gb slice on one of the disks to make a 4 + 1 RAIDZ
configuration?
Thanx,
Trev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3253 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://ma...
2011 Oct 09
2
[LLVMdev] interprocedural static backwards slicing
Thanks John. I appreciate your help and I look forward to obtaining the code.
A proper LLVM sub-project: No rush on this and please take your time. Thanks.
- Jin
-----Original Message-----
From: Criswell, John T [mailto:criswell at illinois.edu]
Sent: Saturday, October 08, 2011 11:58 AM
To: Jinwook Shin; llvmdev at cs.uiuc.edu
Subject: RE: interprocedural static backwards slicing
Dear Jin,
2012 Feb 17
0
HtmlSlicer 0.0.1
...e number in the links. Accepts Symbol, String,Array.
:remote - parameter for ActionView: Ajax? (false by default)
:config - special key for using stylized configuration (premature configuration).
Slicing options
:unit is a Regexp/String/Hash description of text’s units counted to split the text by slices.
When value is a Hash, it assumes the unit is a HTML tag (look at :only/:except options for details). Undefined value or nilassumes it default Regexp /&#?w+;|S/. As you see it counts any regular character/or HTML special character as a unit.
:maximum is a Fixnum number of units to be a one sli...
2017 Feb 27
2
Redhat 7: cgroup CPUACCT controller is not mounted
Hi,
With a non-root user account, I am launching virtual machines and would like to get CPU stats for each Core (using python API or not) but face the following problem:
- When I issue the command "virsh --readonly cpu-stats MY_DOMAIN" I got the following error:
error: Failed to retrieve CPU statistics for domain 'MY_DOMAIN'
error: Requested operation is not valid: cgroup
2010 Oct 31
1
Need help with lmer model specification syntax for nested mixed model
...aven't been able to fully make sense of the conflicting online information
about whether and how to specify nesting structure for a nested, mixed
model. I'll describe my experiment and hopefully somebody who knows lme4
well can help.
We're measuring the fluorescence intensity of brain slices from frogs that
have undergone various treatments. We want to use multcomp to look for
differences between treatments, while accounting for the variance introduced
by the random effects of brain and slice. There are a few measurements per
slice, several slices per brain, and several brains per tr...
2011 Oct 10
0
[LLVMdev] interprocedural static backwards slicing
On 10/9/11 12:12 AM, Jinwook Shin wrote:
> Thanks John. I appreciate your help and I look forward to obtaining the code.
>
> A proper LLVM sub-project: No rush on this and please take your time. Thanks.
Okay, I've created a new LLVM sub-project called Giri(*). It currently
contains only the static backwards slicing pass. I'll add the dynamic
slicing code to the project later.
2010 Mar 14
2
code rows depending on the value of other rows in multilevel dataframe
I have a multilevel dataframe (df):
ID Date Segment Slice Tract Lesion
1 CSPP005 12/4/2007 1 1 LCST 0
2 CSPP005 12/4/2007 1 1 LPC 2
3 CSPP005 12/4/2007 1 1 RPC 3
4 CSPP005 12/4/2007 1 1 RCST 1
5 CSPP005 12/4/2007 1 1 LGM 0
6 CSPP005 12/4/2007 1 1