Home
last modified time | relevance | path

Searched refs:MachineInfo (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/google/cadvisor/metrics/
H A Dprometheus_machine.go54 condition func(machineInfo *info.MachineInfo) bool
55 getValues func(machineInfo *info.MachineInfo) metricValues
84 getValues: func(machineInfo *info.MachineInfo) metricValues {
92 getValues: func(machineInfo *info.MachineInfo) metricValues {
100 getValues: func(machineInfo *info.MachineInfo) metricValues {
108 getValues: func(machineInfo *info.MachineInfo) metricValues {
118 getValues: func(machineInfo *info.MachineInfo) metricValues {
128 getValues: func(machineInfo *info.MachineInfo) metricValues {
137 getValues: func(machineInfo *info.MachineInfo) metricValues {
148 getValues: func(machineInfo *info.MachineInfo) metricValues {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/google/cadvisor/client/v2/
H A DREADME.md12 ### MachineInfo subsection in Example REST API Client
15 client.MachineInfo()
18 There is no v2 MachineInfo API, so the v2 client exposes the [v1 MachineInfo](../../info/v1/machine…
21 (*v1.MachineInfo)(0xc208022b10)({
33 You can see the full specification of the [MachineInfo struct in the source](../../info/v1/machine.…
49 …lds filled in. Attributes includes hardware attributes (as returned by MachineInfo) as well as sof…
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/client/v2/
H A DREADME.md12 ### MachineInfo subsection in Example REST API Client
15 client.MachineInfo()
18 There is no v2 MachineInfo API, so the v2 client exposes the [v1 MachineInfo](../../info/v1/machine…
21 (*v1.MachineInfo)(0xc208022b10)({
33 You can see the full specification of the [MachineInfo struct in the source](../../info/v1/machine.…
49 …lds filled in. Attributes includes hardware attributes (as returned by MachineInfo) as well as sof…
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-objcopy/
H A DCopyConfig.h39 struct MachineInfo { struct
40 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() argument
43 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() function
44 : MachineInfo(EM, ELF::ELFOSABI_NONE, Is64, IsLittle) {} in MachineInfo()
46 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() argument
119 MachineInfo BinaryArch;
121 Optional<MachineInfo> OutputArch;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-objcopy/
H A DCopyConfig.h42 struct MachineInfo { struct
43 MachineInfo(uint16_t EM, uint8_t ABI, uint32_t EFlags, bool Is64, in MachineInfo() argument
47 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() argument
48 : MachineInfo(EM, ABI, 0, Is64, IsLittle) {} in MachineInfo()
50 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() function
51 : MachineInfo(EM, ELF::ELFOSABI_NONE, 0, Is64, IsLittle) {} in MachineInfo()
53 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() argument
165 Optional<MachineInfo> OutputArch;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-objcopy/
H A DCommonConfig.h39 struct MachineInfo { struct
40 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() argument
43 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() function
44 : MachineInfo(EM, ELF::ELFOSABI_NONE, Is64, IsLittle) {} in MachineInfo()
46 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() argument
198 Optional<MachineInfo> OutputArch;
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-objcopy/
H A DCopyConfig.h41 struct MachineInfo { struct
42 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() function
45 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() function
46 : MachineInfo(EM, ELF::ELFOSABI_NONE, Is64, IsLittle) {} in MachineInfo()
48 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() function
158 Optional<MachineInfo> OutputArch;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.h41 struct MachineInfo { struct
42 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() function
45 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() function
46 : MachineInfo(EM, ELF::ELFOSABI_NONE, Is64, IsLittle) {} in MachineInfo()
48 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() argument
158 Optional<MachineInfo> OutputArch;
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-objcopy/
H A DCopyConfig.h42 struct MachineInfo { struct
43 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() function
46 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() function
47 : MachineInfo(EM, ELF::ELFOSABI_NONE, Is64, IsLittle) {} in MachineInfo()
49 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() argument
160 Optional<MachineInfo> OutputArch;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonConfig.h39 struct MachineInfo { struct
40 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() argument
43 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() function
44 : MachineInfo(EM, ELF::ELFOSABI_NONE, Is64, IsLittle) {} in MachineInfo()
46 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() function
198 Optional<MachineInfo> OutputArch;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-objcopy/
H A DCopyConfig.h42 struct MachineInfo { struct
43 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() function
46 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() argument
47 : MachineInfo(EM, ELF::ELFOSABI_NONE, Is64, IsLittle) {} in MachineInfo()
49 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() argument
160 Optional<MachineInfo> OutputArch;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-objcopy/
H A DCommonConfig.h39 struct MachineInfo { struct
40 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() function
43 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() argument
44 : MachineInfo(EM, ELF::ELFOSABI_NONE, Is64, IsLittle) {} in MachineInfo()
46 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() function
198 Optional<MachineInfo> OutputArch;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-objcopy/
H A DCopyConfig.h42 struct MachineInfo { struct
43 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() argument
46 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() argument
47 : MachineInfo(EM, ELF::ELFOSABI_NONE, Is64, IsLittle) {} in MachineInfo()
49 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() function
160 Optional<MachineInfo> OutputArch;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-objcopy/
H A DCommonConfig.h39 struct MachineInfo { struct
40 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() function
43 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() argument
44 : MachineInfo(EM, ELF::ELFOSABI_NONE, Is64, IsLittle) {} in MachineInfo()
46 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() function
198 Optional<MachineInfo> OutputArch;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-objcopy/
H A DCopyConfig.h42 struct MachineInfo { struct
43 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() argument
46 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() argument
47 : MachineInfo(EM, ELF::ELFOSABI_NONE, Is64, IsLittle) {} in MachineInfo()
49 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() function
160 Optional<MachineInfo> OutputArch;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-objcopy/
H A DCommonConfig.h39 struct MachineInfo { struct
40 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() argument
43 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() function
44 : MachineInfo(EM, ELF::ELFOSABI_NONE, Is64, IsLittle) {} in MachineInfo()
46 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() function
198 Optional<MachineInfo> OutputArch;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-objcopy/
H A DCommonConfig.h39 struct MachineInfo { struct
40 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() function
43 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() function
44 : MachineInfo(EM, ELF::ELFOSABI_NONE, Is64, IsLittle) {} in MachineInfo()
46 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() function
198 Optional<MachineInfo> OutputArch;
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/client/
H A DREADME.md12 ### MachineInfo subsection in Example REST API Client
15 client.MachineInfo()
18 This method returns a cadvisor/v1.MachineInfo struct with all the fields filled in. Here is an exa…
21 (*v1.MachineInfo)(0xc208022b10)({
33 You can see the full specification of the [MachineInfo struct in the source](../info/v1/machine.go#…
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/google/cadvisor/info/v1/
H A Dmachine.go174 type MachineInfo struct { struct
233 func (m *MachineInfo) Clone() *MachineInfo { argument
248 copy := MachineInfo{
311 GetMachineInfo() (*MachineInfo, error)
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-objcopy/
H A DCopyConfig.h29 struct MachineInfo { struct
50 MachineInfo BinaryArch; argument
52 Optional<MachineInfo> OutputArch;
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/cadvisor/testing/
H A Dcadvisor_fake.go75 func (c *Fake) MachineInfo() (*cadvisorapi.MachineInfo, error) { func
78 return &cadvisorapi.MachineInfo{
H A Dcadvisor_mock.go71 func (c *Mock) MachineInfo() (*cadvisorapi.MachineInfo, error) { func
73 return args.Get(0).(*cadvisorapi.MachineInfo), args.Error(1)
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/aegis/
H A Dstruct_machine_list.go20 MachineInfo []MachineInfo `json:"MachineInfo" xml:"MachineInfo"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/aegis/
H A Dstruct_machine_list.go20 MachineInfo []MachineInfo `json:"MachineInfo" xml:"MachineInfo"` member
/dports/converters/ascii2binary/ascii2binary-2.14/
H A DMakefile.am3 binary2ascii_SOURCES = binary2ascii.c binfmt.c MachineInfo.c endian.c exitcodes.c
4 ascii2binary_SOURCES = ascii2binary.c GetWord.c MachineInfo.c endian.c exitcodes.c

12345678910>>...12