search for: cpucap

Displaying 6 results from an estimated 6 matches for "cpucap".

Did you mean: cpucaps
2006 Nov 16
6
DTrace hooks for CPU caps
...s, The CPU caps project (http://www.opensolaris.org/os/project/rm/rctls/cpu-caps/) introduces kernel "wait queues" where threads may be placed to enforce caps. I would like to make this visible through DTrace and to add two new probes to the sched provider with the following semantics: cpucaps-sleep Probe that fires immediately before the current thread is placed on a wait queue. The lwpsinfo_t of the waiting thread is pointed to by args[0]. The psinfo_t of the process containing the waiting thread is pointed to by args[1]. cpucaps-wakeup Probe that fires immediately after a thre...
2012 Jan 08
1
how to combine grouped data and ungrouped data in a trellis xyplot
...g it to generate charts, but I am still scaling the learning curve in a number of ways. I am looking plot one grouped line and one ungrouped line in a lattice plot. I can plot one grouped line like this (the line's color in each panel becomes dependent on the newpool value): xyp<-xyplot(cpucap~date|zone,data=df,type="l",groups=newpool,auto.key=list(points=F,lines=T), main=paste(df$server[1]," CPU Caps\n",df$date[1]," to ",df$date[nrow(df)],sep="") ) print(xyp) and I can plot two ungrouped lines using a panel=function with subsc...
2012 Jan 01
1
empty files created with trellis xyplot jpeg device
...levels "12/18/2011 00:00",..: 1 2 3 4 5 6 7 8 9 10 ... $ server : Factor w/ 1 level "phx1npf4sn2": 1 1 1 1 1 1 1 1 1 1 ... $ zone : Factor w/ 1 level "isoranp-z1": 1 1 1 1 1 1 1 1 1 1 ... $ pool : Factor w/ 1 level "ORA-S1": 1 1 1 1 1 1 1 1 1 1 ... $ cpucap : num 4 4 4 4 4 4 4 4 4 4 ... $ memcap : int 26 26 26 26 26 26 26 26 26 26 ... $ swapcap: int 26 26 26 26 26 26 26 26 26 26 ... $ cpu : num 78.2 206.8 198.4 366.4 112.1 ... $ poolsz : int 42 42 42 42 42 42 42 42 42 42 ... $ mem : num 75.5 75.3 75.6 74.5 74.3 ... $ swp : num 80...
2020 Jul 10
24
[PATCH 00/18] Allow architectures to override __READ_ONCE()
...| 35 +++ arch/arm/include/asm/vdso/gettimeofday.h | 1 + arch/arm64/Kconfig | 3 + arch/arm64/include/asm/alternative-macros.h | 276 ++++++++++++++++++ arch/arm64/include/asm/alternative.h | 267 +---------------- arch/arm64/include/asm/cpucaps.h | 3 +- arch/arm64/include/asm/insn.h | 3 +- arch/arm64/include/asm/kernel-pgtable.h | 2 +- arch/arm64/include/asm/memory.h | 11 +- arch/arm64/include/asm/rwonce.h | 63 ++++ arch/arm64/include/asm/uaccess.h |...
2020 Jun 30
32
[PATCH 00/18] Allow architectures to override __READ_ONCE()
...| 10 +- arch/alpha/include/asm/rwonce.h | 19 ++ arch/arm64/Kconfig | 3 + arch/arm64/include/asm/alternative-macros.h | 276 ++++++++++++++++++ arch/arm64/include/asm/alternative.h | 267 +---------------- arch/arm64/include/asm/cpucaps.h | 3 +- arch/arm64/include/asm/insn.h | 3 +- arch/arm64/include/asm/kernel-pgtable.h | 2 +- arch/arm64/include/asm/memory.h | 11 +- arch/arm64/include/asm/rwonce.h | 63 ++++ arch/arm64/include/asm/uaccess.h |...
2020 Jun 30
32
[PATCH 00/18] Allow architectures to override __READ_ONCE()
...| 10 +- arch/alpha/include/asm/rwonce.h | 19 ++ arch/arm64/Kconfig | 3 + arch/arm64/include/asm/alternative-macros.h | 276 ++++++++++++++++++ arch/arm64/include/asm/alternative.h | 267 +---------------- arch/arm64/include/asm/cpucaps.h | 3 +- arch/arm64/include/asm/insn.h | 3 +- arch/arm64/include/asm/kernel-pgtable.h | 2 +- arch/arm64/include/asm/memory.h | 11 +- arch/arm64/include/asm/rwonce.h | 63 ++++ arch/arm64/include/asm/uaccess.h |...